ClipSync
This extension will help you copy text from all your devices linked to google account.
ClipSyncとは何ですか?
ClipSyncはAbhishek Mehariaによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you copy text from all your devices linked to google account.」です。
拡張機能のスクリーンショット
ClipSync拡張機能のCRXファイルをダウンロード
ClipSync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will help you copy text from all your devices linked to google account.
拡張機能の基本情報
名前 | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
公式URL | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
説明 | This extension will help you copy text from all your devices linked to google account. |
ファイルサイズ | 226 KB |
インストール数 | 121 |
現在のバージョン | 2 |
最終更新日 | 2020-08-23 |
公開日 | 2019-12-04 |
開発者 | Abhishek Meharia |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://abhim.in |
ヘルプページのURL | https://abhim.in |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClipSync", "description": "This extension will help you copy text from all your devices linked to google account.", "version": "2", "icons": { "128": "clipboard.png" }, "browser_action": { "default_icon": "clipboard.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "tabs" ], "content_scripts": [ { "matches": [ " |