Converter Tab

Your effortless new tab for converting anything you want

O que é Converter Tab?

Converter Tab é uma extensão do Chrome desenvolvida por EZDev LLC, e sua principal característica é "Your effortless new tab for converting anything you want".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Converter Tab

Baixe arquivos de extensão Converter Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Converter Tab Converter Tab
ID kpgekjdafapjabehpcjcgfnlmfgmjcmb
URL Oficial https://chromewebstore.google.com/detail/converter-tab/kpgekjdafapjabehpcjcgfnlmfgmjcmb
Descrição Your effortless new tab for converting anything you want
Tamanho do Arquivo 349 KB
Contagem de Instalações 12,672
Versão Atual 1.0.5
Última Atualização 2023-06-13
Data de Publicação 2023-06-11
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor EZDev LLC
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://convertertab.com/privacy
Idiomas Suportados 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"
    }
}