Select all in context menu

This extension allows the user to select all text from the context menu of the current page.

Select all in context menu là gì?

Select all in context menu là một tiện ích mở rộng Chrome được phát triển bởi Gabor, và tính năng chính của nó là "This extension allows the user to select all text from the context menu of the current page.".

Tải xuống tệp CRX của tiện ích mở rộng Select all in context menu

Tải xuống các tệp mở rộng Select all in context menu 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

                                            

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

Tên Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
URL Chính Thức https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
Mô tả This extension allows the user to select all text from the context menu of the current page.
Kích Thước Tệp 8.07 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2017-12-01
Ngày Phát Hành 2017-12-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Gabor
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,tr,es,it,hu,pt-BR,pt-PT,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select all in context menu",
    "description": "This extension allows the user to select all text from the context menu of the current page.",
    "version": "0.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "selectall.js"
        ]
    },
    "icons": {
        "16": "images\/ico16.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}