Easy Reader

Making it easy to be a great reader

Easy Readerとは何ですか?

Easy Readerはhttps://easyreader.proによって開発されたChromeの拡張機能で、その主な機能は「Making it easy to be a great reader」です。

拡張機能のスクリーンショット

screenshot

Easy Reader拡張機能のCRXファイルをダウンロード

Easy Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ⚡️Transform the way you read onlineRead better, read faster, and read more of what you love with our special technology designed to teach you to be a better reader.
⚡️Save articles on the web to read at your desired speed with a custom style that helps train your eyes to read more efficiently.
⚡️Remember everything you read with tools to help you keep track of your time spent reading.                    

拡張機能の基本情報

名前 Easy Reader Easy Reader
ID gemlhgphcdpfenohdkmmbekahhebkach
公式URL https://chromewebstore.google.com/detail/easy-reader/gemlhgphcdpfenohdkmmbekahhebkach
説明 Making it easy to be a great reader
ファイルサイズ 233 KB
インストール数 46
現在のバージョン 1.4.1
最終更新日 2022-08-31
公開日 2021-07-01
評価 5.00/5 合計 2 レビュー
開発者 https://easyreader.pro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.easyreader.pro
ヘルプページのURL https://www.read4speed.com/privacy-policy
プライバシーポリシーページのURL http://triforcetodos.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Reader",
    "description": "Making it easy to be a great reader",
    "version": "1.4.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "identity",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "651171521300-ggvq2b758fs3ttrgmod6kl2qc10ej1mu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "EasyReader",
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": "\/images\/main-icon16.png",
            "32": "\/images\/main-icon32.png",
            "48": "\/images\/main-icon48.png",
            "128": "\/images\/main-icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/main-icon16.png",
        "32": "\/images\/main-icon32.png",
        "48": "\/images\/main-icon48.png",
        "128": "\/images\/main-icon128.png"
    }
}