hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
Co to jest hotdogstandify?
hotdogstandify to rozszerzenie Chrome opracowane przez steverichey, a jego główną funkcją jest „Bring the beauty of Hot Dog Stand to the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia hotdogstandify
Pobierz pliki rozszerzeń hotdogstandify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                                             Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ciihagbemefjodlofbklgjdkacpjlmjj | 
| Oficjalny URL | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj | 
| Opis | Bring the beauty of Hot Dog Stand to the web. | 
| Rozmiar pliku | 7.07 KB | 
| Liczba instalacji | 18 | 
| Aktualna Wersja | 0.2.0 | 
| Ostatnia Aktualizacja | 2015-05-12 | 
| Data Publikacji | 2015-05-11 | 
| Ocena | 4.33/5 Łącznie 6 Oceny | 
| Deweloper | steverichey | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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
}  |  |