Tampa Bay Lightning New Tab

Stay up to date with news, videos, and twitter updates from your favorite Bolts!

Cos'è Tampa Bay Lightning New Tab?

Tampa Bay Lightning New Tab è un'estensione di Chrome sviluppata da http://fanconcepts.com, e la sua funzione principale è "Stay up to date with news, videos, and twitter updates from your favorite Bolts!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tampa Bay Lightning New Tab

Scarica i file di estensione Tampa Bay Lightning New 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

                        A great new tab!                    

Informazioni di Base sull'Estensione

Nome Tampa Bay Lightning New Tab Tampa Bay Lightning New Tab
ID emkimmcnkhcgcjemahlkbcmblfnbmkgb
URL Ufficiale https://chrome.google.com/webstore/detail/tampa-bay-lightning-new-t/emkimmcnkhcgcjemahlkbcmblfnbmkgb
Descrizione Stay up to date with news, videos, and twitter updates from your favorite Bolts!
Dimensione del File 29.03 KB
Conteggio Installazioni 64
Versione Corrente 1.0.3
Ultimo Aggiornamento 2016-03-07
Data di Pubblicazione 2016-03-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://fanconcepts.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tampa Bay Lightning New Tab",
    "description": "Stay up to date with news, videos, and twitter updates from your favorite Bolts!",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "lib\/newtab.html"
    },
    "web_accessible_resources": [
        "ping.png"
    ]
}