autoCopyText™

Copy the text when select any text on webpage

autoCopyText™ là gì?

autoCopyText™ là một tiện ích mở rộng Chrome được phát triển bởi Vineet, và tính năng chính của nó là "Copy the text when select any text on webpage".

Ả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 autoCopyText™

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

                        Copy the text when select any text on webpage                    

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

Tên autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
URL Chính Thức https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
Mô tả Copy the text when select any text on webpage
Kích Thước Tệp 19.21 KB
Số Lần Cài Đặt 767
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-04-12
Ngày Phát Hành 2019-04-08
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Vineet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}