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文件

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

擴展使用說明

                        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
官方網址 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"
    }
}