hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
Wat is hotdogstandify?
hotdogstandify is een Chrome-extensie ontwikkeld door steverichey, en de belangrijkste functie is "Bring the beauty of Hot Dog Stand to the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie hotdogstandify
Download hotdogstandify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ciihagbemefjodlofbklgjdkacpjlmjj |
| Officiële URL | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
| Beschrijving | Bring the beauty of Hot Dog Stand to the web. |
| Bestandsgrootte | 7.07 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2015-05-12 |
| Publicatiedatum | 2015-05-11 |
| Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | steverichey |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |