The Krakendoger
Converts BTC/DOGE on Kraken.com to DOGE/BTC
The Krakendogerคืออะไร?
The Krakendoger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nckpnny และคุณลักษณะหลักของมันคือ "Converts BTC/DOGE on Kraken.com to DOGE/BTC"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Krakendoger
ดาวน์โหลดไฟล์ส่วนขยาย The Krakendoger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Converts BTC/DOGE on Kraken.com to DOGE/BTC ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lnmmdphgnehnhjdmobmhigipbdkkmbmi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-krakendoger/lnmmdphgnehnhjdmobmhigipbdkkmbmi |
| คำอธิบาย | Converts BTC/DOGE on Kraken.com to DOGE/BTC |
| ขนาดไฟล์ | 57.24 KB |
| จำนวนการติดตั้ง | 99 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2014-03-13 |
| วันที่เผยแพร่ | 2014-03-12 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | nckpnny |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Krakendoger",
"version": "1.0.2",
"description": "Converts BTC\/DOGE on Kraken.com to DOGE\/BTC",
"author": "Nick Penney",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.kraken.com\/*"
],
"js": [
"\/js\/jquery.js",
"\/js\/converter.js"
],
"run_at": "document_start",
"all_frames": true
}
]
} | |