See On BoardGameGeek
Select a board game name, quickly open its BGG page via the browser context menu
什么是See On BoardGameGeek?
See On BoardGameGeek是由Emmanuel Pelletier开发的Chrome扩展程序,该扩展的主要功能是“Select a board game name, quickly open its BGG page via the browser context menu”。
扩展截图
下载See On BoardGameGeek扩展crx文件
下载See On BoardGameGeek扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | oaiagedjckhjgfmmmgfnnkjigbmplbhm |
| 官方URL | https://chromewebstore.google.com/detail/see-on-boardgamegeek/oaiagedjckhjgfmmmgfnnkjigbmplbhm |
| 简介 | Select a board game name, quickly open its BGG page via the browser context menu |
| 文件大小 | 9.87 KB |
| 安装次数 | 734 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-01-19 |
| 上架时间 | 2021-01-19 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | Emmanuel Pelletier |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Leimi/sobgg |
| 支持的语言 | 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
} | |