Cleartext

Reading help, anywhere on the net

Cleartextとは何ですか?

Cleartextはhttps://cleartext.ioによって開発されたChromeの拡張機能で、その主な機能は「Reading help, anywhere on the net」です。

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

screenshot

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

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

拡張機能の使用方法

                        Cleartext makes websites easier and faster to read by rewriting difficult sentences. Just visit a web page, click on the Cleartext logo in the bottom right corner, and experience reading joy.

Cleartext's aim is
- To promote reading joy
- To empower all readers
- To motivate to read more

How do I get Cleartext?

Just install by clicking 'Add to Chrome'. Cleartext is now available for you across the web.                    

拡張機能の基本情報

名前 Cleartext Cleartext
ID dniofbefcoeanhmldcphlmkcmgningim
公式URL https://chromewebstore.google.com/detail/cleartext/dniofbefcoeanhmldcphlmkcmgningim
説明 Reading help, anywhere on the net
ファイルサイズ 1.15 MB
インストール数 327
現在のバージョン 1.9.10
最終更新日 2023-02-27
公開日 2020-10-06
評価 5.00/5 合計 3 レビュー
開発者 https://cleartext.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cleartext.io
ヘルプページのURL https://cleartext.io
プライバシーポリシーページのURL https://cleartext.io/privacy.html
対応言語 en,da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cleartext",
    "description": "__MSG_description__",
    "version": "1.9.10",
    "default_locale": "en",
    "icons": {
        "16": "webplugin-resources\/img\/color-round-16.png",
        "48": "webplugin-resources\/img\/color-round-48.png",
        "128": "webplugin-resources\/img\/color-round-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "webplugin-resources\/img\/color-round-128.png",
        "default_title": "Launch Cleartext",
        "default_popup": "pages\/main_menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/my.heroapp.ai\/**\/*",
                "http:\/\/localhost:8000\/**\/*"
            ],
            "css": [
                "css\/cleartext-site-inject.min.css"
            ],
            "js": [
                "js\/cleartext-webplugin-bundle.min.js",
                "js\/cleartext-extension-bundle.min.js"
            ],
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.heroapp.ai\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com 'unsafe-inline'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "webplugin-resources\/**\/*",
                "pages\/*",
                "config.js",
                "scripts\/*",
                "css\/*",
                "webplugin-resources\/fonts\/*.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "run-cleartext": {
            "suggested_key": "Ctrl+Shift+H",
            "description": "Run Cleartext",
            "action": []
        }
    }
}