Submary

Submary official chrome extension

What is Submary?

Submary is a Chrome extension developed by https://submary.com, and its main feature is "Submary official chrome extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Submary Extension CRX File

Download Submary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
Official URL https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
Description Submary official chrome extension
File Size 473 KB
Installation Count 41
Current Version 0.2.6
Last Updated 2022-10-12
Publish Date 2022-01-11
Rating 5.00/5 Total 2 Ratings
Developer https://submary.com
Email [email protected]
Payment Type in_app
Extension Website https://submary.com
Supported Languages 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
}