Converter Tab

Your effortless new tab for converting anything you want

Converter Tabとは何ですか?

Converter TabはEZDev LLCによって開発されたChromeの拡張機能で、その主な機能は「Your effortless new tab for converting anything you want」です。

拡張機能のスクリーンショット

screenshot
screenshot

Converter Tab拡張機能のCRXファイルをダウンロード

Converter Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Converter Tab Converter Tab
ID kpgekjdafapjabehpcjcgfnlmfgmjcmb
公式URL https://chromewebstore.google.com/detail/converter-tab/kpgekjdafapjabehpcjcgfnlmfgmjcmb
説明 Your effortless new tab for converting anything you want
ファイルサイズ 349 KB
インストール数 12,672
現在のバージョン 1.0.5
最終更新日 2023-06-13
公開日 2023-06-11
評価 3.00/5 合計 1 レビュー
開発者 EZDev LLC
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://convertertab.com/privacy
対応言語 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"
    }
}