Spec Tabs
Spec Tabs
Qu'est-ce que Spec Tabs ?
Spec Tabs est une extension Chrome développée par Delfia Limited, et sa fonction principale est "Spec Tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spec Tabs
Téléchargez les fichiers d'extension Spec Tabs 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
No more boring tabs! Our extension will help you make your browser colorful. By downloading it, you can easily install any beautiful image for every tab instead of gloomy ones. Features: 🔸Our new tabs have a modified background image, which minimizes the load on the eyes from bright light in the dark; 🔸This extension will help you quickly, by simply clicking on the buttons, clear: the browser history, cookies, the list of downloaded files, and the global cleaning of all stored data in the browser; 🔸Moreover, our extension is really easy to use. By clicking "Add to chrome", I accept and agree to install the "Spec Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://spectabsext.com/terms and Privacy Policy https://spectabsext.com/privacy Contact us https://spectabsext.com/contacts We are always working on new features, so you can email us to request them. And if you have a few minutes, please leave us a review. It is very important to our company. Thank you! https://spectabsext.com/aboutus If you want to uninstall our extension please follow this link https://spectabsext.com/uninstall
Informations de Base sur l'Extension
Nom | |
ID | pnmgfgmabennkmoknmmdklacnophnmmn |
URL Officiel | https://chrome.google.com/webstore/detail/spec-tabs/pnmgfgmabennkmoknmmdklacnophnmmn |
Description | Spec Tabs |
Taille du Fichier | 262 KB |
Nombre d'Installations | 60,684 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-09-02 |
Date de Publication | 2021-08-23 |
Évaluation | 4.94/5 Total 16 Évaluations |
Développeur | Delfia Limited |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://spectabsext.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "fav.png" } }, "chrome_url_overrides": { "newtab": "tab.html" }, "description": "Spec Tabs", "icons": { "128": "fav.png" }, "manifest_version": 2, "name": "Spec Tabs", "permissions": [ "browsingData", "background" ], "version": "1.0.0" } |