Coins

Track your favorite cryptocurrencies

Coinsคืออะไร?

Coins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย usmanity และคุณลักษณะหลักของมันคือ "Track your favorite cryptocurrencies"

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

screenshot

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

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

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

                        Get a quick overview of the top coins. 

When you first open the Chrome extension, you will see the top 10 coins. You can search for other coins in the search box. 

Use the keyboard shortcuts to open the extension even quicker!
Mac: Command + Control + C
Windows: Control + Shift + C


This extension is still a work in progress.

If you'd like to report and issue please file one here: https://github.com/usmanity/coins/issues                    

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

ชื่อ Coins Coins
ID joncmnocnjnffkopobkdnlcaanhbbpki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coins/joncmnocnjnffkopobkdnlcaanhbbpki
คำอธิบาย Track your favorite cryptocurrencies
ขนาดไฟล์ 384 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-04-12
วันที่เผยแพร่ 2018-04-11
ผู้พัฒนา usmanity
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/usmanity/coins
URL หน้าช่วยเหลือ https://github.com/usmanity/coins/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coins",
    "description": "Track your favorite cryptocurrencies",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "coins.html",
        "default_icon": "coin.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+C",
                "mac": "Command+MacCtrl+C",
                "chromeos": "Ctrl+Shift+C",
                "linux": "Ctrl+Shift+C"
            }
        }
    }
}