G Image Downloader
Google images download with a single click.
Что такое G Image Downloader?
G Image Downloader - это расширение Chrome, разработанное haubuikinina, и его основная функция - "Google images download with a single click.".
Снимки экрана расширения
Скачать файл CRX расширения G Image Downloader
Скачайте файлы расширений 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"
} | |