G Image Downloader
Google images download with a single click.
G Image Downloaderとは何ですか?
G Image Downloaderはhaubuikininaによって開発されたChromeの拡張機能で、その主な機能は「Google images download with a single click.」です。
拡張機能のスクリーンショット
G Image Downloader拡張機能のCRXファイルをダウンロード
G Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
G Image Downloader - is a must have extension which lets you download images from Google Image page with a single click.
Just select necessasry images and click "Download" button - all images will be downloaded automaticaly. 拡張機能の基本情報
| 名前 | |
| ID | hefoogkjnnnhhhaoifkgaapegpokphcp |
| 公式URL | https://chrome.google.com/webstore/detail/g-image-downloader/hefoogkjnnnhhhaoifkgaapegpokphcp |
| 説明 | Google images download with a single click. |
| ファイルサイズ | 75.11 KB |
| インストール数 | 10 |
| 現在のバージョン | 1.7 |
| 最終更新日 | 2019-01-25 |
| 公開日 | 2019-01-25 |
| 開発者 | haubuikinina |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icons\/icon128.png"
},
"content_scripts": [
{
"css": [
"content\/content.css"
],
"js": [
"lib\/jquery-3.2.1.min.js",
"lib\/bootstrap.min.js",
"content\/content.js"
],
"matches": [
"*:\/\/google.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/amazon.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/google.at\/*",
"*:\/\/google.com.au\/*",
"*:\/\/google.be\/*",
"*:\/\/google.com.br\/*",
"*:\/\/google.ca\/*",
"*:\/\/google.ch\/*",
"*:\/\/google.de\/*",
"*:\/\/google.dk\/*",
"*:\/\/google.es\/*",
"*:\/\/google.fi\/*",
"*:\/\/google.fr\/*",
"*:\/\/google.co.in\/*",
"*:\/\/google.it\/*",
"*:\/\/google.com.mx\/*",
"*:\/\/google.nl\/*",
"*:\/\/google.no\/*",
"*:\/\/google.co.nz\/*",
"*:\/\/google.se\/*",
"*:\/\/google.com.sg\/*",
"*:\/\/google.co.uk\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.google.at\/*",
"*:\/\/*.google.com.au\/*",
"*:\/\/*.google.be\/*",
"*:\/\/*.google.com.br\/*",
"*:\/\/*.google.ca\/*",
"*:\/\/*.google.ch\/*",
"*:\/\/*.google.de\/*",
"*:\/\/*.google.dk\/*",
"*:\/\/*.google.es\/*",
"*:\/\/*.google.fi\/*",
"*:\/\/*.google.fr\/*",
"*:\/\/*.google.co.in\/*",
"*:\/\/*.google.it\/*",
"*:\/\/*.google.com.mx\/*",
"*:\/\/*.google.nl\/*",
"*:\/\/*.google.no\/*",
"*:\/\/*.google.co.nz\/*",
"*:\/\/*.google.se\/*",
"*:\/\/*.google.com.sg\/*",
"*:\/\/*.google.co.uk\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Google images download with a single click.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"256": "icons\/icon256.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "G Image Downloader",
"permissions": [
"activeTab",
"tabs",
"alarms",
"*:\/\/google.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/amazon.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/google.at\/*",
"*:\/\/google.com.au\/*",
"*:\/\/google.be\/*",
"*:\/\/google.com.br\/*",
"*:\/\/google.ca\/*",
"*:\/\/google.ch\/*",
"*:\/\/google.de\/*",
"*:\/\/google.dk\/*",
"*:\/\/google.es\/*",
"*:\/\/google.fi\/*",
"*:\/\/google.fr\/*",
"*:\/\/google.co.in\/*",
"*:\/\/google.it\/*",
"*:\/\/google.com.mx\/*",
"*:\/\/google.nl\/*",
"*:\/\/google.no\/*",
"*:\/\/google.co.nz\/*",
"*:\/\/google.se\/*",
"*:\/\/google.com.sg\/*",
"*:\/\/google.co.uk\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.google.at\/*",
"*:\/\/*.google.com.au\/*",
"*:\/\/*.google.be\/*",
"*:\/\/*.google.com.br\/*",
"*:\/\/*.google.ca\/*",
"*:\/\/*.google.ch\/*",
"*:\/\/*.google.de\/*",
"*:\/\/*.google.dk\/*",
"*:\/\/*.google.es\/*",
"*:\/\/*.google.fi\/*",
"*:\/\/*.google.fr\/*",
"*:\/\/*.google.co.in\/*",
"*:\/\/*.google.it\/*",
"*:\/\/*.google.com.mx\/*",
"*:\/\/*.google.nl\/*",
"*:\/\/*.google.no\/*",
"*:\/\/*.google.co.nz\/*",
"*:\/\/*.google.se\/*",
"*:\/\/*.google.com.sg\/*",
"*:\/\/*.google.co.uk\/*",
"storage",
"webRequest",
"webRequestBlocking"
],
"short_name": "G Image Downloader",
"version": "1.7"
} | |