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
官方URL 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:\/\/*\/"
    ]
}