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…

Vad är Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension är en Chrome-tillägg utvecklad av klaus.waiss, och dess huvudfunktion är "This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…".

Tilläggsskärmbilder

screenshot

Ladda ner Board Game Geek Classic Theme Extension-förlängningens CRX-fil

Ladda ner Board Game Geek Classic Theme Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
Officiell webbadress https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
Beskrivning This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Filstorlek 20.46 KB
Antal Installationer 18
Aktuell Version 1.6
Senast Uppdaterad 2016-07-23
Publiceringsdatum 2016-07-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare klaus.waiss
Betalningssätt free
Stödda Språk 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"
        }
    ]
}