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
官方網址 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
電子郵箱 [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": []
        }
    }
}