Yondle

選択した文章を最速で読むことができます

What is Yondle?

Yondle is a Chrome extension developed by team.dokosore, and its main feature is "選択した文章を最速で読むことができます".

Extension Screenshots

screenshot

Download Yondle Extension CRX File

Download Yondle 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

                        人間は文章を読む時間のうち、約80%を視線の移動に使っています。Yondleは視線移動を0にすることで、最速で文章を読むことができるツールです。
文章を選択して右クリック→Yondleで読む                    

Extension Basic Information

Name Yondle Yondle
ID aoolpbdnbaddpmmnadjilihdmdcnoldi
Official URL https://chromewebstore.google.com/detail/yondle/aoolpbdnbaddpmmnadjilihdmdcnoldi
Description 選択した文章を最速で読むことができます
File Size 73.89 KB
Installation Count 75
Current Version 1.0
Last Updated 2021-02-16
Publish Date 2021-02-16
Rating 5.00/5 Total 3 Ratings
Developer team.dokosore
Email [email protected]
Payment Type free
Extension Website https://yondle.net
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yondle",
    "manifest_version": 2,
    "description": "\u9078\u629e\u3057\u305f\u6587\u7ae0\u3092\u6700\u901f\u3067\u8aad\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Yondle",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_scripts.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content_scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/yondle.net",
    "permissions": [
        "contextMenus"
    ]
}