速読Japritz

流れるような読書体験を

Wat is 速読Japritz?

速読Japritz is een Chrome-extensie ontwikkeld door kanamoto.developer, en de belangrijkste functie is "流れるような読書体験を".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 速読Japritz

Download 速読Japritz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        速読のためのツールです。
選択した文章を単語区切りにして、順番に表示します。

シンプルな使い方

(1) Webページの文章をマウスで選択
(2) はさみアイコンをクリック

はさみの代わりに、右クリック後に「Japritz」を選択しても使えます。
オプションから、単語の表示速度を変更できます。                    

Basisinformatie over de Extensie

Naam 速読Japritz 速読Japritz
ID ajcjmkaboikngmdbiefafnceamojajme
Officiële URL https://chromewebstore.google.com/detail/%E9%80%9F%E8%AA%ADjapritz/ajcjmkaboikngmdbiefafnceamojajme
Beschrijving 流れるような読書体験を
Bestandsgrootte 14.44 MB
Aantal Installaties 47
Huidige Versie 1.1
Laatst Bijgewerkt 2020-06-26
Publicatiedatum 2020-06-25
Ontwikkelaar kanamoto.developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u901f\u8aadJapritz",
    "version": "1.1",
    "manifest_version": 2,
    "description": "\u6d41\u308c\u308b\u3088\u3046\u306a\u8aad\u66f8\u4f53\u9a13\u3092",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/element.js",
                "lib\/queue.min.js",
                "lib\/kuromoji.min.js",
                "japritz\/tokenizer.js",
                "japritz\/Chunk.js",
                "japritz\/Chunks.js",
                "japritz\/Clause.js",
                "japritz\/Paragraphs.js",
                "japritz.js"
            ],
            "css": [
                "css\/japritz.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/dict\/*.dat.gz"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+J",
                "mac": "Alt+J",
                "chromeos": "Alt+J",
                "linux": "Alt+J"
            }
        }
    },
    "options_page": "options\/options.html"
}