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

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

Co to jest Cliarly: AI læse- og skriveværktøj?

Cliarly: AI læse- og skriveværktøj to rozszerzenie Chrome opracowane przez https://cliarly.com, a jego główną funkcją jest „Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cliarly: AI læse- og skriveværktøj

Pobierz pliki rozszerzeń Cliarly: AI læse- og skriveværktøj w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Cliarly: AI læse- og skriveværktøj Cliarly: AI læse- og skriveværktøj
ID ikpgaoegbcmlefnjmhampepmflcndimi
Oficjalny URL https://chromewebstore.google.com/detail/cliarly-ai-l%C3%A6se-og-skrive/ikpgaoegbcmlefnjmhampepmflcndimi
Opis Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.
Rozmiar pliku 1.01 MB
Liczba instalacji 252
Aktualna Wersja 1.5.4
Ostatnia Aktualizacja 2024-02-12
Data Publikacji 2023-11-02
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://cliarly.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cliarly.com/
Adres URL Strony Pomocy https://app.cliarly.com/support
Adres URL Strony Polityki Prywatności https://cliarly.com/privacy
Obsługiwane Języki 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"
    }
}