Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
Apa itu Gears of War 4 Forums?
Gears of War 4 Forums adalah ekstensi Chrome yang dikembangkan oleh TensorFlow, dan fitur utamanya adalah "Adds the 'Forums' option back into the main menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gears of War 4 Forums
Unduh file ekstensi Gears of War 4 Forums dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums
Informasi Dasar Ekstensi
Nama | Gears of War 4 Forums |
ID | gnnnghjolkebfmgablmplcboppcadiid |
URL Resmi | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid |
Deskripsi | Adds the 'Forums' option back into the main menu. |
Ukuran File | 54.05 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-04-29 |
Tanggal Publikasi | 2017-04-29 |
Pengembang | TensorFlow |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/TheanosLearning/Gears4Forums |
Bahasa yang Didukung | 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" ] } |