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 |
| Eメール | [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
} | |