Save Tabs

Export and Import Tabs.

什麼是Save Tabs?

Save Tabs是由Vedant Wakalkar開發的Chrome擴展程式,該擴展的主要功能是“Export and Import Tabs.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Save Tabs擴展crx文件

下載Save Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save Tabs allows users to export all the tabs currently opened in the browser to a file and easily import it whenever they want to continue with the same set of browser tabs. 

For whom? 
One who open lots and lots of tabs in a single browser and want to revisit the same sets of browser tabs after a while

Features : 
1. Easy Export and Import of Tabs.
2. Export tabs with a custom name.
3. Grouped tab support.
4. Logs Section.
5. Cross Browser Support (as of now for Firefox)

Data & Privacy:
This extension does not collect any data in any form.
All data processed is stored on the user's local storage and deleted after 10 min from the last usage.                    

擴展基本資訊

名稱 Save Tabs Save Tabs
ID ljokfgphjbhjheflldgfmjligcmcmhmn
官方網址 https://chromewebstore.google.com/detail/save-tabs/ljokfgphjbhjheflldgfmjligcmcmhmn
簡介 Export and Import Tabs.
檔案大小 79.17 KB
安裝次數 189
目前版本 1.0.1
更新時間 2021-07-08
上架時間 2021-05-26
評分 5.00/5 共 1 次評分
開發者 Vedant Wakalkar
電子郵箱 [email protected]
付費類型 free
擴展官網 https://karna98.github.io/Save-Tabs/
說明頁面URL https://karna98.github.io/Save-Tabs/#guide
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Tabs",
    "version": "1.0.1",
    "description": "Export and Import Tabs.",
    "homepage_url": "https:\/\/github.com\/karna98\/Save-Tabs",
    "icons": {
        "16": "icons\/Save_Tabs_16.png",
        "32": "icons\/Save_Tabs_32.png",
        "48": "icons\/Save_Tabs_48.png",
        "64": "icons\/Save_Tabs_64.png",
        "96": "icons\/Save_Tabs_96.png",
        "128": "icons\/Save_Tabs_128.png"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "downloads",
        "storage"
    ],
    "incognito": "split",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/Save_Tabs_16.png",
            "32": "icons\/Save_Tabs_32.png",
            "48": "icons\/Save_Tabs_48.png",
            "64": "icons\/Save_Tabs_64.png",
            "96": "icons\/Save_Tabs_96.png",
            "128": "icons\/Save_Tabs_128.png"
        },
        "default_title": "Save Tabs",
        "default_popup": "saveTab.html"
    }
}