investing.com Currencies

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

investing.com Currenciesคืออะไร?

investing.com Currencies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย İbrahim Ercan และคุณลักษณะหลักของมันคือ "See live currencies by single click and get notification if you want"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย investing.com Currencies

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}