NPR one
NPRone : autoplay, speed up audio, and more
NPR oneคืออะไร?
NPR one เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harold Martin และคุณลักษณะหลักของมันคือ "NPRone : autoplay, speed up audio, and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NPR one
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NPR one |
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 |
อีเมล | [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 } |