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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}