hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
Что такое hotdogstandify?
hotdogstandify - это расширение Chrome, разработанное steverichey, и его основная функция - "Bring the beauty of Hot Dog Stand to the web.".
Снимки экрана расширения
Скачать файл CRX расширения hotdogstandify
Скачайте файлы расширений hotdogstandify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                                             Основная информация о расширении
| Название |   |  
| ID | ciihagbemefjodlofbklgjdkacpjlmjj | 
| Официальный URL | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj | 
| Описание | Bring the beauty of Hot Dog Stand to the web. | 
| Размер файла | 7.07 KB | 
| Количество установок | 18 | 
| Текущая Версия | 0.2.0 | 
| Последнее Обновление | 2015-05-12 | 
| Дата публикации | 2015-05-11 | 
| Рейтинг | 4.33/5 Всего 6 оценок | 
| Разработчик | steverichey | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hotdogstandify",
    "description": "Bring the beauty of Hot Dog Stand to the web.",
    "version": "0.2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "hotdogstandify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "hotdogstandify!"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png"
    },
    "manifest_version": 2
}  |  |