Lisan

Integrated Writing Assistant

什麼是Lisan?

Lisan是由https://lisan.ai開發的Chrome擴展程式,該擴展的主要功能是“Integrated Writing Assistant”。

擴展截圖

screenshot
screenshot
screenshot

下載Lisan擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}