InstaHusky
Very simple Chrome Extension to brighten your day with a puppy!
Cos'è InstaHusky?
InstaHusky è un'estensione di Chrome sviluppata da bobbymcdonald27, e la sua funzione principale è "Very simple Chrome Extension to brighten your day with a puppy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InstaHusky
Scarica i file di estensione InstaHusky in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
My first Chrome Extension, enjoy a picture of Nanuuk the 1 year old Husky! Informazioni di Base sull'Estensione
| Nome | |
| ID | koalkbdkgnkgdahnnjkjnieoaoeckndl |
| URL Ufficiale | https://chromewebstore.google.com/detail/instahusky/koalkbdkgnkgdahnnjkjnieoaoeckndl |
| Descrizione | Very simple Chrome Extension to brighten your day with a puppy! |
| Dimensione del File | 6.16 MB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 0.0.0.3 |
| Ultimo Aggiornamento | 2015-12-31 |
| Data di Pubblicazione | 2015-12-31 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | bobbymcdonald27 |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "InstaHusky",
"description": "Very simple Chrome Extension to brighten your day with a puppy!",
"version": "0.0.0.3",
"permissions": [],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "1 new message from Nanuuk!",
"default_popup": "index.html"
},
"manifest_version": 2
} | |