Export Tabs URLs
Save a list of all open tabs into a text file.
什麼是Export Tabs URLs?
Export Tabs URLs是由skend開發的Chrome擴展程式,該擴展的主要功能是“Save a list of all open tabs into a text file.”。
擴展截圖
下載Export Tabs URLs擴展crx文件
下載Export Tabs URLs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
擴展基本資訊
名稱 | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
官方網址 | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
簡介 | Save a list of all open tabs into a text file. |
檔案大小 | 65.67 KB |
安裝次數 | 3,602 |
目前版本 | 0.2.13 |
更新時間 | 2021-09-25 |
上架時間 | 2021-09-25 |
評分 | 5.00/5 共 9 次評分 |
開發者 | skend |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/skend/export-tabs-urls |
說明頁面URL | https://github.com/skend/export-tabs-urls |
支援的語言 | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |