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
Eメール [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:\/\/*\/"
    ]
}