Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
Gears of War 4 Forums là gì?
Gears of War 4 Forums là một tiện ích mở rộng Chrome được phát triển bởi TensorFlow, và tính năng chính của nó là "Adds the 'Forums' option back into the main menu.".
Ả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 Gears of War 4 Forums
Tải xuống các tệp mở rộng Gears of War 4 Forums 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
Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gears of War 4 Forums |
ID | gnnnghjolkebfmgablmplcboppcadiid |
URL Chính Thức | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid |
Mô tả | Adds the 'Forums' option back into the main menu. |
Kích Thước Tệp | 54.05 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-04-29 |
Ngày Phát Hành | 2017-04-29 |
Nhà Phát Triển | TensorFlow |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/TheanosLearning/Gears4Forums |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gears of War 4 Forums", "short_name": "Gears4 Forums", "version": "1.0.1", "description": "Adds the 'Forums' option back into the main menu.", "icons": { "48": "img\/forums_tile48.png", "128": "img\/forums_tile128.png" }, "content_scripts": [ { "matches": [ "https:\/\/gearsofwar.com\/*" ], "js": [ "content\/forums.js" ] } ], "browser_action": { "default_icon": "img\/icon.png" }, "background": { "scripts": [ "background\/background.js" ] }, "web_accessible_resources": [ "styles\/forums.css" ] } |