Homepage
A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
Homepage là gì?
Homepage là một tiện ích mở rộng Chrome được phát triển bởi axel7083, và tính năng chính của nó là "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Homepage
Tải xuống các tệp mở rộng Homepage 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
A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Homepage |
ID | lldjhjmaljndmlnbomjcofanjalieahb |
URL Chính Thức | https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb |
Mô tả | A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts… |
Kích Thước Tệp | 1.01 MB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2021-04-17 |
Ngày Phát Hành | 2020-10-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | axel7083 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/axel0070/Homepage |
URL Trang Trợ Giúp | https://github.com/axel0070/Homepage/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homepage", "version": "0.3", "manifest_version": 2, "background": { "scripts": [ "app\/background.js" ] }, "browser_action": { "default_title": "Options" }, "options_page": "index.html", "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*" ], "permissions": [ "chrome:\/\/favicon\/", "https:\/\/i.olsh.me\/*", "https:\/\/api.github.com\/*", "storage", "history", "tabs" ], "commands": { "open": { "suggested_key": { "default": "Ctrl+Q" }, "description": "Open HomePage" } }, "icons": { "32": ".\/images\/homepage-32.png", "64": ".\/images\/homepage-64.png", "128": ".\/images\/homepage-128.png" } } |