Artiki
Instantly improve your writing with Artiki’s AI-powered writing assistant.
什么是Artiki?
Artiki是由https://artiki.ai开发的Chrome扩展程序,该扩展的主要功能是“Instantly improve your writing with Artiki’s AI-powered writing assistant.”。
扩展截图
下载Artiki扩展crx文件
下载Artiki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| ID | cjeflcgbhjchkkpoklhheefccadekdpl |
| 官方URL | https://chromewebstore.google.com/detail/artiki/cjeflcgbhjchkkpoklhheefccadekdpl |
| 简介 | Instantly improve your writing with Artiki’s AI-powered writing assistant. |
| 文件大小 | 94.54 KB |
| 安装次数 | 103 |
| 当前版本 | 0.1.6 |
| 更新时间 | 2022-01-14 |
| 上架时间 | 2021-10-22 |
| 开发者 | https://artiki.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://artiki.ai/ |
| 隐私政策页面URL | https://artiki.ai/legal/privacy |
| 支持的语言 | 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"
}
} | |