Read Guide

It is a reading support tool that hides the lines around the line you want to read when you want to concentrate on reading.

Τι είναι το Read Guide;

Το Read Guide είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 梅ほい, και η κύρια λειτουργία του είναι "It is a reading support tool that hides the lines around the line you want to read when you want to concentrate on reading.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Read Guide

Λήψη αρχείων επέκτασης Read Guide σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        使用したいページへ行きツールバーから「読みガイド」を選択するとメニューがでますので、各種設定をしてから実行ボタンを押してください。
目隠しの隙間のサイズや色等が変更できるの自分に合ったものを選択してください。
解除ボタンで解除されます。
縦書きの文章にも対応しています。
※一部の特殊なページでは使用できません。
Chromeはpdfのビューワーが組み込まれてるようです。そのため組込みページではうまく動作しません。
アドレスが末尾が[.pdf]の場合、テスト機能として操作性は落ちますが読みガイドが使えるようにしました。
他のpdfのビューワーの機能拡張として組み合わせることによって読みガイドは使用できます。
※一部のページの要素で反応しなくなることがあります。

リーディングトラッカー等で呼ばれる読書補助器具を参考に作りました。
ディスレクシアや、視覚障害のある人や、目が滑ったりうまく集中できない場合に使われるようです。


Machine translation (Japanese → English)

Go to the page you want to use and select "Reading Guide" from the toolbar to display the menu. Make various settings and then press the execute button.
You can change the size and color of the blindfold gap, and select the one that suits you.
It will be released with the release button.
It also supports vertical writing.
* Cannot be used on some special pages.
Chrome seems to have a built-in pdf viewer. So it doesn't work well on embedded pages.
If the address ends with [.pdf], the operability will be reduced as a test function, but the reading guide can be used.
The reading guide can be used by combining it as an extension of other pdf viewers.
* Some page elements may stop responding.

I made it with reference to reading aids called reading trackers.
It seems to be used for dyslexia, visually impaired people, and when the eyes are slippery or unable to concentrate well.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Read Guide Read Guide
ID ebhbfiflelekbniellijgdacnbpakeno
Επίσημο URL https://chromewebstore.google.com/detail/read-guide/ebhbfiflelekbniellijgdacnbpakeno
Περιγραφή It is a reading support tool that hides the lines around the line you want to read when you want to concentrate on reading.
Μέγεθος Αρχείου 360 KB
Αριθμός Εγκαταστάσεων 191
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2020-09-24
Ημερομηνία Δημοσίευσης 2020-07-02
Προγραμματιστής 梅ほい
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5",
    "author": "\u3046\u3081\u307b\u3093",
    "icons": {
        "48": "icons\/ReadGuide-48.png",
        "128": "icons\/ReadGuide-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icons\/ReadGuide-32.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup_page.html"
    },
    "web_accessible_resources": [
        "images\/ReadGuidebar.png",
        "images\/ReadGuidebar_V.png",
        "images\/aqua.png",
        "images\/blue.png",
        "images\/fuchsia.png",
        "images\/lime.png",
        "images\/red.png",
        "images\/yellow.png"
    ]
}