hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
¿Qué es hotdogstandify?
hotdogstandify es una extensión de Chrome desarrollada por steverichey, y su función principal es "Bring the beauty of Hot Dog Stand to the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión hotdogstandify
Descarga archivos de extensión hotdogstandify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | hotdogstandify |
ID | ciihagbemefjodlofbklgjdkacpjlmjj |
URL Oficial | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
Descripción | Bring the beauty of Hot Dog Stand to the web. |
Tamaño del Archivo | 7.07 KB |
Cantidad de Instalaciones | 18 |
Versión Actual | 0.2.0 |
Última Actualización | 2015-05-12 |
Fecha de Publicación | 2015-05-11 |
Calificación | 4.33/5 Total de 6 Calificaciones |
Desarrollador | steverichey |
Tipo de Pago | free |
Idiomas Soportados | 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 } |