Powerline Name Extender
An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier
Powerline Name Extenderคืออะไร?
Powerline Name Extender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apartypineapple และคุณลักษณะหลักของมันคือ "An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Powerline Name Extender
ดาวน์โหลดไฟล์ส่วนขยาย Powerline Name Extender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that makes it easy to use a longer name on powerline.io.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Powerline Name Extender |
ID | eefnkdfimajimjhlhohmgjiokophhpgk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/powerline-name-extender/eefnkdfimajimjhlhohmgjiokophhpgk |
คำอธิบาย | An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier |
ขนาดไฟล์ | 14 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-11-15 |
วันที่เผยแพร่ | 2020-11-14 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | apartypineapple |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://site.partypineapple.repl.co/powerline-name-extender.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Powerline Name Extender", "version": "1.0", "description": "An extension that lets you enter and use a longer name on powerline.io. You don't need this to do it, but it makes it a lot easier", "manifest_version": 2, "icons": { "16": "PLN_16.png", "48": "PLN_48.png", "128": "PLN_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/powerline.io\/*" ], "js": [ "\/content_script.js" ], "run_at": "document_end" } ] } |