BrowserDoge
Shows current Dogecoin value and mining difficulty and provides related tools.
BrowserDogeคืออะไร?
BrowserDoge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserDoge และคุณลักษณะหลักของมันคือ "Shows current Dogecoin value and mining difficulty and provides related tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrowserDoge
ดาวน์โหลดไฟล์ส่วนขยาย BrowserDoge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BrowserDoge is an extension that fetches and displays the latest Dogecoin price (in USD and BTC) and mining difficulty approximately every 30 seconds. It also features a built in calculator for quick conversions between DOGE/BTC/USD and a QR Code generator.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BrowserDoge |
ID | ggfjoclgplanpamdhakgclijbbhkgeif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browserdoge/ggfjoclgplanpamdhakgclijbbhkgeif |
คำอธิบาย | Shows current Dogecoin value and mining difficulty and provides related tools. |
ขนาดไฟล์ | 96.61 KB |
จำนวนการติดตั้ง | 416 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2014-02-20 |
วันที่เผยแพร่ | 2014-02-20 |
คะแนน | 4.33/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | BrowserDoge |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.browserdoge.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BrowserDoge", "manifest_version": 2, "version": "0.2.2", "description": "Shows current Dogecoin value and mining difficulty and provides related tools.", "short_name": "BrowserDoge", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-1.11.0.min.js", "js\/update.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "http:\/\/dogechain.info\/", "https:\/\/www.dogeapi.com\/", "https:\/\/coinbase.com\/", "https:\/\/api.vircurex.com\/" ] } |