Copy Pasta

This extension will share your clipboard to other connected devices

What is Copy Pasta?

Copy Pasta is a Chrome extension developed by neosoftware, and its main feature is "This extension will share your clipboard to other connected devices".

Extension Screenshots

screenshot

Download Copy Pasta Extension CRX File

Download Copy Pasta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Copy Pasta Copy Pasta
ID mgkingbdjfjgllkdjbeagffjdlhhphja
Official URL https://chrome.google.com/webstore/detail/copy-pasta/mgkingbdjfjgllkdjbeagffjdlhhphja
Description This extension will share your clipboard to other connected devices
File Size 621 KB
Installation Count 841
Current Version 1.3
Last Updated 2017-04-23
Publish Date 2017-04-22
Rating 5.00/5 Total 1 Ratings
Developer neosoftware
Payment Type free
Extension Website http://copypastaapp.com/
Privacy Policy Page URL http://copypastaapp.com/home/privacy-policy
Supported Languages 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'"
}