Submary

Submary official chrome extension

Submaryとは何ですか?

Submaryはhttps://submary.comによって開発されたChromeの拡張機能で、その主な機能は「Submary official chrome extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Submary拡張機能のCRXファイルをダウンロード

Submary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Submary allows you to understand the essence of a text in a few seconds. It analyzes the content to extract the most relevant sentences and provide a concise summary.  By highlighting key words and sentences directly in the text, it allows you to grasp the most important information of an article at a glance.

- fast reading
- read faster
- speed reading
- deep reading
- highlight / highlighting
- summary
- automatic summary
- TLDR                    

拡張機能の基本情報

名前 Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
公式URL https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
説明 Submary official chrome extension
ファイルサイズ 473 KB
インストール数 41
現在のバージョン 0.2.6
最終更新日 2022-10-12
公開日 2022-01-11
評価 5.00/5 合計 2 レビュー
開発者 https://submary.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://submary.com
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Submary",
    "version": "0.2.6",
    "description": "Submary official chrome extension",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_page": "onboarding-page.html",
    "action": {
        "default_title": "Submary",
        "default_icon": "\/images\/logo128.png"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 3
}