PMMG Beautifier
Improve and tweak the interface elements of PrUn website
PMMG Beautifierคืออะไร?
PMMG Beautifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yarekt และคุณลักษณะหลักของมันคือ "Improve and tweak the interface elements of PrUn website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PMMG Beautifier
ดาวน์โหลดไฟล์ส่วนขยาย PMMG Beautifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Small quality of life improvements to the PrUn website, making it easier to use. Some of the features: - Show the price per unit for local market ads - Show the ETA of ships as actual date-time - Show the ETA in flightplan as actual date-time - Show the production order completion as actual date-time - Show price per shipload for shipping ads - Limit long user names in chat to 12 chars - Show price per unit when posting local market ads - Sort inventories by material code - Change LM Post button to the type of ad
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PMMG Beautifier |
ID | joibdcdllfaoegdpjkefncnmcmbkkabi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi |
คำอธิบาย | Improve and tweak the interface elements of PrUn website |
ขนาดไฟล์ | 45.06 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2022-02-12 |
วันที่เผยแพร่ | 2020-07-14 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | yarekt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/YarekTyshchenko/PMMGBeautifier |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PMMG Beautifier", "description": "Improve and tweak the interface elements of PrUn website", "version": "0.5.0", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/apex.prosperousuniverse.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/apex.prosperousuniverse.com\/*", "file:\/\/\/*\/test.html" ], "js": [ "main.js" ] } ] } |