Yondle

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

Wat is Yondle?

Yondle is een Chrome-extensie ontwikkeld door team.dokosore, en de belangrijkste functie is "選択した文章を最速で読むことができます".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yondle

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

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

Basisinformatie over de Extensie

Naam Yondle Yondle
ID aoolpbdnbaddpmmnadjilihdmdcnoldi
Officiële URL https://chromewebstore.google.com/detail/yondle/aoolpbdnbaddpmmnadjilihdmdcnoldi
Beschrijving 選択した文章を最速で読むことができます
Bestandsgrootte 73.89 KB
Aantal Installaties 75
Huidige Versie 1.0
Laatst Bijgewerkt 2021-02-16
Publicatiedatum 2021-02-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar team.dokosore
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://yondle.net
Ondersteunde Talen 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"
    ]
}