Copy Pasta

This extension will share your clipboard to other connected devices

什么是Copy Pasta?

Copy Pasta是由neosoftware开发的Chrome扩展程序,该扩展的主要功能是“This extension will share your clipboard to other connected devices”。

扩展截图

screenshot

下载Copy Pasta扩展crx文件

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

扩展使用说明

                        The Copy Pasta Chrome Extension allows you to share texts and links to other devices in your group that have the Copy Pasta Mobile App.                    

扩展基本信息

名称 Copy Pasta Copy Pasta
ID mgkingbdjfjgllkdjbeagffjdlhhphja
官方URL https://chrome.google.com/webstore/detail/copy-pasta/mgkingbdjfjgllkdjbeagffjdlhhphja
简介 This extension will share your clipboard to other connected devices
文件大小 621 KB
安装次数 841
当前版本 1.3
更新时间 2017-04-23
上架时间 2017-04-22
评分 5.00/5 共1次评分
开发者 neosoftware
付费类型 free
扩展官网 http://copypastaapp.com/
隐私政策页面URL http://copypastaapp.com/home/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Pasta",
    "description": "This extension will share your clipboard to other connected devices",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "contextMenus",
        "cookies",
        "*:\/\/*.copypastaapp.com\/",
        "https:\/\/zumo.blob.core.windows.net\/*"
    ],
    "icons": {
        "16": "icon-context.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/zumo.blob.core.windows.net\/sdk\/azure-mobile-apps-client.min.js; object-src 'self'"
}