MPR New Tab
The news, radio, and talk you love from MPR.
MPR New Tabとは何ですか?
MPR New Tabはhttp://brandedtab.comによって開発されたChromeの拡張機能で、その主な機能は「The news, radio, and talk you love from MPR.」です。
拡張機能のスクリーンショット
MPR New Tab拡張機能のCRXファイルをダウンロード
MPR New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | kkgheohkjiomflacimplobkbgpmiakam |
公式URL | https://chrome.google.com/webstore/detail/mpr-new-tab/kkgheohkjiomflacimplobkbgpmiakam |
説明 | The news, radio, and talk you love from MPR. |
ファイルサイズ | 551 KB |
インストール数 | 38 |
現在のバージョン | 1.1.0 |
最終更新日 | 2015-12-03 |
公開日 | 2015-12-03 |
開発者 | http://brandedtab.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MPR New Tab", "description": "The news, radio, and talk you love from MPR.", "version": "1.1.0", "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" ] } |