F1 Background Extension

Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!

F1 Background Extensionคืออะไร?

F1 Background Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bennett Kedrosky และคุณลักษณะหลักของมันคือ "Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F1 Background Extension

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

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

                        Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!                    

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

ชื่อ F1 Background Extension F1 Background Extension
ID jnebjkoihabiehdbikpbhabmjnlclgjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/f1-background-extension/jnebjkoihabiehdbikpbhabmjnlclgjj
คำอธิบาย Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!
ขนาดไฟล์ 20.39 MB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-05-08
วันที่เผยแพร่ 2021-05-07
ผู้พัฒนา Bennett Kedrosky
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F1 Background Extension",
    "version": "0.1",
    "chrome_url_overrides": {
        "newtab": "myNewTab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}