Puvath Reader

Read the latest Sri Lankan News directly from your browser.

O que é Puvath Reader?

Puvath Reader é uma extensão do Chrome desenvolvida por http://www.puvath.lk, e sua principal característica é "Read the latest Sri Lankan News directly from your browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Puvath Reader

Baixe arquivos de extensão Puvath Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Puvath Reader Puvath Reader
ID ljmdddjjglognmjabocecnpejkjfpiii
URL Oficial https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii
Descrição Read the latest Sri Lankan News directly from your browser.
Tamanho do Arquivo 680 KB
Contagem de Instalações 567
Versão Atual 1.2
Última Atualização 2015-03-19
Data de Publicação 2015-03-19
Classificação 4.62/5 Total de 13 Avaliações
Desenvolvedor http://www.puvath.lk
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.puvath.lk
URL da Página de Política de Privacidade http://www.bhasha.lk/privacy
Idiomas Suportados 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"
    }
}