Thinktab

Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.

Thinktab란 무엇입니까?

Thinktab은(는) thinktabextdeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images."입니다.

확장 프로그램 스크린샷

screenshot

Thinktab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Thinktab allow user to customize new tab with unlimited shortcut URLs and background images with cropping tool and image setting. You can change the images size and create customized new tab background images of family friends and things you like, including creating favorite links.
By clicking "Add to chrome", I accept and agree to installing Thinktab extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://www.thinktabext.com/privacy.html
EULA: https://www.thinktabext.com/eula.html                    

확장 프로그램 기본 정보

이름 Thinktab Thinktab
ID bdicbodmbnjojjhjhpblokklbohbcngk
공식 URL https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk
설명 Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
파일 크기 2.27 MB
설치 횟수 6,000
현재 버전 1.11
최근 업데이트 2022-07-21
출시 날짜 2022-05-17
평점 5.00/5 총 2 개의 평점
개발자 thinktabextdeveloper
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thinktabext.com/
도움말 페이지 URL https://www.thinktabext.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thinktab",
    "description": "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.",
    "version": "1.11",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click here to show the popup to add or remove the current url from shortcut."
    },
    "background": {
        "service_worker": "service_worker.js"
    }
}