Copy&Clear

Simple extension to copy and paste text and plain.

Copy&Clear là gì?

Copy&Clear là một tiện ích mở rộng Chrome được phát triển bởi Luciano Borges, và tính năng chính của nó là "Simple extension to copy and paste text and plain.".

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

screenshot
screenshot
screenshot

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

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

                        Simple extension to copy and paste text and plain.                    

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

Tên Copy&Clear Copy&Clear
ID pfjhbkgfmakodandnbibhllncbggjngl
URL Chính Thức https://chrome.google.com/webstore/detail/copyclear/pfjhbkgfmakodandnbibhllncbggjngl
Mô tả Simple extension to copy and paste text and plain.
Kích Thước Tệp 59.93 KB
Số Lần Cài Đặt 542
Phiên Bản Hiện Tại 1.38
Cập Nhật Lần Cuối 2016-03-26
Ngày Phát Hành 2016-03-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Luciano Borges
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,en-US,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_name__",
    "version": "1.38",
    "icons": {
        "16": "images\/socl_016.png",
        "32": "images\/socl_032.png",
        "48": "images\/socl_048.png",
        "128": "images\/socl_128.png"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "author": "iAutomate - Integra\u00e7\u00e3o de Sistemas",
    "browser_action": {
        "default_icon": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "notifications",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/socl_048.png"
    ],
    "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
    "manifest_version": 2
}