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 |
| Eメール | [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"
}
} | |