Thinktab

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

Thinktab क्या है?

Thinktab thinktabextdeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thinktab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}