TabToTxt
Manage, copy, restore or download the URLs from opened tabs to text files
什麼是TabToTxt?
TabToTxt是由Gabriel Q. Matos開發的Chrome擴展程式,該擴展的主要功能是“Manage, copy, restore or download the URLs from opened tabs to text files”。
擴展截圖
下載TabToTxt擴展crx文件
下載TabToTxt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Manage researches or sessions, by copying, importing or exporting the links of opened URLs as text files. Import / Export text files to restore sessions later. Filter URLs before export, to restore the session later os just share with friends links from a research. Sort the list of links, find the missing tab that is playing some background sound or video. Panic button included! 🙄 Note: If you want list or import tabs to restore in Incognito mode. You should enable the option to extension work in private mode. DISCLAIMER: This extension does not analyze or persist your information in any way. Donations are not mandatory, but your support is valuable in helping me to implement new features and ensure software stability. https://www.buymeacoffee.com/gmatos88
擴展基本資訊
名稱 | TabToTxt |
ID | gipfccehicidcgiagolfcoahfgjlkdoe |
官方網址 | https://chromewebstore.google.com/detail/tabtotxt/gipfccehicidcgiagolfcoahfgjlkdoe |
簡介 | Manage, copy, restore or download the URLs from opened tabs to text files |
檔案大小 | 393 KB |
安裝次數 | 32 |
目前版本 | 3.0.0 |
更新時間 | 2023-09-02 |
上架時間 | 2020-02-25 |
開發者 | Gabriel Q. Matos |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "TabToTxt", "description": "__MSG_EXT_DESCRIPITION__", "version": "3.0.0", "icons": { "16": "assets\/icons\/extIco.png", "32": "assets\/icons\/extIco.png", "64": "assets\/icons\/extIco.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs" ], "action": { "default_popup": "index.html", "default_icon": "assets\/icons\/extIco.png" } } |