image downloader
1.0.0
환영! 이 확장 기능을 사용하는 방법에 대해 자세히 알아보려면 사용자 가이드를 확인하세요.
Chrome 웹 스토어에서 확장 프로그램을 설치하는 대신 로컬에서 확장 프로그램을 실행하는 데 관심이 있는 개발자라면 계속 읽어보세요!
npm install
npm start
npm run build
build
폴더를 선택합니다.로컬로 변경된 파일과 관련된 테스트를 실행하고 감시합니다. 개발 중에 유용합니다.
npm test
또는 확인하지 않고 모든 테스트를 실행하고 적용 범위 보고서를 생성합니다.
npm run test.all
Copyright (c) 2012-2021 Vladimir Sabev
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.