Purify

Read news articles with minimal distraction and scrolling.

Purify là gì?

Purify là một tiện ích mở rộng Chrome được phát triển bởi chaowentan, và tính năng chính của nó là "Read news articles with minimal distraction and scrolling.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Whenever you find an interesting news article, try using Purify to convert it into a minimalistic view that

- Only displays the content of the article & hides all the distractions, and

- Utilizes all the available screen space to minimize scrolling.                    

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

Tên Purify Purify
ID kjiappjpfpaekdfeioanaphpihpojemc
URL Chính Thức https://chromewebstore.google.com/detail/purify/kjiappjpfpaekdfeioanaphpihpojemc
Mô tả Read news articles with minimal distraction and scrolling.
Kích Thước Tệp 6.78 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2013-01-10
Ngày Phát Hành 2013-01-10
Đánh Giá 3.91/5 Tổng số 23 Đánh Giá
Nhà Phát Triển chaowentan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chaowentan/Purify
URL Trang Trợ Giúp https://github.com/chaowentan/Purify
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Purify",
    "description": "Read news articles with minimal distraction and scrolling.",
    "version": "0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/Util.js",
                "js\/ArticleParser.js",
                "js\/ArticleView.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/style.css",
        "img\/*.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Purify",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    }
}