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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |