Submary

Submary official chrome extension

Submary là gì?

Submary là một tiện ích mở rộng Chrome được phát triển bởi https://submary.com, và tính năng chính của nó là "Submary official chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Submary

Tải xuống các tệp mở rộng Submary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
URL Chính Thức https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
Mô tả Submary official chrome extension
Kích Thước Tệp 473 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.2.6
Cập Nhật Lần Cuối 2022-10-12
Ngày Phát Hành 2022-01-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://submary.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://submary.com
Ngôn Ngữ Được Hỗ Trợ 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
}