Beigeman's Pardus Keyboard Actions Script
Provides additional keyboard-based functionality for www.pardus.at
Beigeman's Pardus Keyboard Actions Script là gì?
Beigeman's Pardus Keyboard Actions Script là một tiện ích mở rộng Chrome được phát triển bởi beigeman, và tính năng chính của nó là "Provides additional keyboard-based functionality for www.pardus.at".
Ả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 Beigeman's Pardus Keyboard Actions Script
Tải xuống các tệp mở rộng Beigeman's Pardus Keyboard Actions Script 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
See pardus forum for details: http://forum.pardus.at/index.php?showtopic=61732
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beigeman's Pardus Keyboard Actions Script |
ID | eioedjimpkbhbmdpgdacjlpofgbohgfe |
URL Chính Thức | https://chromewebstore.google.com/detail/beigemans-pardus-keyboard/eioedjimpkbhbmdpgdacjlpofgbohgfe |
Mô tả | Provides additional keyboard-based functionality for www.pardus.at |
Kích Thước Tệp | 34.77 KB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 24 |
Cập Nhật Lần Cuối | 2017-11-11 |
Ngày Phát Hành | 2017-11-11 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | beigeman |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.pardus.at |
URL Trang Trợ Giúp | http://forum.pardus.at/index.php?showtopic=61732 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beigeman's Pardus Keyboard Actions Script", "author": "Richard Broker", "short_name": "Beige's Keyboard Script", "description": "Provides additional keyboard-based functionality for www.pardus.at", "version": "24", "icons": { "48": "logo48.png", "96": "logo96.png", "128": "logo128.png" }, "content_scripts": [ { "all_frames": true, "exclude_globs": [ "http*:\/\/*.pardus.at\/msgframe.php*", "http*:\/\/*.pardus.at\/game.php*", "http*:\/\/*.pardus.at\/menu.php*" ], "include_globs": [ "http*:\/\/artemis.pardus.at\/*", "http*:\/\/orion.pardus.at\/*", "http*:\/\/pegasus.pardus.at\/*" ], "js": [ "pal.js", "1234_combat_script.user.js" ], "matches": [ "http:\/\/*.pardus.at\/*", "https:\/\/*.pardus.at\/*" ], "run_at": "document_end" } ] } |