See On BoardGameGeek
Select a board game name, quickly open its BGG page via the browser context menu
What is See On BoardGameGeek?
See On BoardGameGeek is a Chrome extension developed by Emmanuel Pelletier, and its main feature is "Select a board game name, quickly open its BGG page via the browser context menu".
Extension Screenshots
Download See On BoardGameGeek Extension CRX File
Download See On BoardGameGeek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | See On BoardGameGeek |
ID | oaiagedjckhjgfmmmgfnnkjigbmplbhm |
Official URL | https://chromewebstore.google.com/detail/see-on-boardgamegeek/oaiagedjckhjgfmmmgfnnkjigbmplbhm |
Description | Select a board game name, quickly open its BGG page via the browser context menu |
File Size | 9.87 KB |
Installation Count | 734 |
Current Version | 1.0.0 |
Last Updated | 2021-01-19 |
Publish Date | 2021-01-19 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Emmanuel Pelletier |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Leimi/sobgg |
Supported Languages | 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 } |