Crypto Fear & Greed Index

Show Fear & Greed Index directly on Chrome toolbar

Crypto Fear & Greed Indexคืออะไร?

Crypto Fear & Greed Index เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eduar Cardona และคุณลักษณะหลักของมันคือ "Show Fear & Greed Index directly on Chrome toolbar"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Fear & Greed Index

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

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

                        Crypto Fear & Greed Index is a browser extension for Chrome and derivate browsers, that shows the latest Crypto Fear & Greed Index, taken directly from alternative.to using its API.                    

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

ชื่อ Crypto Fear & Greed Index Crypto Fear & Greed Index
ID ecfmadhigjlfmhihkkohkkiadcljpeep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep
คำอธิบาย Show Fear & Greed Index directly on Chrome toolbar
ขนาดไฟล์ 34.28 KB
จำนวนการติดตั้ง 1,267
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-08-16
วันที่เผยแพร่ 2021-08-15
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Eduar Cardona
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://gitlab.com/eduararley/cryptoFearGreed
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Crypto Fear & Greed Index",
    "description": "Show Fear & Greed Index directly on Chrome toolbar",
    "version": "0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms"
    ]
}