NPR one
NPRone : autoplay, speed up audio, and more
NPR oneとは何ですか?
NPR oneはHarold Martinによって開発されたChromeの拡張機能で、その主な機能は「NPRone : autoplay, speed up audio, and more」です。
拡張機能のスクリーンショット
NPR one拡張機能のCRXファイルをダウンロード
NPR one拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* Right click to set play back speed between 0.75x and 2x
* Play / pause button in browser toolbar
* Now playing notifications with Next and Read buttons
* Autoplay 拡張機能の基本情報
| 名前 | |
| ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
| 公式URL | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
| 説明 | NPRone : autoplay, speed up audio, and more |
| ファイルサイズ | 22.29 KB |
| インストール数 | 1,435 |
| 現在のバージョン | 1.1.2 |
| 最終更新日 | 2018-03-03 |
| 公開日 | 2018-03-03 |
| 評価 | 4.00/5 合計 6 レビュー |
| 開発者 | Harold Martin |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NPR one",
"description": "NPRone : autoplay, speed up audio, and more",
"version": "1.1.2",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"contextMenus",
"alarms",
"background",
"notifications",
"*:\/\/*.npr.org\/*"
],
"web_accessible_resources": [
"background.js"
],
"browser_action": {
"default_icon": "img\/favicon-32x32.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/one.npr.org\/*"
],
"js": [
"npr.js"
]
}
],
"icons": {
"16": "img\/favicon-16x16.png",
"48": "img\/favicon-48x48.png",
"128": "img\/favicon-128x128.png"
},
"manifest_version": 2
} | |