College Basketball News
Keep up with the latest college basketball news.
College Basketball Newsとは何ですか?
College Basketball NewsはNeptune Mediaによって開発されたChromeの拡張機能で、その主な機能は「Keep up with the latest college basketball news.」です。
拡張機能のスクリーンショット
College Basketball News拡張機能のCRXファイルをダウンロード
College Basketball News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stay up to date with all the latest college basketball news.
拡張機能の基本情報
名前 | College Basketball News |
ID | lbjfchofagfblofekkeeingmfobikold |
公式URL | https://chromewebstore.google.com/detail/college-basketball-news/lbjfchofagfblofekkeeingmfobikold |
説明 | Keep up with the latest college basketball news. |
ファイルサイズ | 109 KB |
インストール数 | 20 |
現在のバージョン | 0.4 |
最終更新日 | 2014-03-23 |
公開日 | 2014-03-22 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Neptune Media |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "College Basketball News", "short_name": "Basketball News", "version": "0.4", "description": "Keep up with the latest college basketball news.", "homepage_url": "http:\/\/www.espn.com", "background": { "page": "background.html" }, "icons": { "16": "images\/icon.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "http:\/\/sports.espn.go.com\/*" ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Basketball News", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |