Cliarly: AI læse- og skriveværktøj

Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.

What is Cliarly: AI læse- og skriveværktøj?

Cliarly: AI læse- og skriveværktøj is a Chrome extension developed by https://cliarly.com, and its main feature is "Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.".

Extension Screenshots

screenshot
screenshot

Download Cliarly: AI læse- og skriveværktøj Extension CRX File

Download Cliarly: AI læse- og skriveværktøj extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cliarly gør det hurtigt og nemt at få tekst læst op i Chrome. 

Cliarly er altid klar til at læse tekst op og kan aktiveres med genvejstasten ALT + Q. 
Derudover kan den også undgå at læse referencer og andet, der ikke er relevant. 
Cliarly bruger de nyeste stemmer fra Google, som lyder flydende og menneskelignende, så du kan forstå bedre og huske mere.

Læs mere på: cliarly.com

Vi arbejder altid på at forbedre din oplevelse med Cliarly. Hvis du har spørgsmål eller feedback, må du meget gerne kontakt os på: [email protected]                    

Extension Basic Information

Name Cliarly: AI læse- og skriveværktøj Cliarly: AI læse- og skriveværktøj
ID ikpgaoegbcmlefnjmhampepmflcndimi
Official URL https://chromewebstore.google.com/detail/cliarly-ai-l%C3%A6se-og-skrive/ikpgaoegbcmlefnjmhampepmflcndimi
Description Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.
File Size 1.01 MB
Installation Count 252
Current Version 1.5.4
Last Updated 2024-02-12
Publish Date 2023-11-02
Rating 5.00/5 Total 3 Ratings
Developer https://cliarly.com
Email [email protected]
Payment Type free
Extension Website https://cliarly.com/
Help Page URL https://app.cliarly.com/support
Privacy Policy Page URL https://cliarly.com/privacy
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cliarly: AI l\u00e6se- og skrivev\u00e6rkt\u00f8j",
    "version": "1.5.4",
    "description": "Opn\u00e5 dit fulde potentiale og brug Cliarly til at blive en mere effektiv l\u00e6ser.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-92f530f7.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "public\/icons\/icon16.png",
        "32": "public\/icons\/icon32.png",
        "48": "public\/icons\/icon48.png",
        "128": "public\/icons\/icon128.png"
    },
    "commands": {
        "read_selectet": {
            "suggested_key": {
                "default": "Alt+Q",
                "windows": "Alt+Q",
                "mac": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            },
            "description": "L\u00e6s den markerede tekst"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "public\/svg\/*",
                "src\/assets\/css\/*",
                "displayPdf.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/runtime-dom.esm-bundler-fc920bf2.js",
                "assets\/chromeStorage-ef4a05ea.js",
                "assets\/content.ts-0a828f08.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.cliarly.com\/*?fromExtension=true*"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    }
}