Copy and Paste more

Copy and Paste more

Copy and Paste more là gì?

Copy and Paste more là một tiện ích mở rộng Chrome được phát triển bởi satoshiho2012, và tính năng chính của nó là "Copy and Paste more".

Ả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 Copy and Paste more

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

                        Normally copy&paste is one time only, and past copy is gone once you copy again.
Copy and Paste more will save your copy history and find past copy easily. 
Plus you can find past copy since it has filtering feature.

you can also visualize current clipboard easily so you dont need to remember what is current clipboard.
This tool is not only inside of browser, but also will help outside of browser.                    

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

Tên Copy and Paste more Copy and Paste more
ID mjijaapcbpbcppapekipkdhipfcdpidb
URL Chính Thức https://chromewebstore.google.com/detail/copy-and-paste-more/mjijaapcbpbcppapekipkdhipfcdpidb
Mô tả Copy and Paste more
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 43,875
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2017-11-10
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển satoshiho2012
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://engineernest.com/extensions/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "chrome_url_overrides": [],
    "description": "Copy and Paste more",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "action": {
        "default_icon": "img\/icon24.png",
        "default_title": "Copy and Paste more",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/toolbar1702880708.css",
                "options.html",
                "js\/options1702880708.js",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=550&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "name": "Copy and Paste more",
    "permissions": [
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "tabs",
        "scripting",
        "alarms",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.1"
}