Star Wars Image Randomizer
Automatically search Google Images using Random Star Wars terms
Что такое Star Wars Image Randomizer?
Star Wars Image Randomizer - это расширение Chrome, разработанное chrischesoft, и его основная функция - "Automatically search Google Images using Random Star Wars terms".
Снимки экрана расширения
Скачать файл CRX расширения Star Wars Image Randomizer
Скачайте файлы расширений Star Wars Image Randomizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension has an internal database of terms from the entire Star Wars encyclopedia, and will randomly select a term and perform a Google Image search. The latest update contains new search terms added for Rogue One
Основная информация о расширении
Название | |
ID | nlpdfjbgifachaelfcdememfddokkljp |
Официальный URL | https://chrome.google.com/webstore/detail/star-wars-image-randomize/nlpdfjbgifachaelfcdememfddokkljp |
Описание | Automatically search Google Images using Random Star Wars terms |
Размер файла | 45.14 KB |
Количество установок | 44 |
Текущая Версия | 2.0 |
Последнее Обновление | 2017-01-07 |
Дата публикации | 2017-01-07 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | chrischesoft |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars Image Randomizer", "description": "Automatically search Google Images using Random Star Wars terms", "version": "2.0", "icons": { "16": "img\/vader.png", "48": "img\/vader.png", "128": "img\/vader.png" }, "permissions": [ "tabs", "notifications" ], "browser_action": { "default_icon": "img\/vader.png" }, "background": { "scripts": [ "jquery-3.1.1.min.js", "retrieveswapi.js" ] } } |