Idena plus
Increase Idena explorer capability
Idena plusคืออะไร?
Idena plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BingBingLee และคุณลักษณะหลักของมันคือ "Increase Idena explorer capability"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Idena plus
ดาวน์โหลดไฟล์ส่วนขยาย Idena plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unofficial community built chrome extension which enhances and adds extra information to the official Idena Scan / Idena Explorer ---- V 0.1.15 - Bug fixes ---- This extension is open-source and is maintained at https://github.com/bingbinglee/idena-chrome-extension Consider supporting this extension by donating to 0x140d5add76f3e4cc4538b9809601383bd74689df
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Idena plus |
ID | kjofkncddljaibaboapilmhoanacaoil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/idena-plus/kjofkncddljaibaboapilmhoanacaoil |
คำอธิบาย | Increase Idena explorer capability |
ขนาดไฟล์ | 59.72 KB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 0.1.15 |
อัปเดตครั้งล่าสุด | 2020-08-12 |
วันที่เผยแพร่ | 2020-05-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | BingBingLee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://scan.idena.io/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Idena plus", "version": "0.1.15", "description": "Increase Idena explorer capability", "browser_action": { "default_icon": "icon.png", "default_title": "Idena plus", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/ticker.js", "js\/bgrefresh.js" ] }, "permissions": [ "*:\/\/scan.idena.io\/*", "*:\/\/scan.idena.org\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ "idena-logo-dark.svg", "images\/moon.svg", "images\/sun.svg", "css\/styles.css", "css\/dark-mode.css", "js\/address-home.js" ], "content_scripts": [ { "css": [ "css\/styles.css", "css\/dark-mode.css" ], "js": [ "js\/preload.js" ], "matches": [ "https:\/\/scan.idena.io\/*", "https:\/\/scan.idena.org\/*" ], "run_at": "document_start" }, { "js": [ "js\/global.js" ], "matches": [ "https:\/\/scan.idena.io\/*", "https:\/\/scan.idena.org\/*" ], "run_at": "document_end" }, { "js": [ "js\/content-home.js" ], "matches": [ "https:\/\/scan.idena.io\/", "https:\/\/scan.idena.org\/" ], "run_at": "document_end" }, { "js": [ "js\/identity-home.js" ], "matches": [ "https:\/\/scan.idena.io\/identity*", "https:\/\/scan.idena.org\/identity*" ], "run_at": "document_end" }, { "js": [ "js\/address-home.js" ], "matches": [ "https:\/\/scan.idena.io\/address*", "https:\/\/scan.idena.org\/address*" ], "run_at": "document_end" }, { "js": [ "js\/transact.js" ], "matches": [ "https:\/\/scan.idena.io\/transaction*", "https:\/\/scan.idena.org\/transaction*" ], "run_at": "document_end" }, { "js": [ "js\/epoch-home.js" ], "matches": [ "https:\/\/scan.idena.io\/epoch*", "https:\/\/scan.idena.org\/epoch*" ], "run_at": "document_end" }, { "js": [ "js\/datefix.js" ], "matches": [ "https:\/\/idena.io\/", "https:\/\/idena.org\/", "https:\/\/idena.io\/#", "https:\/\/idena.org\/#" ], "run_at": "document_end" } ] } |