NPR one
NPRone : autoplay, speed up audio, and more
Vad är NPR one?
NPR one är en Chrome-tillägg utvecklad av Harold Martin, och dess huvudfunktion är "NPRone : autoplay, speed up audio, and more".
Tilläggsskärmbilder
Ladda ner NPR one-förlängningens CRX-fil
Ladda ner NPR one-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
* 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 Grundläggande Information om Tillägg
| Namn | |
| ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
| Officiell webbadress | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
| Beskrivning | NPRone : autoplay, speed up audio, and more |
| Filstorlek | 22.29 KB |
| Antal Installationer | 1,435 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2018-03-03 |
| Publiceringsdatum | 2018-03-03 |
| Betyg | 4.00/5 Totalt 6 Betyg |
| Utvecklare | Harold Martin |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |