ThumbTack

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

ThumbTackคืออะไร?

ThumbTack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rossipedia และคุณลักษณะหลักของมันคือ "Automatically pins tabs based on URL, domain, or regular expression"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThumbTack

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}