IMAKITA AI text summarizer

IMAKITA summarizes long and boring text effectively

IMAKITA AI text summarizerคืออะไร?

IMAKITA AI text summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qhapaq_49 และคุณลักษณะหลักของมันคือ "IMAKITA summarizes long and boring text effectively"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMAKITA AI text summarizer

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

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

                        IMAKITA is fast, simple and accurate AI text summarizer. You can get summary of the text by select and right click. IMAKITA supports English, Japanese, German, Spanish and French. You can download source code on github.

update 2022.03.31 : update manifest to V3                    

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

ชื่อ IMAKITA AI text summarizer IMAKITA AI text summarizer
ID hejainodlpjlekjinpjijbelbceojkee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imakita-ai-text-summarize/hejainodlpjlekjinpjijbelbceojkee
คำอธิบาย IMAKITA summarizes long and boring text effectively
ขนาดไฟล์ 67.77 KB
จำนวนการติดตั้ง 906
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-04-03
วันที่เผยแพร่ 2019-05-15
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา qhapaq_49
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/qhapaq-49/imakita
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMAKITA AI text summarizer",
    "version": "0.0.2",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "IMAKITA summarizes long and boring text effectively",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "action": {
        "default_icon": "img\/icon-16x16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "lang_detect.js",
                "stop_words.js",
                "imakita_body.js",
                "preproc_en.js",
                "tiny_segmenter-0.2.js",
                "preproc_ja.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}