Select and copy all

Select all the web page contents and copy. 露天拍賣的好幫手。

Select and copy all là gì?

Select and copy all là một tiện ích mở rộng Chrome được phát triển bởi michael, và tính năng chính của nó là "Select all the web page contents and copy. 露天拍賣的好幫手。".

Ả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 Select and copy all

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

                        One key to select all the web page contents and copy.

對於露天拍賣的大量賣家,可以很方便的檢視、整理訂單。
詳細操作方式可以參考這裡,
https://www.youtube.com/watch?v=pQtxJs5cRqU                    

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

Tên Select and copy all Select and copy all
ID midhdlmhkhhbnolklpaaecmmghhoklji
URL Chính Thức https://chrome.google.com/webstore/detail/midhdlmhkhhbnolklpaaecmmghhoklji
Mô tả Select all the web page contents and copy. 露天拍賣的好幫手。
Kích Thước Tệp 39.57 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-03
Ngày Phát Hành 2016-08-03
Nhà Phát Triển michael
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select and copy all",
    "short_name": "copyAll",
    "description": "Select all the web page contents and copy. \u9732\u5929\u62cd\u8ce3\u7684\u597d\u5e6b\u624b\u3002",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "copyAll": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            },
            "description": "Select all and copy"
        },
        "random": {
            "suggested_key": {
                "default": "Alt+Shift+L"
            },
            "description": "Load a random link"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ]
}