Classic Magic 8 Ball
Shake the magic ball to get the answer to your question
Что такое Classic Magic 8 Ball?
Classic Magic 8 Ball - это расширение Chrome, разработанное Nicolas Grillet, и его основная функция - "Shake the magic ball to get the answer to your question".
Снимки экрана расширения
Скачать файл CRX расширения Classic Magic 8 Ball
Скачайте файлы расширений Classic Magic 8 Ball в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shake the magic ball to get the answer to your question. This is magic !
Основная информация о расширении
Название | |
ID | oagapidejjnknjddmhckmfaiijgaplbe |
Официальный URL | https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe |
Описание | Shake the magic ball to get the answer to your question |
Размер файла | 653 KB |
Количество установок | 53 |
Текущая Версия | 0.0.7 |
Последнее Обновление | 2017-04-06 |
Дата публикации | 2017-04-06 |
Рейтинг | 3.67/5 Всего 6 оценок |
Разработчик | Nicolas Grillet |
Электронная почта | [email protected] |
Тип оплаты | in_store |
Поддерживаемые языки | de,en,fr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_desc__", "homepage_url": "http:\/\/www.codnex.net", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "offline_enabled": true, "author": "Nicoss01", "default_locale": "en", "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Shake my ball", "default_popup": "src\/page_action\/tb.html" }, "short_name": "Classic Magic 8 Ball", "permissions": [ "tabs" ] } |