Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
ما هو Gears of War 4 Forums؟
Gears of War 4 Forums هو إضافة Chrome تم تطويرها بواسطة TensorFlow، والميزة الرئيسية لها هي "Adds the 'Forums' option back into the main menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gears of War 4 Forums
قم بتنزيل ملفات الامتداد Gears of War 4 Forums بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" ] } |