investing.com Currencies

See live currencies by single click and get notification if you want

investing.com Currenciesとは何ですか?

investing.com Currenciesはİbrahim Ercanによって開発されたChromeの拡張機能で、その主な機能は「See live currencies by single click and get notification if you want」です。

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

screenshot
screenshot

investing.com Currencies拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Unofficial Investing.com extension designed to simplify tracking currencies and cryptocurrencies.

We welcome your feedback and suggestions for new features.

Recent updates include:

- Added option to sort currencies.
- Integration of all supported widget languages for seamless redirection to local pages.
- Introduction of a default tab view feature, enabling you to view currencies or cryptocurrencies as your initial screen.                    

拡張機能の基本情報

名前 investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
公式URL https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
説明 See live currencies by single click and get notification if you want
ファイルサイズ 290 KB
インストール数 1,855
現在のバージョン 3.0
最終更新日 2024-02-23
公開日 2019-09-10
評価 4.67/5 合計 3 レビュー
開発者 İbrahim Ercan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/iercan/currency-extension
ヘルプページのURL https://github.com/iercan/currency-extension
プライバシーポリシーページのURL https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "investing.com Currencies",
    "short_name": "investing.com",
    "description": "See live currencies by single click and get notification if you want",
    "version": "3.0",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "css\/images\/icon16.png",
        "48": "css\/images\/icon48.png",
        "128": "css\/images\/icon128.png"
    },
    "action": {
        "default_icon": "css\/images\/favicon.png",
        "default_title": "Investing Live Currencies",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.investingwidgets.com\/",
        "https:\/\/*.investingcurrencies.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/investingcom-currencies\/iomjnncncpafccgaablgejamkpplgflo"
}