Copy Buddy
A place to store things that you want to copy and paste later
Cos'è Copy Buddy?
Copy Buddy è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A place to store things that you want to copy and paste later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Buddy
Scarica i file di estensione Copy Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A place to store things that you want to copy and paste later
Informazioni di Base sull'Estensione
Nome | |
ID | hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
Descrizione | A place to store things that you want to copy and paste later |
Dimensione del File | 26.25 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2017-05-05 |
Data di Pubblicazione | 2017-05-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/flooose/copy_buddy |
URL della Pagina di Aiuto | https://github.com/flooose/copy_buddy |
Lingue Supportate | 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\/" ] } |