BGG Search

View BGG ratings right away!

Cos'è BGG Search?

BGG Search è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "View BGG ratings right away!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BGG Search

Scarica i file di estensione BGG Search 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

                        Select name of the boardgame with your mouse and get BGG ratings right away!                    

Informazioni di Base sull'Estensione

Nome BGG Search BGG Search
ID mcjigkpppmkmmakcidoafmhjhfbphaag
URL Ufficiale https://chromewebstore.google.com/detail/bgg-search/mcjigkpppmkmmakcidoafmhjhfbphaag
Descrizione View BGG ratings right away!
Dimensione del File 48.28 KB
Conteggio Installazioni 10
Versione Corrente 0.2
Ultimo Aggiornamento 2014-03-30
Data di Pubblicazione 2014-03-30
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BGG Search",
    "description": "View BGG ratings right away!",
    "version": "0.2",
    "permissions": [
        "notifications",
        "background",
        ""
    ],
    "browser_action": {
        "default_icon": "chess.png",
        "default_title": "BGG Search"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "jquery.textselect.js",
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "chess.png"
    ]
}