Copy Buddy

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

Wat is Copy Buddy?

Copy Buddy is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A place to store things that you want to copy and paste later".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy Buddy

Download Copy Buddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Copy Buddy Copy Buddy
ID hfngfhpdjgdlcpgjfjhdfcdafphhfojo
Officiële URL https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo
Beschrijving A place to store things that you want to copy and paste later
Bestandsgrootte 26.25 KB
Aantal Installaties 13
Huidige Versie 0.4.0
Laatst Bijgewerkt 2017-05-05
Publicatiedatum 2017-05-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/flooose/copy_buddy
Help Pagina-URL https://github.com/flooose/copy_buddy
Ondersteunde Talen 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\/"
    ]
}