Quotes and jokes tab

Displays fresh quote and Chuck joke on every new tab :)

Cos'è Quotes and jokes tab?

Quotes and jokes tab è un'estensione di Chrome sviluppata da Tibor Bucsai, e la sua funzione principale è "Displays fresh quote and Chuck joke on every new tab :)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quotes and jokes tab

Scarica i file di estensione Quotes and jokes tab 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

                        Displays a fresh quote or Chuck N. joke on every new tab :)                    

Informazioni di Base sull'Estensione

Nome Quotes and jokes tab Quotes and jokes tab
ID gbdjoganfjlikmfhjfbkifodlapcdghe
URL Ufficiale https://chrome.google.com/webstore/detail/quotes-and-jokes-tab/gbdjoganfjlikmfhjfbkifodlapcdghe
Descrizione Displays fresh quote and Chuck joke on every new tab :)
Dimensione del File 25.29 KB
Conteggio Installazioni 69
Versione Corrente 1.3
Ultimo Aggiornamento 2015-07-05
Data di Pubblicazione 2015-07-05
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Tibor Bucsai
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes and jokes tab",
    "description": "Displays fresh quote and Chuck joke on every new tab :)",
    "version": "1.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": "\/img\/quotes-jokes-16.png",
        "48": "\/img\/quotes-jokes-48.png",
        "128": "\/img\/quotes-jokes-128.png"
    },
    "permissions": [
        "http:\/\/www.iheartquotes.com\/",
        "http:\/\/api.icndb.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}