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」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |