Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
什麼是Gears of War 4 Forums?
Gears of War 4 Forums是由TensorFlow開發的Chrome擴展程式,該擴展的主要功能是“Adds the 'Forums' option back into the main menu.”。
擴展截圖
下載Gears of War 4 Forums擴展crx文件
下載Gears of War 4 Forums擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums
擴展基本資訊
名稱 | Gears of War 4 Forums |
ID | gnnnghjolkebfmgablmplcboppcadiid |
官方網址 | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid |
簡介 | Adds the 'Forums' option back into the main menu. |
檔案大小 | 54.05 KB |
安裝次數 | 22 |
目前版本 | 1.0.1 |
更新時間 | 2017-04-29 |
上架時間 | 2017-04-29 |
開發者 | TensorFlow |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/TheanosLearning/Gears4Forums |
支援的語言 | 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" ] } |