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 là gì?
OLWLG Advanced là một tiện ích mở rộng Chrome được phát triển bởi charles.boyung, và tính năng chính của nó là "Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OLWLG Advanced
Tải xuống các tệp mở rộng OLWLG Advanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OLWLG Advanced |
ID | ooiflpdfadhajpgdgfnhodhfbjbkoieb |
URL Chính Thức | https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb |
Mô tả | Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many… |
Kích Thước Tệp | 48.51 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-05-03 |
Ngày Phát Hành | 2020-02-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | charles.boyung |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |