investing.com Currencies
See live currencies by single click and get notification if you want
Co je investing.com Currencies?
investing.com Currencies je rozšíření Chrome vyvinuté İbrahim Ercan, a jeho hlavní funkcí je „See live currencies by single click and get notification if you want“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření investing.com Currencies
Stáhněte si soubory rozšíření investing.com Currencies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | investing.com Currencies |
ID | iomjnncncpafccgaablgejamkpplgflo |
Oficiální URL | https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo |
Popis | See live currencies by single click and get notification if you want |
Velikost souboru | 290 KB |
Počet instalací | 1,855 |
Aktuální Verze | 3.0 |
Poslední Aktualizace | 2024-02-23 |
Datum Vydání | 2019-09-10 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | İbrahim Ercan |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/iercan/currency-extension |
URL Stránky Nápovědy | https://github.com/iercan/currency-extension |
URL Stránky Zásad Ochrany Soukromí | https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md |
Podporované Jazyky | 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" } |