Site root
Go to the home page of the current site.
Site root là gì?
Site root là một tiện ích mở rộng Chrome được phát triển bởi baruchlubinsky, và tính năng chính của nó là "Go to the home page of the current site.".
Tải xuống tệp CRX của tiện ích mở rộng Site root
Tải xuống các tệp mở rộng Site root dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
URL Chính Thức | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Mô tả | Go to the home page of the current site. |
Kích Thước Tệp | 21.93 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-09-05 |
Ngày Phát Hành | 2014-09-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | baruchlubinsky |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |