See On BoardGameGeek

Select a board game name, quickly open its BGG page via the browser context menu

See On BoardGameGeekคืออะไร?

See On BoardGameGeek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emmanuel Pelletier และคุณลักษณะหลักของมันคือ "Select a board game name, quickly open its BGG page via the browser context menu"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย See On BoardGameGeek

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ See On BoardGameGeek See On BoardGameGeek
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
}