Elden Ring Wiki Viewer
Make the Elden Ring Wiki more readable.
Co je Elden Ring Wiki Viewer?
Elden Ring Wiki Viewer je rozšíření Chrome vyvinuté furmandev, a jeho hlavní funkcí je „Make the Elden Ring Wiki more readable.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Elden Ring Wiki Viewer
Stáhněte si soubory rozšíření Elden Ring Wiki Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Ever feel like the Elden Ring Wiki website is hard to read? This extension makes design and layout improvements to the website that greatly improves readability.
Základní Informace o Rozšíření
Název | Elden Ring Wiki Viewer |
ID | pooclmjnpbpalanpchikcpbpghffdcnc |
Oficiální URL | https://chromewebstore.google.com/detail/elden-ring-wiki-viewer/pooclmjnpbpalanpchikcpbpghffdcnc |
Popis | Make the Elden Ring Wiki more readable. |
Velikost souboru | 4.38 KB |
Počet instalací | 173 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2022-04-29 |
Datum Vydání | 2022-04-11 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | furmandev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elden Ring Wiki Viewer", "description": "Make the Elden Ring Wiki more readable.", "version": "0.0.1", "manifest_version": 3, "action": { "default_title": "redden" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "index.js" ], "matches": [ "*:\/\/eldenring.wiki.fextralife.com\/*" ] } ], "icons": { "32": "icons\/logo.png" } } |