Copy Buddy
A place to store things that you want to copy and paste later
Was ist Copy Buddy?
Copy Buddy ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A place to store things that you want to copy and paste later".
Erweiterungsscreenshots
Copy Buddy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Buddy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A place to store things that you want to copy and paste later
Grundlegende Informationen zur Erweiterung
Name | |
ID | hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
Offizielle URL | https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
Beschreibung | A place to store things that you want to copy and paste later |
Dateigröße | 26.25 KB |
Installationsanzahl | 13 |
Aktuelle Version | 0.4.0 |
Letztes Update | 2017-05-05 |
Veröffentlichungsdatum | 2017-05-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/flooose/copy_buddy |
Hilfeseite URL | https://github.com/flooose/copy_buddy |
Unterstützte Sprachen | 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\/" ] } |