tldr pages

Collaborative cheatsheets for console commands (tldr project) now in your Browser!

tldr pages là gì?

tldr pages là một tiện ích mở rộng Chrome được phát triển bởi raul.piraces, và tính năng chính của nó là "Collaborative cheatsheets for console commands (tldr project) now in your Browser!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng tldr pages 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 browser extension for tldr-pages (collaborative cheatsheets for console commands).

How it works:
-  Highlight and right click a command (or right click a link) on your webpage and select "tldr-pages" in the dropdown a tooltip should appear with information fetched from the "tldr-pages" project (https://github.com/tldr-pages/tldr).                    

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

Tên tldr pages tldr pages
ID fcccijijdgmmcjnifgdhcmepnkcdingf
URL Chính Thức https://chromewebstore.google.com/detail/tldr-pages/fcccijijdgmmcjnifgdhcmepnkcdingf
Mô tả Collaborative cheatsheets for console commands (tldr project) now in your Browser!
Kích Thước Tệp 43.43 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-01-17
Ngày Phát Hành 2021-11-02
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển raul.piraces
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tldr-extension.developer.li/
URL Trang Trợ Giúp https://github.com/piraces/tldr-extension-browser/discussions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tldr pages",
    "version": "1.1.1",
    "description": "Collaborative cheatsheets for console commands (tldr project) now in your Browser!",
    "author": "Ra\u00fal Pirac\u00e9s",
    "homepage_url": "https:\/\/tldr.sh",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/marked\/marked.min.js",
                "node_modules\/dompurify\/dist\/purify.min.js",
                "main.js"
            ],
            "css": [
                "styles\/main.min.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}