Narro

Submit articles to Narro

ما هو Narro؟

Narro هو إضافة Chrome تم تطويرها بواسطة http://www.narro.co، والميزة الرئيسية لها هي "Submit articles to Narro".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Narro

قم بتنزيل ملفات الامتداد Narro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Narro Narro
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
عنوان صفحة المساعدة 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"
    ]
}