Auto Copy
Automatically copy selected text to the clipboard. Has many configurable options for controlling the behavior.
Auto Copy란 무엇입니까?
Auto Copy은(는) Jamie Hill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically copy selected text to the clipboard. Has many configurable options for controlling the behavior."입니다.
확장 프로그램 스크린샷
Auto Copy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When text is selected using the mouse it will automatically be copied to the clipboard. *** Once this extension is installed you must reload any open tabs in order for it to work *** *** If you change the extension settings any open tabs must be reloaded in order for them to take effect *** Features: - Notification on copy - Remove selection on copy - Enable / disable in text boxes - Enable / disable in content editable elements - Paste on middle click - Use modifier key(s) to enable / disable auto copy - Use modifier key(s) to copy as a link - Always copy as a link - Copy without formatting - Trim whitespace - Copy delay - Clear clipboard - Include informational comment with optional formatting items - Use modifier key(s) to enable / disable informational comment - Blacklist websites to automatically disable the extension - Works with all URL types Go to the options screen to configure the features you'd like to use. Note: - This extension now works all URL types. In order for it to work with file:/// URLs you must check 'Allow access to file URLs' on the Extensions page. Content-scripts are automatically disabled in the Extension Gallery. Therefore, the extension will not work on this page or any page in the Gallery, so please test it on another page. See website for release notes.
확장 프로그램 기본 정보
이름 | Auto Copy |
ID | bijpdibkloghppkbmhcklkogpjaenfkg |
공식 URL | https://chromewebstore.google.com/detail/auto-copy/bijpdibkloghppkbmhcklkogpjaenfkg |
설명 | Automatically copy selected text to the clipboard. Has many configurable options for controlling the behavior. |
파일 크기 | 26.03 KB |
설치 횟수 | 57,232 |
현재 버전 | 4.2.1 |
최근 업데이트 | 2022-01-09 |
출시 날짜 | 2020-05-26 |
평점 | 3.55/5 총 537 개의 평점 |
개발자 | Jamie Hill |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://stratusnine.com/software/auto-copy/ |
도움말 페이지 URL | http://stratusnine.com/software/auto-copy/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Copy", "description": "Automatically copy selected text to the clipboard. Has many configurable options for controlling the behavior.", "version": "4.2.1", "icons": { "128": "assets\/autoCopy-128.png" }, "manifest_version": 2, "content_security_policy": "style-src 'unsafe-inline'; default-src 'self'", "minimum_chrome_version": "22", "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "notifications", "clipboardRead", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |