TurtlesTab

TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.

TurtlesTab क्या है?

TurtlesTab https://turtlestab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab."।

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

screenshot
screenshot

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

crx प्रारूप में TurtlesTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TurtlesTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite turtle. It's also shows most frequent websites. By clicking "Add to chrome", I accept and agree to installing the TurtlesTab extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be provided by Microsoft bing

terms: https://www.turtlestab.com/content/tos privacy: https://www.turtlestab.com/content/privacy                    

एक्सटेंशन की मूल जानकारी

नाम TurtlesTab TurtlesTab
ID nhpolochcachnidmmfkdgpnhbjknahmm
आधिकारिक URL https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm
विवरण TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
फ़ाइल का आकार 206 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2024-01-03
प्रकाशन तिथि 2023-08-30
डेवलपर https://turtlestab.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.turtlestab.com
सहायता पृष्ठ URL https://www.turtlestab.com/content/contact
गोपनीयता नीति पृष्ठ URL https://www.turtlestab.com/content/privacy
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.",
    "icons": {
        "128": "\/media\/turtle128.png",
        "16": "\/media\/turtle16.png",
        "32": "\/media\/turtle32.png",
        "48": "\/media\/turtle48.png"
    },
    "manifest_version": 3,
    "name": "TurtlesTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "TurtlesTab",
    "host_permissions": [
        "*:\/\/*.TurtlesTab.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}