SummarLight

Highlights the most important parts of articles!

SummarLight là gì?

SummarLight là một tiện ích mở rộng Chrome được phát triển bởi steamata.ai, và tính năng chính của nó là "Highlights the most important parts of articles!".

Ả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 SummarLight

Tải xuống các tệp mở rộng SummarLight 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

                        The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!                    

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

Tên SummarLight SummarLight
ID ligjmagakdphdlenhhncfegpdbbendlg
URL Chính Thức https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg
Mô tả Highlights the most important parts of articles!
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 396
Phiên Bản Hiện Tại 0.7.4
Cập Nhật Lần Cuối 2019-03-26
Ngày Phát Hành 2019-03-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển steamata.ai
Loại Thanh Toán free
Trang Web Mở Rộng https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SummarLight",
    "version": "0.7.4",
    "permissions": [
        "activeTab",
        "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary"
    ],
    "description": "Highlights the most important parts of articles!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Highlight the most important parts",
        "default_popup": "popup.html"
    }
}