Artiki

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

Artikiคืออะไร?

Artiki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://artiki.ai และคุณลักษณะหลักของมันคือ "Instantly improve your writing with Artiki’s AI-powered writing assistant."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Artiki

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Artiki Artiki
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"
    }
}