CopyPaste
The simplest tool for copying from PC to phone
Vad är CopyPaste?
CopyPaste är en Chrome-tillägg utvecklad av https://cp.westkit.org, och dess huvudfunktion är "The simplest tool for copying from PC to phone".
Tilläggsskärmbilder
Ladda ner CopyPaste-förlängningens CRX-fil
Ladda ner CopyPaste-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
The simplest tool for copying from PC to phone. All you need to do is visit this website. http://cp.westkit.org/ Then pair up with this app using your Facebook account. Done
Grundläggande Information om Tillägg
Namn | CopyPaste |
ID | pibbkpmefjbggajhipoppdcdcakiopmd |
Officiell webbadress | https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd |
Beskrivning | The simplest tool for copying from PC to phone |
Filstorlek | 9.42 KB |
Antal Installationer | 366 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-08-05 |
Publiceringsdatum | 2013-08-04 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://cp.westkit.org |
Betalningssätt | free |
Tilläggswebbplats | http://cp.westkit.org/ |
Hjälpsida URL | http://cp.westkit.org/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyPaste", "description": "The simplest tool for copying from PC to phone", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "contextMenus", "http:\/\/cp.westkit.org\/" ], "browser_action": { "default_icon": "img\/icon-128.png", "default_popup": "CopyPaste.html", "default_title": "CopyPaste - The simplest tool for copying from PC to phone" } } |