CopyLinks: Copy links with ease
CopyLinks is a one-click copy solution for quick copy pasting of urls
CopyLinks: Copy links with ease란 무엇입니까?
CopyLinks: Copy links with ease은(는) T-Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CopyLinks is a one-click copy solution for quick copy pasting of urls"입니다.
확장 프로그램 스크린샷
CopyLinks: Copy links with ease 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CopyLinks is a simple plugin to copy links from your current tab to the clipboard. Especially useful for people sharing links from one browser tab to another. Usage: - Simply click on extension to copy link shown in current tab to clipboard - OR you can click "Alt+L" to copy url in current tab Simply paste using the regular "Command + V" What does it save? - Manual select all "Ctrl + L" & "Ctrl +C" is now in one command - 2 clicks are now converted to 1 Wish you a happy & productive day!
확장 프로그램 기본 정보
이름 | CopyLinks: Copy links with ease |
ID | kogblnmgnabbjjdoaabkkjikpejeimom |
공식 URL | https://chromewebstore.google.com/detail/copylinks-copy-links-with/kogblnmgnabbjjdoaabkkjikpejeimom |
설명 | CopyLinks is a one-click copy solution for quick copy pasting of urls |
파일 크기 | 21.57 KB |
설치 횟수 | 49 |
현재 버전 | 1.0.0.0 |
최근 업데이트 | 2022-07-26 |
출시 날짜 | 2021-03-22 |
개발자 | T-Solutions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyLinks: Copy links with ease", "version": "1.0.0.0", "description": "CopyLinks is a one-click copy solution for quick copy pasting of urls", "browser_action": [], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "commands": { "copy-link": { "suggested_key": { "default": "Alt+L", "mac": "Alt+L" }, "description": "Copy link to clipboard" } } } |