Puvath Reader

Read the latest Sri Lankan News directly from your browser.

ما هو Puvath Reader؟

Puvath Reader هو إضافة Chrome تم تطويرها بواسطة http://www.puvath.lk، والميزة الرئيسية لها هي "Read the latest Sri Lankan News directly from your browser.".

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

screenshot

تحميل ملف CRX للإضافة Puvath Reader

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

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

                        Keep up to date with the latest Sri Lankan news. No need to visit thousands of news sites to read news anymore. Gossip news, Political news, Sports news all in one place. 

Sri Lanka's First ever News Addon by Puvath.lk.

http://www.puvath.lk                    

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

الاسم Puvath Reader Puvath Reader
ID ljmdddjjglognmjabocecnpejkjfpiii
عنوان URL الرسمي https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii
الوصف Read the latest Sri Lankan News directly from your browser.
حجم الملف 680 KB
عدد التثبيتات 567
النسخة الحالية 1.2
آخر تحديث 2015-03-19
تاريخ النشر 2015-03-19
تقييم 4.62/5 مجموع تقييمات 13
المطور http://www.puvath.lk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.puvath.lk
عنوان صفحة سياسة الخصوصية http://www.bhasha.lk/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Puvath Reader",
    "short_name": "Puvath Reader",
    "version": "1.2",
    "description": "Read the latest Sri Lankan News directly from your browser.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/puvath.lk\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/puvath.lk\/*",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Puvath Reader",
        "default_popup": "popup.html"
    }
}