See On BoardGameGeek
Select a board game name, quickly open its BGG page via the browser context menu
Wat is See On BoardGameGeek?
See On BoardGameGeek is een Chrome-extensie ontwikkeld door Emmanuel Pelletier, en de belangrijkste functie is "Select a board game name, quickly open its BGG page via the browser context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie See On BoardGameGeek
Download See On BoardGameGeek-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | See On BoardGameGeek |
ID | oaiagedjckhjgfmmmgfnnkjigbmplbhm |
Officiële URL | https://chromewebstore.google.com/detail/see-on-boardgamegeek/oaiagedjckhjgfmmmgfnnkjigbmplbhm |
Beschrijving | Select a board game name, quickly open its BGG page via the browser context menu |
Bestandsgrootte | 9.87 KB |
Aantal Installaties | 734 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-01-19 |
Publicatiedatum | 2021-01-19 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Emmanuel Pelletier |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Leimi/sobgg |
Ondersteunde Talen | 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 } |