Tampa Bay Lightning New Tab

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

What is Tampa Bay Lightning New Tab?

Tampa Bay Lightning New Tab is a Chrome extension developed by http://fanconcepts.com, and its main feature is "Stay up to date with news, videos, and twitter updates from your favorite Bolts!".

Extension Screenshots

screenshot

Download Tampa Bay Lightning New Tab Extension CRX File

Download Tampa Bay Lightning New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A great new tab!                    

Extension Basic Information

Name Tampa Bay Lightning New Tab Tampa Bay Lightning New Tab
ID emkimmcnkhcgcjemahlkbcmblfnbmkgb
Official URL https://chrome.google.com/webstore/detail/tampa-bay-lightning-new-t/emkimmcnkhcgcjemahlkbcmblfnbmkgb
Description Stay up to date with news, videos, and twitter updates from your favorite Bolts!
File Size 29.03 KB
Installation Count 64
Current Version 1.0.3
Last Updated 2016-03-07
Publish Date 2016-03-07
Rating 5.00/5 Total 1 Ratings
Developer http://fanconcepts.com
Payment Type free
Supported Languages 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"
    ]
}