Cryptocurrency Rates

Constantly checks the rates of any cryptocurrency of your choice

Cryptocurrency Ratesคืออะไร?

Cryptocurrency Rates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Psych และคุณลักษณะหลักของมันคือ "Constantly checks the rates of any cryptocurrency of your choice"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cryptocurrency Rates

ดาวน์โหลดไฟล์ส่วนขยาย Cryptocurrency Rates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Imagine an extension that will keep you updated on any cryptocurrency of your choice while browsing the internet! Well, good thing you don't need to imagine, I mean why would you when it actually exists. This extension is quick, reliable and always working. Oh and did I mention it includes a Bitcoin Converter AND the lastest Crpyto News?

Supported Cryptocurrencies:
- Bitcoin
- Litecoin
- Ripple
- Ethereum
- Ethereum Classic
- Dash

Supported Fiat Currencies:
- Euro
- US Dollar

Features:
- Bitcoin Converter
- Crypto News
- Keeps you updated
- Completely customizable
- More to come, keep the suggestions coming

Please give me feedback on how I can improve this, thank you!

Logs:
V1.3.4: Improved options code
V1.3.3: Fixed a bug with cache
V1.3.2: Added local cache
V1.3.1: Fixed a couple bugs, and improved UI
V1.3.0: Added options to customize your own theme! Now go and get creative
V1.2.9: Adjusted tooltips and made better display of data                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cryptocurrency Rates Cryptocurrency Rates
ID ffkicalblogbdapjfckabempifkaieia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cryptocurrency-rates/ffkicalblogbdapjfckabempifkaieia
คำอธิบาย Constantly checks the rates of any cryptocurrency of your choice
ขนาดไฟล์ 236 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.3.4
อัปเดตครั้งล่าสุด 2020-02-01
วันที่เผยแพร่ 2020-02-01
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Psych
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency Rates",
    "description": "Constantly checks the rates of any cryptocurrency of your choice",
    "version": "1.3.4",
    "short_name": "Crypto Rates",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_title": "Show rates",
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "page": "popup.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "about.html"
    ],
    "permissions": [
        "storage",
        "https:\/\/*.kraken.com\/*",
        "https:\/\/www.kraken.com\/",
        "https:\/\/*.rss2json.com\/*",
        "https:\/\/www.rss2json.com\/*"
    ]
}