My Home Button

Add Home button to the Toolbar

My Home Buttonคืออะไร?

My Home Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย art และคุณลักษณะหลักของมันคือ "Add Home button to the Toolbar"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Home Button

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

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

                                            

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

ชื่อ My Home Button My Home Button
ID lmnafldoomophgfeegfijmomfghmhhfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/my-home-button/lmnafldoomophgfeegfijmomfghmhhfe
คำอธิบาย Add Home button to the Toolbar
ขนาดไฟล์ 19.16 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-07-30
วันที่เผยแพร่ 2015-07-30
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา art
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "48": "icon_48.png",
            "32": "icon_32.png",
            "16": "icon_16.png"
        },
        "default_title": "Home"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "My Home Button",
    "description": "Add Home button to the Toolbar",
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}