SnapTab

Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…

什麼是SnapTab?

SnapTab是由Andrew Kirillov開發的Chrome擴展程式,該擴展的主要功能是“Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…”。

擴展截圖

screenshot

下載SnapTab擴展crx文件

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

擴展使用說明

                        Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs currently in your browser window with one click. You can access and edit your snapshots from SnapTab's intuitive dashboard for later use.                    

擴展基本資訊

名稱 SnapTab SnapTab
ID iihldjnghemdinkkpmkoafbhlfbplplc
官方網址 https://chromewebstore.google.com/detail/snaptab/iihldjnghemdinkkpmkoafbhlfbplplc
簡介 Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…
檔案大小 406 KB
安裝次數 27
目前版本 1.0.2
更新時間 2020-05-07
上架時間 2020-05-07
開發者 Andrew Kirillov
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/AndrewKirillo/SnapTab
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapTab",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Andrew Kirillov",
    "browser_action": {
        "default_icon": "SnapTab_logo_128.png",
        "default_title": "SnapTab",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "SnapTab_logo_16.png",
        "48": "SnapTab_logo_48.png",
        "128": "SnapTab_logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ]
}