Narro
Submit articles to Narro
Narroคืออะไร?
Narro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.narro.co และคุณลักษณะหลักของมันคือ "Submit articles to Narro"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Narro
ดาวน์โหลดไฟล์ส่วนขยาย Narro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Send any article on the web back to Narro and it will be transcribed to beautiful audio in your preferred voice! Once on Narro, you can listen to your readings anywhere - online or on your mobile devices. Subscribe as a personal podcast and listen to the web instead of reading it! After installing this extension, just click the Narro icon and the page will be sent to your Narro feed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
คำอธิบาย | Submit articles to Narro |
ขนาดไฟล์ | 15.41 KB |
จำนวนการติดตั้ง | 560 |
เวอร์ชันปัจจุบัน | 1.0.18 |
อัปเดตครั้งล่าสุด | 2015-07-10 |
วันที่เผยแพร่ | 2015-07-10 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://www.narro.co |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.narro.co |
URL หน้าช่วยเหลือ | http://www.narro.co/contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.18", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Add Article to Narro" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "activeTab", "cookies", "*:\/\/*.narro.co\/*", "storage" ] } |