Gas Now Notifier
This extension will give you the gas price and notify you
Gas Now Notifierคืออะไร?
Gas Now Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wadie ELARRIM และคุณลักษณะหลักของมันคือ "This extension will give you the gas price and notify you"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gas Now Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Gas Now Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gas Now Notifier was created with love because I needed to check every time the gas price. With Gas Now Notifier, you have to specify your goal and that's it, it will notify you once the price reach the goal. PS : Gas Now Notifier fetch data from Gas Now
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
คำอธิบาย | This extension will give you the gas price and notify you |
ขนาดไฟล์ | 17.67 KB |
จำนวนการติดตั้ง | 752 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-12-29 |
วันที่เผยแพร่ | 2020-12-28 |
ผู้พัฒนา | Wadie ELARRIM |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.linkedin.com/in/welarrim/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gas Now Notifier", "description": "This extension will give you the gas price and notify you", "version": "1.0.1", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon32.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "notifications", "alarms" ], "content_security_policy": "default-src 'self' blob: filesystem: 'unsafe-eval'; connect-src 'self' https:\/\/www.gasnow.org\/api\/v3\/gas\/price;" } |