Site Home

Brings you to the home page of the current site with the click of a button.

Site Homeคืออะไร?

Site Home เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jesse Dunlap และคุณลักษณะหลักของมันคือ "Brings you to the home page of the current site with the click of a button."

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

screenshot

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

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

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

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

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

ชื่อ Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
คำอธิบาย Brings you to the home page of the current site with the click of a button.
ขนาดไฟล์ 10.03 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-06-11
วันที่เผยแพร่ 2012-06-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jesse Dunlap
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}