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…
Cos'è Board Game Geek Classic Theme Extension?
Board Game Geek Classic Theme Extension è un'estensione di Chrome sviluppata da klaus.waiss, e la sua funzione principale è "This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Board Game Geek Classic Theme Extension
Scarica i file di estensione Board Game Geek Classic Theme Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Board Game Geek Classic Theme Extension |
ID | hggofpanoenpmgaieeadjapijnoclkdl |
URL Ufficiale | https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl |
Descrizione | This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this… |
Dimensione del File | 20.46 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2016-07-23 |
Data di Pubblicazione | 2016-07-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | klaus.waiss |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |