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
Eメール [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"
    }
}