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. là gì?

Personal news extension. là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Personal news extension.

Tải xuống các tệp mở rộng Personal news extension. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Personal news extension. Personal news extension.
ID egddcfgloagfefgjlmbajfgolapdbgpd
URL Chính Thức https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd
Mô tả Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
Kích Thước Tệp 62.11 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-11-25
Ngày Phát Hành 2012-11-25
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}