Converter Tab

Your effortless new tab for converting anything you want

What is Converter Tab?

Converter Tab is a Chrome extension developed by EZDev LLC, and its main feature is "Your effortless new tab for converting anything you want".

Extension Screenshots

screenshot
screenshot

Download Converter Tab Extension CRX File

Download Converter Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Converter Tab Converter Tab
ID kpgekjdafapjabehpcjcgfnlmfgmjcmb
Official URL https://chromewebstore.google.com/detail/converter-tab/kpgekjdafapjabehpcjcgfnlmfgmjcmb
Description Your effortless new tab for converting anything you want
File Size 349 KB
Installation Count 12,672
Current Version 1.0.5
Last Updated 2023-06-13
Publish Date 2023-06-11
Rating 3.00/5 Total 1 Ratings
Developer EZDev LLC
Email [email protected]
Payment Type free
Privacy Policy Page URL https://convertertab.com/privacy
Supported Languages 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"
    }
}