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