tabs2txt
Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
什麼是tabs2txt?
tabs2txt是由zvxr.tech開發的Chrome擴展程式,該擴展的主要功能是“Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.”。
擴展截圖
下載tabs2txt擴展crx文件
下載tabs2txt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard. The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.
擴展基本資訊
名稱 | tabs2txt |
ID | jaobckfgmoejmffgmlllfohadijkicgf |
官方網址 | https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf |
簡介 | Generate a newline-delimited block of text composed of the URLs of all tabs in the current window. |
檔案大小 | 8.48 KB |
安裝次數 | 491 |
目前版本 | 1.1 |
更新時間 | 2017-04-26 |
上架時間 | 2017-04-26 |
評分 | 5.00/5 共 3 次評分 |
開發者 | zvxr.tech |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://zvxr.net/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "default_locale": "en", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "32": "icons\/page-32.png" }, "default_title": "__MSG_popupTitle__", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } } |