Thinktab

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

Co to jest Thinktab?

Thinktab to rozszerzenie Chrome opracowane przez thinktabextdeveloper, a jego główną funkcją jest „Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Thinktab

Pobierz pliki rozszerzeń Thinktab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Thinktab Thinktab
ID bdicbodmbnjojjhjhpblokklbohbcngk
Oficjalny URL https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk
Opis Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Rozmiar pliku 2.27 MB
Liczba instalacji 6,000
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2022-07-21
Data Publikacji 2022-05-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper thinktabextdeveloper
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.thinktabext.com/
Adres URL Strony Pomocy https://www.thinktabext.com/
Obsługiwane Języki 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"
    }
}