hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
Hvad er hotdogstandify?
hotdogstandify er en Chrome-udvidelse udviklet af steverichey, og dens hovedfunktion er "Bring the beauty of Hot Dog Stand to the web.".
Udvidelsesskærmbilleder
Download hotdogstandify-udvidelses-CRX-fil
Download hotdogstandify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ciihagbemefjodlofbklgjdkacpjlmjj |
| Officiel URL | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
| Beskrivelse | Bring the beauty of Hot Dog Stand to the web. |
| Filstørrelse | 7.07 KB |
| Antal Installationer | 18 |
| Nuværende Version | 0.2.0 |
| Senest Opdateret | 2015-05-12 |
| Udgivelsesdato | 2015-05-11 |
| Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
| Udvikler | steverichey |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |