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!」です。
拡張機能のスクリーンショット
Tampa Bay Lightning New Tab拡張機能のCRXファイルをダウンロード
Tampa Bay Lightning New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A great 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" ] } |