WaspLine Reader

Read faster using color gradients

WaspLine Reader là gì?

WaspLine Reader là một tiện ích mở rộng Chrome được phát triển bởi corollari, và tính năng chính của nó là "Read faster using color gradients".

Ả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 WaspLine Reader

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

                        Make reading long texts online easier and faster by using this extension, which works by applying color gradients that make it easier for the eyes to chain together the ending of a line with the beginning of the next.

This extension is totally open source. The repository with all the code licensed under The Unlicense can be found at https://github.com/corollari/waspline-reader.                    

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

Tên WaspLine Reader WaspLine Reader
ID ndlnnojbbcbdpkccfmcgbopalpbmhbhm
URL Chính Thức https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Mô tả Read faster using color gradients
Kích Thước Tệp 28.83 KB
Số Lần Cài Đặt 1,864
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2019-08-12
Ngày Phát Hành 2019-08-12
Đánh Giá 4.58/5 Tổng số 19 Đánh Giá
Nhà Phát Triển corollari
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wasplinereader.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WaspLine Reader",
    "version": "1.2.0",
    "description": "Read faster using color gradients",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/wasp16.png",
            "24": "icons\/wasp24.png",
            "32": "icons\/wasp32.png"
        },
        "default_title": "Apply gradients",
        "default_popup": "menu\/index.html"
    },
    "icons": {
        "16": "icons\/wasp16.png",
        "48": "icons\/wasp48.png",
        "128": "icons\/wasp128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}