Lisan

Integrated Writing Assistant

Lisanคืออะไร?

Lisan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lisan.ai และคุณลักษณะหลักของมันคือ "Integrated Writing Assistant"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Lisan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Lisan is the state of the art educational proofreader. 

Main Features:

★ Proofreader that supports 12 types of errors

- Spelling Checker
- Typography Checker
- Grammar Checker
- Morphology Checker
- Semantic Checker
- Clarity Checker
- Style Checker
- Decency Checker
- Punctuation Checker
- Layout Checker
- Names Checker
- Quotes Checker

★ Accelerators
- Autocomplete: A fully customizable multi-domain autocomplete system.
- InText: Inline language for information automation and retrieval.

★ Explainer
- Named entities explainers.
- Word explainers.
- Quotes explainers.

★ Paraphraser
- Provides other ways to write a sentence.
- Helps your write faster and more fluently.
- Easily crafts the tone and style of your writing.

★ Summarizer
- Summarize long texts and emails, keep what matters. 

In addition to correcting errors,  Lisan offers an outstanding learning experience. All corrections have explanations for each error to improve users writing ability.

By installing this extension, you agree to the Lisan's Terms of Service (https://lisan.ai/tos) and have read our Privacy Policy (https://lisan.ai/privacy).                    

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

ชื่อ Lisan Lisan
ID ilicjiikohbbbmgecoahkbpjcjjdnmpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lisan/ilicjiikohbbbmgecoahkbpjcjjdnmpo
คำอธิบาย Integrated Writing Assistant
ขนาดไฟล์ 25.95 MB
จำนวนการติดตั้ง 534
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2022-07-13
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://lisan.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://lisan.ai/
URL หน้าช่วยเหลือ https://lisan.ai/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://lisan.ai/privacy-policy
ภาษาที่รองรับ en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "1.0.12",
    "description": "__MSG_app_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mudakik.com\/",
        "https:\/\/app.bayan.ai\/",
        "https:\/\/bayan.ai\/",
        "https:\/\/*.wikipedia.org\/",
        "https:\/\/app.lisan.ai\/"
    ],
    "icons": {
        "16": "assets\/logo\/16.png",
        "48": "assets\/logo\/48.png",
        "128": "assets\/logo\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "sandbox allow-same-origin allow-scripts allow-downloads;script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-popups allow-scripts allow-downloads;script-src 'self' 'unsafe-inline' 'unsafe-eval' 'unsafe-hashes'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches_about_blank": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        },
        {
            "all_frames": false,
            "matches_about_blank": false,
            "match_about_blank": false,
            "matches": [
                "https:\/\/lisan.ai\/*",
                "https:\/\/www.lisan.ai\/*",
                "https:\/\/beta.lisan.ai\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_start",
            "js": [
                "webpage-helpers.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "sandbox": {
        "pages": [
            "sandboxed_options.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*",
                "css\/*",
                "fonts\/*",
                "assets\/fa\/css\/all.css",
                "assets\/fa\/webfonts\/*",
                "content.js",
                "media\/logos\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}