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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}