Go To Site Home

Adds a button that takes you to the home page of the current site.

Go To Site Homeคืออะไร?

Go To Site Home เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/crispy12361 และคุณลักษณะหลักของมันคือ "Adds a button that takes you to the home page of the current site."

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

screenshot
screenshot

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

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

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

                        Go To Site Home provides you with a single click button to navigate you to the home page of the site you are browsing. 

I found while browsing many sites, that I want to get back to the home page, and usually that means scrolling back to the top, finding the home icon or URL and clicking on it. Not that it is an extremely complicated process, a one click button that is always located in the same spot make it that much easier. 

Special thanks to http://glyphicons.com/ for the icon used in this extension.                    

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

ชื่อ Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
คำอธิบาย Adds a button that takes you to the home page of the current site.
ขนาดไฟล์ 4.55 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2014-07-04
วันที่เผยแพร่ 2014-07-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://sites.google.com/site/crispy12361
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go To Site Home",
    "short_name": "Go To Site Home",
    "description": "Adds a button that takes you to the home page of the current site.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "sitehome.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "sitehome.png"
    },
    "manifest_version": 2
}