TurtlesTab

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

Vad är TurtlesTab?

TurtlesTab är en Chrome-tillägg utvecklad av https://turtlestab.com, och dess huvudfunktion är "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TurtlesTab-förlängningens CRX-fil

Ladda ner TurtlesTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TurtlesTab TurtlesTab
ID nhpolochcachnidmmfkdgpnhbjknahmm
Officiell webbadress https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm
Beskrivning TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
Filstorlek 206 KB
Antal Installationer 4,000
Aktuell Version 1.0.5
Senast Uppdaterad 2024-01-03
Publiceringsdatum 2023-08-30
Utvecklare https://turtlestab.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.turtlestab.com
Hjälpsida URL https://www.turtlestab.com/content/contact
URL till Sekretesspolicy Sidan https://www.turtlestab.com/content/privacy
Stödda Språk 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"
}