PMMG Beautifier

Improve and tweak the interface elements of PrUn website

什麼是PMMG Beautifier?

PMMG Beautifier是由yarekt開發的Chrome擴展程式,該擴展的主要功能是“Improve and tweak the interface elements of PrUn website”。

擴展截圖

screenshot
screenshot

下載PMMG Beautifier擴展crx文件

下載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 PMMG Beautifier
ID joibdcdllfaoegdpjkefncnmcmbkkabi
官方網址 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"
            ]
        }
    ]
}