TL;DR

Adds ability to create TL;DR text out of the text page with https://tldr.cloud

TL;DR là gì?

TL;DR là một tiện ích mở rộng Chrome được phát triển bởi gautkr91, và tính năng chính của nó là "Adds ability to create TL;DR text out of the text page with https://tldr.cloud".

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

screenshot

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

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

                        A chrome extension that provides tldr of a web page.                    

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

Tên TL;DR TL;DR
ID egompoccbbiiapflgibmddjnchamaopo
URL Chính Thức https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo
Mô tả Adds ability to create TL;DR text out of the text page with https://tldr.cloud
Kích Thước Tệp 9.51 KB
Số Lần Cài Đặt 405
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-07-28
Ngày Phát Hành 2020-07-22
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gautkr91
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tldr.cloud/
URL Trang Trợ Giúp http://tldr.cloud/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TL;DR",
    "version": "1.1",
    "description": "Adds ability to create TL;DR text out of the text page with https:\/\/tldr.cloud",
    "icons": {
        "16": "icons\/tldr-16.png",
        "48": "icons\/tldr-48.png",
        "128": "icons\/tldr-128.png"
    },
    "browser_action": {
        "default_title": "TL;DR",
        "default_popup": "show_tldr.html",
        "default_icon": {
            "16": "icons\/tldr-16.png",
            "48": "icons\/tldr-48.png",
            "128": "icons\/tldr-128.png"
        }
    },
    "permissions": [
        "https:\/\/us-central1-tldr-278619.cloudfunctions.net\/extract-summary",
        "activeTab",
        "tabs"
    ]
}