Puvath Reader

Read the latest Sri Lankan News directly from your browser.

Cos'è Puvath Reader?

Puvath Reader è un'estensione di Chrome sviluppata da http://www.puvath.lk, e la sua funzione principale è "Read the latest Sri Lankan News directly from your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Puvath Reader

Scarica i file di estensione Puvath Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Puvath Reader Puvath Reader
ID ljmdddjjglognmjabocecnpejkjfpiii
URL Ufficiale https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii
Descrizione Read the latest Sri Lankan News directly from your browser.
Dimensione del File 680 KB
Conteggio Installazioni 567
Versione Corrente 1.2
Ultimo Aggiornamento 2015-03-19
Data di Pubblicazione 2015-03-19
Valutazione 4.62/5 Totale 13 Valutazioni
Sviluppatore http://www.puvath.lk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.puvath.lk
URL della Pagina della Politica sulla Privacy http://www.bhasha.lk/privacy
Lingue Supportate 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"
    }
}