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
Eメール [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"
    }
}