See On BoardGameGeek

Select a board game name, quickly open its BGG page via the browser context menu

Cos'è See On BoardGameGeek?

See On BoardGameGeek è un'estensione di Chrome sviluppata da Emmanuel Pelletier, e la sua funzione principale è "Select a board game name, quickly open its BGG page via the browser context menu".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione See On BoardGameGeek

Scarica i file di estensione See On BoardGameGeek 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 extensions adds a "See on BoardGameGeek" shortcut in the context menu to help quickly get info on board games when browsing the web.

On any webpage, select a board game name with your mouse, right click it, click on "See on BoardGameGeek" and voilà! A new tab opens with the game page on BGG.                    

Informazioni di Base sull'Estensione

Nome See On BoardGameGeek See On BoardGameGeek
ID oaiagedjckhjgfmmmgfnnkjigbmplbhm
URL Ufficiale https://chromewebstore.google.com/detail/see-on-boardgamegeek/oaiagedjckhjgfmmmgfnnkjigbmplbhm
Descrizione Select a board game name, quickly open its BGG page via the browser context menu
Dimensione del File 9.87 KB
Conteggio Installazioni 734
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-01-19
Data di Pubblicazione 2021-01-19
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Emmanuel Pelletier
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Leimi/sobgg
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "See On BoardGameGeek",
    "version": "1.0.0",
    "description": "Select a board game name, quickly open its BGG page via the browser context menu",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icon-square-16.png",
        "48": "icon-square-48.png",
        "128": "icon-square-128.png"
    },
    "background": {
        "scripts": [
            "dist\/see-on-bgg.js"
        ]
    },
    "manifest_version": 2
}