Gnome Button
Gnome your chums!
Vad är Gnome Button?
Gnome Button är en Chrome-tillägg utvecklad av stitch, och dess huvudfunktion är "Gnome your chums!".
Tilläggsskärmbilder
Ladda ner Gnome Button-förlängningens CRX-fil
Ladda ner Gnome Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Gnome your chums with this gnome button!
Click on it and it will immediately play the "You've Been Gnomed!" video!
I do not own the Gnome video, this extension was just made for fun. :) Grundläggande Information om Tillägg
| Namn | |
| ID | nenppnbcodpelcnkbpelphheiddcdmff |
| Officiell webbadress | https://chromewebstore.google.com/detail/gnome-button/nenppnbcodpelcnkbpelphheiddcdmff |
| Beskrivning | Gnome your chums! |
| Filstorlek | 949 KB |
| Antal Installationer | 1,119 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2019-03-08 |
| Publiceringsdatum | 2019-03-08 |
| Betyg | 5.00/5 Totalt 13 Betyg |
| Utvecklare | stitch |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gnome Button",
"description": "Gnome your chums!",
"version": "1.0.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"activeTab"
]
} | |