Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Что такое Next Image?
Next Image - это расширение Chrome, разработанное wArLeY996, и его основная функция - "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Снимки экрана расширения
Скачать файл CRX расширения Next Image
Скачайте файлы расширений Next Image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is really simple to use. If you download images from gallery is very useful When you view an image: http://www.greenball.com/brochure/files/pages/large/5.jpg and you want to see the next image, just need do click in the extension and your url refresh to: http://www.greenball.com/brochure/files/pages/large/6.jpg Try and enjoy!
Основная информация о расширении
Название | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
Официальный URL | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
Описание | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
Размер файла | 125 KB |
Количество установок | 179 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-02-04 |
Дата публикации | 2015-02-04 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | wArLeY996 |
Тип оплаты | free |
Официальный сайт расширения | http://www.gopanga.com |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next Image", "version": "1.0", "description": "wArLeY996 develop for get the next image quickly, powered by GoPanga.com", "options_page": "popup.html", "icons": { "128": "images\/icon.png" }, "background": { "persistent": false, "scripts": [ "script.js" ] }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "tabs" ], "browser_action": { "default_title": "", "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |