OpenPuppies

New tab extension that generates puppy gifs.

Cos'è OpenPuppies?

OpenPuppies è un'estensione di Chrome sviluppata da http://opengifs.com, e la sua funzione principale è "New tab extension that generates puppy gifs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OpenPuppies

Scarica i file di estensione OpenPuppies 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

                                            

Informazioni di Base sull'Estensione

Nome OpenPuppies OpenPuppies
ID eibeadnlhlhkedcdhfljihkfkgmcacin
URL Ufficiale https://chrome.google.com/webstore/detail/openpuppies/eibeadnlhlhkedcdhfljihkfkgmcacin
Descrizione New tab extension that generates puppy gifs.
Dimensione del File 441 MB
Conteggio Installazioni 15
Versione Corrente 0.0.6
Ultimo Aggiornamento 2016-02-10
Data di Pubblicazione 2016-02-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://opengifs.com
Tipo di Pagamento free
Sito Web dell'Estensione http://opengifs.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenPuppies",
    "short_name": "OpenPuppies",
    "version": "0.0.6",
    "description": "New tab extension that generates puppy gifs.",
    "author": "OpenPuppies",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "assets\/gifs\/*"
    ]
}