Remove intra 42 red button

Remove the help-button on the intranet

Remove intra 42 red buttonคืออะไร?

Remove intra 42 red button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย E2R5 และคุณลักษณะหลักของมันคือ "Remove the help-button on the intranet"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove intra 42 red button

ดาวน์โหลดไฟล์ส่วนขยาย Remove intra 42 red button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Remove the big ugly red button on the 42 intranet pages                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh
คำอธิบาย Remove the help-button on the intranet
ขนาดไฟล์ 16.36 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2019-10-04
วันที่เผยแพร่ 2019-10-04
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา E2R5
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove intra 42 red button",
    "description": "Remove the help-button on the intranet",
    "version": "2.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.intra.42.fr\/*"
            ],
            "js": [
                "intra.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "link_help.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "help_button.png",
        "default_title": "help-button"
    }
}