Puvath Reader

Read the latest Sri Lankan News directly from your browser.

Apa itu Puvath Reader?

Puvath Reader adalah ekstensi Chrome yang dikembangkan oleh http://www.puvath.lk, dan fitur utamanya adalah "Read the latest Sri Lankan News directly from your browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Puvath Reader

Unduh file ekstensi Puvath Reader 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

                        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                    

Informasi Dasar Ekstensi

Nama Puvath Reader Puvath Reader
ID ljmdddjjglognmjabocecnpejkjfpiii
URL Resmi https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii
Deskripsi Read the latest Sri Lankan News directly from your browser.
Ukuran File 680 KB
Jumlah Instalasi 567
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-03-19
Tanggal Publikasi 2015-03-19
Penilaian 4.62/5 Total 13 Penilaian
Pengembang http://www.puvath.lk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.puvath.lk
URL Halaman Kebijakan Privasi http://www.bhasha.lk/privacy
Bahasa yang Didukung 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"
    }
}