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 |
公式URL | 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" } } |