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文件
下載Copy All URL's 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
️⬇️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. 擴展基本資訊
| 名稱 | |
| ID | ljmbgmkmjcldjljaakpbpmchjbodjmdi |
| 官方網址 | 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:\/\/*\/"
]
} | |