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.