WebUpd8

WebUpd8: get daily Ubuntu / Linux news and application reviews.

WebUpd8 là gì?

WebUpd8 là một tiện ích mở rộng Chrome được phát triển bởi https://www.webupd8.org, và tính năng chính của nó là "WebUpd8: get daily Ubuntu / Linux news and application reviews.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng WebUpd8 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

                        The WebUpd8 extension has been created for easy access to the latest articles on http://www.webupd8.org. 

Installing this extension will add a button on the Chrome / Chromium toolbar that displays the number of unread articles. You'll also get notifications each time a new article is published (the timeout is set to 15 minutes).

Clicking the WebUpd8 icon on the toolbar lists the latest 15 articles: unread articles have a small thumbnail and a description while for read articles, only the title is displayed. You can click each item in the popup to visit the article on http://www.webupd8.org, at which point the article will be marked as read. Also, when clicking on a new article notification, the item will be marked as read and the article will be loaded in a new browser tab.

You can also mark all items as read using the button on top of the extension popup window.

The extension has been tested with Google Chrome stable (24) and unstable (26) as well as Chromium unstable (26).

About WebUpd8: this is an Ubuntu / Linux / open source software blog which delivers daily news, tips and application reviews. We follow the Ubuntu and GNOME development and keep you up to date with everything new and interesting.                    

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

Tên WebUpd8 WebUpd8
ID ffkahblkjchdcgbpfbeckdeaodlcjbgd
URL Chính Thức https://chromewebstore.google.com/detail/webupd8/ffkahblkjchdcgbpfbeckdeaodlcjbgd
Mô tả WebUpd8: get daily Ubuntu / Linux news and application reviews.
Kích Thước Tệp 86.63 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2014-01-28
Ngày Phát Hành 2014-01-28
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.webupd8.org
Loại Thanh Toán free
Trang Web Mở Rộng http://www.webupd8.org
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/jquery-1.11.0.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "WebUpd8"
    },
    "description": "WebUpd8: get daily Ubuntu \/ Linux news and application reviews.",
    "homepage_url": "http:\/\/www.webupd8.org\/",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/icon.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "WebUpd8",
    "permissions": [
        "http:\/\/www.webupd8.org\/",
        "http:\/\/feeds.feedburner.com\/*",
        "http:\/\/feeds.feedburner.com\/webupd8-chrome-ext",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2"
}