StarterTab - Your next New Tab

A fully customizable webapp to replace your 'New Tab' homepage.

Qu'est-ce que StarterTab - Your next New Tab ?

StarterTab - Your next New Tab est une extension Chrome développée par https://startertab.com, et sa fonction principale est "A fully customizable webapp to replace your 'New Tab' homepage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension StarterTab - Your next New Tab

Téléchargez les fichiers d'extension StarterTab - Your next New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Tired of the same boring new tab page? StarterTab is here to revolutionize the way you start your day on the internet. With a completely customizable webapp to replace your new tab homepage, you can personalize your online experience like never before.

Say goodbye to plain and generic new tab pages. With StarterTab, you have complete control over the look and feel of your new tab page. You can change the colors, layouts, tiles, background, and more to match your individual style and needs. With 20+ different tiles and a grid to snap them to, the possibilities are endless. Choose from 15+ tiles designed to give you all the information you need to get your work done efficiently and quickly.

Whether you prefer Markdown files or need a todo list handy, StarterTab has you covered. Stay organized and productive with this powerful tool. Not only can you personalize your new tab page to meet your needs, but you can also share your themes publicly or find inspiration from other users. With StarterTab, the possibilities for customization are endless. Get ready to take your productivity to the next level!                    

Informations de Base sur l'Extension

Nom StarterTab - Your next New Tab StarterTab - Your next New Tab
ID hklfanmakojdijomofibaiepoeobioni
URL Officiel https://chromewebstore.google.com/detail/startertab-your-next-new/hklfanmakojdijomofibaiepoeobioni
Description A fully customizable webapp to replace your 'New Tab' homepage.
Taille du Fichier 14.98 KB
Nombre d'Installations 120
Version Actuelle 2.4.1
Dernière Mise à Jour 2023-05-27
Date de Publication 2023-03-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://startertab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://startertab.com/landingpad
URL de la Page d'Aide https://startertab.com/faq
URL de la Page de Politique de Confidentialité https://startertab.com/legal/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StarterTab - Your next New Tab",
    "description": "A fully customizable webapp to replace your 'New Tab' homepage.",
    "version": "2.4.1",
    "icons": {
        "16": "assets\/favicon.ico",
        "32": "assets\/favicon.ico",
        "48": "assets\/favicon.ico",
        "128": "assets\/favicon.ico"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}