Tampa Bay Lightning New Tab

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

什么是Tampa Bay Lightning New Tab?

Tampa Bay Lightning New Tab是由http://fanconcepts.com开发的Chrome扩展程序,该扩展的主要功能是“Stay up to date with news, videos, and twitter updates from your favorite Bolts!”。

扩展截图

screenshot

下载Tampa Bay Lightning New Tab扩展crx文件

下载Tampa Bay Lightning New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A great new tab!                    

扩展基本信息

名称 Tampa Bay Lightning New Tab Tampa Bay Lightning New Tab
ID emkimmcnkhcgcjemahlkbcmblfnbmkgb
官方URL https://chrome.google.com/webstore/detail/tampa-bay-lightning-new-t/emkimmcnkhcgcjemahlkbcmblfnbmkgb
简介 Stay up to date with news, videos, and twitter updates from your favorite Bolts!
文件大小 29.03 KB
安装次数 64
当前版本 1.0.3
更新时间 2016-03-07
上架时间 2016-03-07
评分 5.00/5 共1次评分
开发者 http://fanconcepts.com
付费类型 free
支持的语言 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"
    ]
}