hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
Qu'est-ce que hotdogstandify ?
hotdogstandify est une extension Chrome développée par steverichey, et sa fonction principale est "Bring the beauty of Hot Dog Stand to the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension hotdogstandify
Téléchargez les fichiers d'extension hotdogstandify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | hotdogstandify |
ID | ciihagbemefjodlofbklgjdkacpjlmjj |
URL Officiel | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
Description | Bring the beauty of Hot Dog Stand to the web. |
Taille du Fichier | 7.07 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2015-05-12 |
Date de Publication | 2015-05-11 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | steverichey |
Type de Paiement | free |
Langues Prises en Charge | 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 } |