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
官方網址 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"
    }
}