Copy To Clipboard
This extension allows you to automatically copy selected text to the clipboard.
Copy To Clipboardとは何ですか?
Copy To Clipboardはhttps://auto-copy.dllplayer.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to automatically copy selected text to the clipboard.」です。
拡張機能のスクリーンショット
Copy To Clipboard拡張機能のCRXファイルをダウンロード
Copy To Clipboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically copy selected text to the clipboard. It has many configurable options for controlling the behavior of the clipboard. To begin using this extension. Here is what you need to do. 1) Install the extension 2) Go to the webpage where you want to use the "automatically copy selected text to the clipboard." feature. 3) Click on our extension icon to activate the software, begin using your mouse to highlight and copy the text. 4) You can paste the text using Control + V.
拡張機能の基本情報
名前 | Copy To Clipboard |
ID | imjkddkepakidnmolhmpfldheaiakojj |
公式URL | https://chromewebstore.google.com/detail/copy-to-clipboard/imjkddkepakidnmolhmpfldheaiakojj |
説明 | This extension allows you to automatically copy selected text to the clipboard. |
ファイルサイズ | 51.88 KB |
インストール数 | 8,760 |
現在のバージョン | 3.0.0 |
最終更新日 | 2023-11-15 |
公開日 | 2020-07-14 |
評価 | 2.13/5 合計 16 レビュー |
開発者 | https://auto-copy.dllplayer.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://auto-copy.dllplayer.com |
対応言語 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 3, "name": "__MSG_AppName__", "offline_enabled": true, "permissions": [ "activeTab", "scripting" ], "version": "3.0.0", "action": { "default_icon": "icon-128.png" }, "homepage_url": "https:\/\/auto-copy.dllplayer.com\/" } |