InstaHusky

Very simple Chrome Extension to brighten your day with a puppy!

Wat is InstaHusky?

InstaHusky is een Chrome-extensie ontwikkeld door bobbymcdonald27, en de belangrijkste functie is "Very simple Chrome Extension to brighten your day with a puppy!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie InstaHusky

Download InstaHusky-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

                        My first Chrome Extension, enjoy a picture of Nanuuk the 1 year old Husky!                    

Basisinformatie over de Extensie

Naam InstaHusky InstaHusky
ID koalkbdkgnkgdahnnjkjnieoaoeckndl
Officiële URL https://chromewebstore.google.com/detail/instahusky/koalkbdkgnkgdahnnjkjnieoaoeckndl
Beschrijving Very simple Chrome Extension to brighten your day with a puppy!
Bestandsgrootte 6.16 MB
Aantal Installaties 19
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2015-12-31
Publicatiedatum 2015-12-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bobbymcdonald27
Betalingswijze free
Ondersteunde Talen 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
}