Personal news extension.

Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.

Personal news extension.とは何ですか?

Personal news extension.はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.」です。

拡張機能のスクリーンショット

screenshot

Personal news extension.拡張機能のCRXファイルをダウンロード

Personal news extension.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This personal news extension adds a botton to your navigation bar in chrome that allows you to keep updated with the current news without the need to navigate anywhere.
Try it, it's really cool.

For feature requests, please add comments.                    

拡張機能の基本情報

名前 Personal news extension. Personal news extension.
ID egddcfgloagfefgjlmbajfgolapdbgpd
公式URL https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd
説明 Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
ファイルサイズ 62.11 KB
インストール数 22
現在のバージョン 1.0
最終更新日 2012-11-25
公開日 2012-11-25
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Personal news extension.",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.",
    "icons": {
        "16": "google_news16.png",
        "48": "google_news48.png",
        "128": "google_news128.png"
    },
    "browser_action": {
        "default_icon": "google_news128.png",
        "default_popup": "personal_news.html"
    },
    "web_accessible_resources": [
        ".\/personal_news.js",
        ".\/personal_news.css"
    ]
}