WaspLine Reader

Read faster using color gradients

什麼是WaspLine Reader?

WaspLine Reader是由corollari開發的Chrome擴展程式,該擴展的主要功能是“Read faster using color gradients”。

擴展截圖

screenshot

下載WaspLine Reader擴展crx文件

下載WaspLine Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WaspLine Reader WaspLine Reader
ID ndlnnojbbcbdpkccfmcgbopalpbmhbhm
官方網址 https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm
簡介 Read faster using color gradients
檔案大小 28.83 KB
安裝次數 1,864
目前版本 1.2.0
更新時間 2019-08-12
上架時間 2019-08-12
評分 4.58/5 共 19 次評分
開發者 corollari
電子郵箱 [email protected]
付費類型 free
擴展官網 https://wasplinereader.com/
支援的語言 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:\/\/*\/"
    ]
}