PMMG Beautifier
Improve and tweak the interface elements of PrUn website
Was ist PMMG Beautifier?
PMMG Beautifier ist eine Chrome-Erweiterung, die von yarekt entwickelt wurde, und ihr Hauptmerkmal ist "Improve and tweak the interface elements of PrUn website".
Erweiterungsscreenshots
PMMG Beautifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie PMMG Beautifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | joibdcdllfaoegdpjkefncnmcmbkkabi |
| Offizielle URL | https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi |
| Beschreibung | Improve and tweak the interface elements of PrUn website |
| Dateigröße | 45.06 KB |
| Installationsanzahl | 216 |
| Aktuelle Version | 0.5.0 |
| Letztes Update | 2022-02-12 |
| Veröffentlichungsdatum | 2020-07-14 |
| Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
| Entwickler | yarekt |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/YarekTyshchenko/PMMGBeautifier |
| Unterstützte Sprachen | 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"
]
}
]
} | |