Narro
Submit articles to Narro
Apa itu Narro?
Narro adalah ekstensi Chrome yang dikembangkan oleh http://www.narro.co, dan fitur utamanya adalah "Submit articles to Narro".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Narro
Unduh file ekstensi Narro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
URL Resmi | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Deskripsi | Submit articles to Narro |
Ukuran File | 15.41 KB |
Jumlah Instalasi | 560 |
Versi Saat Ini | 1.0.18 |
Terakhir Diperbarui | 2015-07-10 |
Tanggal Publikasi | 2015-07-10 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://www.narro.co |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.narro.co |
URL Halaman Bantuan | http://www.narro.co/contact |
Bahasa yang Didukung | 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" ] } |