ThumbTack

Automatically pins tabs based on URL, domain, or regular expression

什麼是ThumbTack?

ThumbTack是由rossipedia開發的Chrome擴展程式,該擴展的主要功能是“Automatically pins tabs based on URL, domain, or regular expression”。

擴展截圖

screenshot

下載ThumbTack擴展crx文件

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

擴展使用說明

                        A small extension with the sole purpose of automatically pinning your tabs based on the URL. 

* Settings synced across devices
* Unpinned tabs won't be automatically re-pinned
* Clicking the toolbar icon will pin any unpinned tabs that match a rule.                    

擴展基本資訊

名稱 ThumbTack ThumbTack
ID plkdbophokgibnhgphiamdpgamdcpcfc
官方網址 https://chromewebstore.google.com/detail/thumbtack/plkdbophokgibnhgphiamdpgamdcpcfc
簡介 Automatically pins tabs based on URL, domain, or regular expression
檔案大小 88.15 KB
安裝次數 44
目前版本 0.0.6
更新時間 2020-03-14
上架時間 2020-03-14
開發者 rossipedia
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/rossipedia/thumb-tack
說明頁面URL https://github.com/rossipedia/thumb-tack/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThumbTack",
    "version": "0.0.6",
    "version_name": "0.0.6",
    "manifest_version": 2,
    "description": "Automatically pins tabs based on URL, domain, or regular expression",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png"
        },
        "default_title": "ThumbTack"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ]
}