Copy Buddy

A place to store things that you want to copy and paste later

What is Copy Buddy?

Copy Buddy is a Chrome extension developed by Unknown, and its main feature is "A place to store things that you want to copy and paste later".

Extension Screenshots

screenshot

Download Copy Buddy Extension CRX File

Download Copy Buddy 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

                        A place to store things that you want to copy and paste later                    

Extension Basic Information

Name Copy Buddy Copy Buddy
ID hfngfhpdjgdlcpgjfjhdfcdafphhfojo
Official URL https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo
Description A place to store things that you want to copy and paste later
File Size 26.25 KB
Installation Count 13
Current Version 0.4.0
Last Updated 2017-05-05
Publish Date 2017-05-05
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/flooose/copy_buddy
Help Page URL https://github.com/flooose/copy_buddy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Buddy",
    "version": "0.4.0",
    "description": "A place to store things that you want to copy and paste later",
    "icons": {
        "16": "copy-buddy-16.png",
        "48": "copy-buddy-48.png",
        "128": "copy-buddy-128.png"
    },
    "author": "christopher floess",
    "browser_action": {
        "default_icon": "drawing-1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}