Copy Buddy
A place to store things that you want to copy and paste later
Vad är Copy Buddy?
Copy Buddy är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A place to store things that you want to copy and paste later".
Tilläggsskärmbilder
Ladda ner Copy Buddy-förlängningens CRX-fil
Ladda ner Copy Buddy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A place to store things that you want to copy and paste later
Grundläggande Information om Tillägg
Namn | |
ID | hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
Beskrivning | A place to store things that you want to copy and paste later |
Filstorlek | 26.25 KB |
Antal Installationer | 13 |
Aktuell Version | 0.4.0 |
Senast Uppdaterad | 2017-05-05 |
Publiceringsdatum | 2017-05-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/flooose/copy_buddy |
Hjälpsida URL | https://github.com/flooose/copy_buddy |
Stödda Språk | 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\/" ] } |