Converter Tab

Your effortless new tab for converting anything you want

Qu'est-ce que Converter Tab ?

Converter Tab est une extension Chrome développée par EZDev LLC, et sa fonction principale est "Your effortless new tab for converting anything you want".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Converter Tab

Téléchargez les fichiers d'extension Converter 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

                        Converter Tab adds a simple and easy multiple units converters function to your new tab.

You just need to pick a category and select the converter you need.

When a user installs the Converter Tab extension, it will change the new tab layout with multiple units converter and change the new tab search engine to provide new tab search
results by Microsoft Bing.

This extension is free to download from the Chrome Web store, and you can uninstall it at any time.

By installing and using Converter Tab you agree to the Terms of Use and Privacy Policy.

Please review our Terms and Privacy Policy for more information, please check:

Terms of Service:
https://convertertab.com/terms

Privacy Policy:
https://convertertab.com/privacy                    

Informations de Base sur l'Extension

Nom Converter Tab Converter Tab
ID kpgekjdafapjabehpcjcgfnlmfgmjcmb
URL Officiel https://chromewebstore.google.com/detail/converter-tab/kpgekjdafapjabehpcjcgfnlmfgmjcmb
Description Your effortless new tab for converting anything you want
Taille du Fichier 349 KB
Nombre d'Installations 12,672
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-06-13
Date de Publication 2023-06-11
Évaluation 3.00/5 Total 1 Évaluations
Développeur EZDev LLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://convertertab.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Converter Tab",
    "version": "1.0.5",
    "description": "Your effortless new tab for converting anything you want",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}