Cliarly: AI læse- og skriveværktøj
Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.
Cliarly: AI læse- og skriveværktøj란 무엇입니까?
Cliarly: AI læse- og skriveværktøj은(는) https://cliarly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser."입니다.
확장 프로그램 스크린샷
Cliarly: AI læse- og skriveværktøj 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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]
확장 프로그램 기본 정보
이름 | Cliarly: AI læse- og skriveværktøj |
ID | ikpgaoegbcmlefnjmhampepmflcndimi |
공식 URL | https://chromewebstore.google.com/detail/cliarly-ai-l%C3%A6se-og-skrive/ikpgaoegbcmlefnjmhampepmflcndimi |
설명 | Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser. |
파일 크기 | 1.01 MB |
설치 횟수 | 252 |
현재 버전 | 1.5.4 |
최근 업데이트 | 2024-02-12 |
출시 날짜 | 2023-11-02 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://cliarly.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cliarly.com/ |
도움말 페이지 URL | https://app.cliarly.com/support |
개인정보 보호 정책 페이지 URL | https://cliarly.com/privacy |
지원되는 언어 | 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" } } |