Tablist

copy and paste lists of open tabs

什麼是Tablist?

Tablist是由slymax開發的Chrome擴展程式,該擴展的主要功能是“copy and paste lists of open tabs”。

擴展截圖

screenshot

下載Tablist擴展crx文件

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

擴展使用說明

                        https://github.com/slymax/tablist                    

擴展基本資訊

名稱 Tablist Tablist
ID eagbohciligljbgpbdbflaloangiodhe
官方網址 https://chromewebstore.google.com/detail/tablist/eagbohciligljbgpbdbflaloangiodhe
簡介 copy and paste lists of open tabs
檔案大小 84.65 KB
安裝次數 1,930
目前版本 1.0.4
更新時間 2022-06-02
上架時間 2020-04-16
評分 5.00/5 共 4 次評分
開發者 slymax
電子郵箱 [email protected]
付費類型 free
擴展官網 https://slymax.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tablist",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "copy and paste lists of open tabs",
    "permissions": [
        "search",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}