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