Copy All URL's 2.0
Copy the currently opened tabs’ URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON)
Copy All URL's 2.0란 무엇입니까?
Copy All URL's 2.0은(는) C E에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the currently opened tabs’ URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON)"입니다.
확장 프로그램 스크린샷
Copy All URL's 2.0 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
️⬇️Easy to set up ⬇️: 1. 🆓 and very easy to operate. 2. Add the extension to copy/paste all the URLs opened in the browser. 3. Customize the extension in the settings to select the format of the URLs. ✨Features ✨: 1. Copy all opened tabs' URLs into the clipboard. 2. Supports four formats: Text, HTML, JSON, and Custom format. 3. Paste to open all URLs in the clipboard into new tabs in one go. 📌Pin this extension to quickly copy all open pages to the clipboard and paste them to save you some time.
확장 프로그램 기본 정보
이름 | Copy All URL's 2.0 |
ID | ljmbgmkmjcldjljaakpbpmchjbodjmdi |
공식 URL | https://chromewebstore.google.com/detail/copy-all-urls-20/ljmbgmkmjcldjljaakpbpmchjbodjmdi |
설명 | Copy the currently opened tabs’ URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON) |
파일 크기 | 15.2 KB |
설치 횟수 | 586 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-10-12 |
출시 날짜 | 2022-10-12 |
평점 | 4.62/5 총 21 개의 평점 |
개발자 | C E |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy All URL's 2.0", "version": "1.0.0", "description": "Copy the currently opened tabs\u2019 URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON)", "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ] } |