BoradGameGeek Image Viewer
Browse BGG image by a popup image viewer.
Cos'è BoradGameGeek Image Viewer?
BoradGameGeek Image Viewer è un'estensione di Chrome sviluppata da Neil Hsu, e la sua funzione principale è "Browse BGG image by a popup image viewer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BoradGameGeek Image Viewer
Scarica i file di estensione BoradGameGeek Image Viewer 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
                        Browse boardgame images rapidly and immediately.
changelog:
1.2:
  - Apply function to new inserted image nodes when Autopagerize or AutoPatchWork is actived.
1.1:
  - Only works at 'http://www.boardgamegeek.com' and 'http://boardgamegeek.com' .
  - Change icons.
1.0: 
  initial release.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bnbkfponohpobjnkglgbiojemigolnhf | 
| URL Ufficiale | https://chromewebstore.google.com/detail/boradgamegeek-image-viewe/bnbkfponohpobjnkglgbiojemigolnhf | 
| Descrizione | Browse BGG image by a popup image viewer. | 
| Dimensione del File | 52.08 KB | 
| Conteggio Installazioni | 185 | 
| Versione Corrente | 1.2 | 
| Ultimo Aggiornamento | 2012-08-27 | 
| Data di Pubblicazione | 2012-08-26 | 
| Valutazione | 4.80/5 Totale 5 Valutazioni | 
| Sviluppatore | Neil Hsu | 
| Tipo di Pagamento | free | 
| Lingue Supportate | zh-TW | 
| manifest.json | |
 {
    "name": "BoradGameGeek Image Viewer",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Browse BGG image by a popup image viewer. ",
    "background": {
        "page": "main.html"
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "BGGIV"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/boardgamegeek.com\/*",
                "https:\/\/boardgamegeek.com\/*",
                "http:\/\/www.boardgamegeek.com\/*",
                "https:\/\/www.boardgamegeek.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bggiv.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}  |  |