速読Japritz

流れるような読書体験を

What is 速読Japritz?

速読Japritz is a Chrome extension developed by kanamoto.developer, and its main feature is "流れるような読書体験を".

Extension Screenshots

screenshot

Download 速読Japritz Extension CRX File

Download 速読Japritz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

シンプルな使い方

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

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

Extension Basic Information

Name 速読Japritz 速読Japritz
ID ajcjmkaboikngmdbiefafnceamojajme
Official URL https://chromewebstore.google.com/detail/%E9%80%9F%E8%AA%ADjapritz/ajcjmkaboikngmdbiefafnceamojajme
Description 流れるような読書体験を
File Size 14.44 MB
Installation Count 47
Current Version 1.1
Last Updated 2020-06-26
Publish Date 2020-06-25
Developer kanamoto.developer
Email [email protected]
Payment Type free
Supported Languages 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"
}