OLWLG Advanced
Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…
什麼是OLWLG Advanced?
OLWLG Advanced是由charles.boyung開發的Chrome擴展程式,該擴展的主要功能是“Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…”。
擴展截圖
下載OLWLG Advanced擴展crx文件
下載OLWLG Advanced擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Makes the OLWLG by JeffyJeff (BGG username) easier to use.
Now has a right-click context menu in Step 4 for selecting many checkboxes at once instead of the memory-sapping code that added arrow buttons to each and every cell.
v0.3 Added ability to deselect checkboxes in the right-click context menu
v0.4 Fixes issues where it stopped working due to recent Chrome Extensions changes 擴展基本資訊
| 名稱 | |
| ID | ooiflpdfadhajpgdgfnhodhfbjbkoieb |
| 官方網址 | https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb |
| 簡介 | Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many… |
| 檔案大小 | 48.51 KB |
| 安裝次數 | 125 |
| 目前版本 | 1.1 |
| 更新時間 | 2021-05-03 |
| 上架時間 | 2020-02-17 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | charles.boyung |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OLWLG Advanced",
"version": "1.1",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/bgg.activityclub.org\/*"
],
"js": [
"jquery-1.9.0.min.js",
"jquery.stickytableheaders.js",
"OLWLG.js"
],
"css": [
"retheme.css"
]
}
],
"permissions": [
"https:\/\/bgg.activityclub.org\/*"
]
} | |