Nijie Downloader
Image downloader for nijie.info
Nijie Downloaderとは何ですか?
Nijie Downloaderはillustcollectorによって開発されたChromeの拡張機能で、その主な機能は「Image downloader for nijie.info」です。
拡張機能のスクリーンショット
Nijie Downloader拡張機能のCRXファイルをダウンロード
Nijie Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add a download button to the image page. Save filename is customizable. https://github.com/illustcollector/nijie-downloader
拡張機能の基本情報
名前 | |
ID | bpbkpajafcjgmfplbaglgogihjbicfnn |
公式URL | https://chrome.google.com/webstore/detail/nijie-downloader/bpbkpajafcjgmfplbaglgogihjbicfnn |
説明 | Image downloader for nijie.info |
ファイルサイズ | 19.76 KB |
インストール数 | 2,000 |
現在のバージョン | 1.1.1 |
最終更新日 | 2021-11-03 |
公開日 | 2020-03-23 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | illustcollector |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/illustcollector/nijie-downloader |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nijie Downloader", "version": "1.1.1", "default_locale": "en", "description": "Image downloader for nijie.info", "permissions": [ "downloads", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/nijie.info\/view.php?id=*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "128": "icon.png" } } |