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
电子邮箱 [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"
}