Copy&Clear

Simple extension to copy and paste text and plain.

什么是Copy&Clear?

Copy&Clear是由Luciano Borges开发的Chrome扩展程序,该扩展的主要功能是“Simple extension to copy and paste text and plain.”。

扩展截图

screenshot
screenshot
screenshot

下载Copy&Clear扩展crx文件

下载Copy&Clear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple extension to copy and paste text and plain.                    

扩展基本信息

名称 Copy&Clear Copy&Clear
ID pfjhbkgfmakodandnbibhllncbggjngl
官方URL https://chrome.google.com/webstore/detail/copyclear/pfjhbkgfmakodandnbibhllncbggjngl
简介 Simple extension to copy and paste text and plain.
文件大小 59.93 KB
安装次数 542
当前版本 1.38
更新时间 2016-03-26
上架时间 2016-03-26
评分 5.00/5 共1次评分
开发者 Luciano Borges
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}