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
拡張機能の基本情報
名前 | OLWLG Advanced |
ID | ooiflpdfadhajpgdgfnhodhfbjbkoieb |
公式URL | 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 |
Eメール | [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\/*" ] } |