Narro
Submit articles to Narro
Narro là gì?
Narro là một tiện ích mở rộng Chrome được phát triển bởi http://www.narro.co, và tính năng chính của nó là "Submit articles to Narro".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Narro
Tải xuống các tệp mở rộng Narro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
URL Chính Thức | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Mô tả | Submit articles to Narro |
Kích Thước Tệp | 15.41 KB |
Số Lần Cài Đặt | 560 |
Phiên Bản Hiện Tại | 1.0.18 |
Cập Nhật Lần Cuối | 2015-07-10 |
Ngày Phát Hành | 2015-07-10 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.narro.co |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.narro.co |
URL Trang Trợ Giúp | http://www.narro.co/contact |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |