Site root
Go to the home page of the current site.
Site rootคืออะไร?
Site root เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baruchlubinsky และคุณลักษณะหลักของมันคือ "Go to the home page of the current site."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site root
ดาวน์โหลดไฟล์ส่วนขยาย Site root ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Return to the home page of the site you are on. Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
คำอธิบาย | Go to the home page of the current site. |
ขนาดไฟล์ | 21.93 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-09-05 |
วันที่เผยแพร่ | 2014-09-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | baruchlubinsky |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site root", "description": "Go to the home page of the current site.", "version": "1.0", "background": { "scripts": [ "action.js" ] }, "permissions": [ "tabs", "webNavigation" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "128": "icon128.png" } } } |