Artiki
Instantly improve your writing with Artiki’s AI-powered writing assistant.
What is Artiki?
Artiki is a Chrome extension developed by https://artiki.ai, and its main feature is "Instantly improve your writing with Artiki’s AI-powered writing assistant.".
Extension Screenshots
Download Artiki Extension CRX File
Download Artiki 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
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!
Extension Basic Information
Name | Artiki |
ID | cjeflcgbhjchkkpoklhheefccadekdpl |
Official URL | https://chromewebstore.google.com/detail/artiki/cjeflcgbhjchkkpoklhheefccadekdpl |
Description | Instantly improve your writing with Artiki’s AI-powered writing assistant. |
File Size | 94.54 KB |
Installation Count | 103 |
Current Version | 0.1.6 |
Last Updated | 2022-01-14 |
Publish Date | 2021-10-22 |
Developer | https://artiki.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://artiki.ai/ |
Privacy Policy Page URL | https://artiki.ai/legal/privacy |
Supported Languages | 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" } } |