CopyPaste
The simplest tool for copying from PC to phone
什麼是CopyPaste?
CopyPaste是由https://cp.westkit.org開發的Chrome擴展程式,該擴展的主要功能是“The simplest tool for copying from PC to phone”。
擴展截圖
下載CopyPaste擴展crx文件
下載CopyPaste擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | CopyPaste |
ID | pibbkpmefjbggajhipoppdcdcakiopmd |
官方網址 | https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd |
簡介 | The simplest tool for copying from PC to phone |
檔案大小 | 9.42 KB |
安裝次數 | 366 |
目前版本 | 1.0 |
更新時間 | 2013-08-05 |
上架時間 | 2013-08-04 |
評分 | 5.00/5 共 5 次評分 |
開發者 | https://cp.westkit.org |
付費類型 | free |
擴展官網 | http://cp.westkit.org/ |
說明頁面URL | http://cp.westkit.org/ |
支援的語言 | 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" } } |