Clear This Page

Bypass the clutter from any web article

Clear This Page là gì?

Clear This Page là một tiện ích mở rộng Chrome được phát triển bởi http://clearthis.page, và tính năng chính của nó là "Bypass the clutter from any web article".

Ả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 Clear This Page

Tải xuống các tệp mở rộng Clear This Page 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 service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more.

Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.                    

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

Tên Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
URL Chính Thức https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Mô tả Bypass the clutter from any web article
Kích Thước Tệp 5.67 KB
Số Lần Cài Đặt 6,113
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.33/5 Tổng số 33 Đánh Giá
Nhà Phát Triển http://clearthis.page
Email [email protected]
Trang Web Mở Rộng https://clearthis.page
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear This Page",
    "description": "Bypass the clutter from any web article",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "name": "Click to extract content from the current browser tab"
    },
    "icons": {
        "128": "icon1.png"
    },
    "manifest_version": 2
}