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
Eメール [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"
    }
}