hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
Was ist hotdogstandify?
hotdogstandify ist eine Chrome-Erweiterung, die von steverichey entwickelt wurde, und ihr Hauptmerkmal ist "Bring the beauty of Hot Dog Stand to the web.".
Erweiterungsscreenshots
hotdogstandify-Erweiterungs-CRX-Datei herunterladen
Laden Sie hotdogstandify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ciihagbemefjodlofbklgjdkacpjlmjj |
| Offizielle URL | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
| Beschreibung | Bring the beauty of Hot Dog Stand to the web. |
| Dateigröße | 7.07 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2015-05-12 |
| Veröffentlichungsdatum | 2015-05-11 |
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
| Entwickler | steverichey |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |