IMAKITA AI text summarizer

IMAKITA summarizes long and boring text effectively

什么是IMAKITA AI text summarizer?

IMAKITA AI text summarizer是由qhapaq_49开发的Chrome扩展程序,该扩展的主要功能是“IMAKITA summarizes long and boring text effectively”。

扩展截图

screenshot

下载IMAKITA AI text summarizer扩展crx文件

下载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"
    }
}