Board Game Geek Classic Theme Extension
This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Co je Board Game Geek Classic Theme Extension?
Board Game Geek Classic Theme Extension je rozšíření Chrome vyvinuté klaus.waiss, a jeho hlavní funkcí je „This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Board Game Geek Classic Theme Extension
Stáhněte si soubory rozšíření Board Game Geek Classic Theme Extension 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í
This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this extension, please send it to me. How it works: This extension changes the stylesheets (css) to classic look.
Základní Informace o Rozšíření
Název | Board Game Geek Classic Theme Extension |
ID | hggofpanoenpmgaieeadjapijnoclkdl |
Oficiální URL | https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl |
Popis | This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this… |
Velikost souboru | 20.46 KB |
Počet instalací | 18 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2016-07-23 |
Datum Vydání | 2016-07-22 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | klaus.waiss |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Board Game Geek Classic Theme Extension", "version": "1.6", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/boardgamegeek.com\/*", "http:\/\/boardgamegeek.com\/*" ], "css": [ "mystyles.css" ], "js": [ "adjust.js" ], "run_at": "document_end" } ] } |