Puvath Reader

Read the latest Sri Lankan News directly from your browser.

什么是Puvath Reader?

Puvath Reader是由http://www.puvath.lk开发的Chrome扩展程序,该扩展的主要功能是“Read the latest Sri Lankan News directly from your browser.”。

扩展截图

screenshot

下载Puvath Reader扩展crx文件

下载Puvath Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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"
    }
}