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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gears of War 4 Forums

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}