Tabs to clipboard, clipboard to tabs
Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
Tabs to clipboard, clipboard to tabs란 무엇입니까?
Tabs to clipboard, clipboard to tabs은(는) https://www.freezeec.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action."입니다.
확장 프로그램 스크린샷
Tabs to clipboard, clipboard to tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs
확장 프로그램 기본 정보
이름 | Tabs to clipboard, clipboard to tabs |
ID | baiigfcdcocfkkjjcdhjombfpkffmfce |
공식 URL | https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce |
설명 | Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action. |
파일 크기 | 261 KB |
설치 횟수 | 21 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-07-03 |
출시 날짜 | 2017-07-03 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://www.freezeec.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/Copy-Link-19.png", "default_title": "Tabs to clipboard, clipboard to tabs", "default_popup": "popup.html" }, "description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.", "icons": { "128": "img\/Copy-Link-128.png" }, "background": { "scripts": [ "vendor\/jquery-1.7.2_min.js", "vendor\/encoder.js", "background.js" ] }, "commands": { "copy": { "suggested_key": { "default": "Alt+C" }, "description": "Copy" }, "paste": { "suggested_key": { "default": "Alt+V" }, "description": "Paste" } }, "name": "Tabs to clipboard, clipboard to tabs", "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "clipboardRead", "clipboardWrite" ], "version": "1.0", "manifest_version": 2 } |