Artiki

Instantly improve your writing with Artiki’s AI-powered writing assistant.

Co je Artiki?

Artiki je rozšíření Chrome vyvinuté https://artiki.ai, a jeho hlavní funkcí je „Instantly improve your writing with Artiki’s AI-powered writing assistant.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Artiki

Stáhněte si soubory rozšíření Artiki ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Artiki analyzes your text as you type and gives you suggestions for fixing spelling, grammar, and readability issues. 

Our free extension helps you ensure that your writing is error-free while helping you express your thoughts and arguments clearly and effectively.

Artiki currently supports the Danish language and is enabled on https://linkedin.com and https://dixa.com. 
We will be expanding to other languages and websites soon!                    

Základní Informace o Rozšíření

Název Artiki Artiki
ID cjeflcgbhjchkkpoklhheefccadekdpl
Oficiální URL https://chromewebstore.google.com/detail/artiki/cjeflcgbhjchkkpoklhheefccadekdpl
Popis Instantly improve your writing with Artiki’s AI-powered writing assistant.
Velikost souboru 94.54 KB
Počet instalací 103
Aktuální Verze 0.1.6
Poslední Aktualizace 2022-01-14
Datum Vydání 2021-10-22
Vývojář https://artiki.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://artiki.ai/
URL Stránky Zásad Ochrany Soukromí https://artiki.ai/legal/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Artiki",
    "version": "0.1.6",
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Instantly improve your writing with Artiki\u2019s AI-powered writing assistant.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dixa.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "bundle.js",
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/api.artiki.ai\/"
    ],
    "icons": {
        "16": "icons\/artiki-outlined-white-16.png",
        "48": "icons\/artiki-outlined-white-48.png",
        "128": "icons\/artiki-outlined-white-128.png"
    }
}