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 Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |