CoTS: Copy on Text Selection
Copy on text selection in current page automatically. Double-click to select and copy text automatically. Ctrl + click to paste.
CoTS: Copy on Text Selection란 무엇입니까?
CoTS: Copy on Text Selection은(는) Workflow Wonders에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy on text selection in current page automatically. Double-click to select and copy text automatically. Ctrl + click to paste."입니다.
확장 프로그램 스크린샷
CoTS: Copy on Text Selection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you routinely copy text from one webpage to another page or app? Are your fingers strained and hurting from all that copying and pasting? Or, do you just want or need a helping hand? Well then this is the perfect extension for you! Copy text on a webpage simply by selecting it! With a bonus "Ctrl + click" to paste text! Features: - *New* "Copied" confirmation bubble. - Select text on page with mouse or touchpad and release to copy text selection automatically. - Double-click text to select that word, sentence, or paragraph and copy automatically. - Ctrl + A to select all then click with mouse to copy and deselect. - Hold alt while selecting to disable copy on select functionality in real-time. - Ctrl + click to paste clipboard text. - Dark mode on/off. If you need to select text to replace while "copy on text selection" is turned on and you don't want to overwrite your clipboard in doing so: - Hold alt + select text to disable "copy on text selection" in real-time. Note that after you make your text selection, the mouse button must be released before the alt key. - Alternatively (although alt + select is better IMO), you could select the text that you want to replace first and then select text from another page with copy on select functionality. Then come back to the page where you already have the text selected that you want to replace and paste. - You could also select text to copy and then when you go to select other text to replace and ctrl + v before releasing the mouse button (because the mouse up triggers the copy of the selected text). This works between different pages and also within the same page. Planned updates: - Triple-click to select sentences or paragraphs and copy selection automatically. For now, you can either hold mouse down and select the sentence or paragraph, or triple-click and then click again to copy (so quadruple-click basically). Notes: - For the CoTS feature to work, either after installing the extension or toggling the feature on, you may need to refresh any pages/tabs that were previously open. - The features included in this extension may not work on some deeper level div, textbox, iframe, or other protected elements. - When using "ctrl + click" to paste, you may get a pop-up from the site you're on saying that it is requesting access to your clipboard. This happens because the extension is handling the paste action (on ctrl + click) to paste your clipboard content into the site's page. Your clipboard information is not uploaded or sent to any site (that you're not already pasting to) and is not sent to the developer or uploaded to any other servers. Donate: https://www.paypal.com/donate/?hosted_button_id=DQ5LYLT8NA26W
확장 프로그램 기본 정보
이름 | CoTS: Copy on Text Selection |
ID | npoplhcoodhklnbcfldfnjknkhnfjcad |
공식 URL | https://chromewebstore.google.com/detail/cots-copy-on-text-selecti/npoplhcoodhklnbcfldfnjknkhnfjcad |
설명 | Copy on text selection in current page automatically. Double-click to select and copy text automatically. Ctrl + click to paste. |
파일 크기 | 13.26 KB |
설치 횟수 | 42 |
현재 버전 | 1.1.1.0 |
최근 업데이트 | 2023-09-20 |
출시 날짜 | 2023-02-27 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | Workflow Wonders |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.paypal.com/donate/?hosted_button_id=DQ5LYLT8NA26W |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoTS: Copy on Text Selection", "version": "1.1.1.0", "manifest_version": 3, "description": "Copy on text selection in current page automatically. Double-click to select and copy text automatically. Ctrl + click to paste.", "icons": { "128": "icons\/CoTS128x128.png" }, "permissions": [ "activeTab", "clipboardRead", "clipboardWrite", "storage" ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |