Copy Buddy

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

Hvad er Copy Buddy?

Copy Buddy er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "A place to store things that you want to copy and paste later".

Udvidelsesskærmbilleder

screenshot

Download Copy Buddy-udvidelses-CRX-fil

Download Copy Buddy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Copy Buddy Copy Buddy
ID hfngfhpdjgdlcpgjfjhdfcdafphhfojo
Officiel URL https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo
Beskrivelse A place to store things that you want to copy and paste later
Filstørrelse 26.25 KB
Antal Installationer 13
Nuværende Version 0.4.0
Senest Opdateret 2017-05-05
Udgivelsesdato 2017-05-05
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/flooose/copy_buddy
Hjælpeside-URL https://github.com/flooose/copy_buddy
Understøttede Sprog 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\/"
    ]
}