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 |
| 官方網址 | 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"
}
} | |