Converter Tab

Your effortless new tab for converting anything you want

Vad är Converter Tab?

Converter Tab är en Chrome-tillägg utvecklad av EZDev LLC, och dess huvudfunktion är "Your effortless new tab for converting anything you want".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Converter Tab-förlängningens CRX-fil

Ladda ner Converter Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Converter Tab Converter Tab
ID kpgekjdafapjabehpcjcgfnlmfgmjcmb
Officiell webbadress https://chromewebstore.google.com/detail/converter-tab/kpgekjdafapjabehpcjcgfnlmfgmjcmb
Beskrivning Your effortless new tab for converting anything you want
Filstorlek 349 KB
Antal Installationer 12,672
Aktuell Version 1.0.5
Senast Uppdaterad 2023-06-13
Publiceringsdatum 2023-06-11
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare EZDev LLC
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://convertertab.com/privacy
Stödda Språk 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"
    }
}