Image Fetcher
Download all the images in the whole page by just one click!
Image Fetcherとは何ですか?
Image Fetcherはhttps://www.nzfun.cnによって開発されたChromeの拡張機能で、その主な機能は「Download all the images in the whole page by just one click!」です。
拡張機能のスクリーンショット
Image Fetcher拡張機能のCRXファイルをダウンロード
Image Fetcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | bpjjmpophdipjaenolmhckclbgidbbao |
公式URL | https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao |
説明 | Download all the images in the whole page by just one click! |
ファイルサイズ | 1.24 MB |
インストール数 | 48 |
現在のバージョン | 1.0 |
最終更新日 | 2018-07-22 |
公開日 | 2018-07-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://www.nzfun.cn |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.nzfun.cn |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Image Fetcher" }, "author": "HTB", "content_scripts": [ { "js": [ "js\/content-script.js", "js\/jquery-3.2.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/fetch.js" ], "description": "Download all the images in the whole page by just one click!", "homepage_url": "https:\/\/www.nzfun.cn", "icons": { "128": "images\/icon_48.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "manifest_version": 2, "name": "Image Fetcher", "permissions": [ "downloads", "contextMenus" ], "version": "1.0" } |