startpage
Overrides the browsers newtab page with a custom startpage.
startpage là gì?
startpage là một tiện ích mở rộng Chrome được phát triển bởi etacarinaea, và tính năng chính của nó là "Overrides the browsers newtab page with a custom startpage.".
Ả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 startpage
Tải xuống các tệp mở rộng startpage 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
Quickly access your favourite websites whenever you open a new tab Key Features: • Easy customisation using a built-in configuration menu • Keyboard controls • Customisable search function • Export/Import function to backup your config or to use the same one on multiple devices The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | startpage |
ID | odmjpppdiaenedpilgldapgbodindjak |
URL Chính Thức | https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak |
Mô tả | Overrides the browsers newtab page with a custom startpage. |
Kích Thước Tệp | 34.26 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 1.11.1 |
Cập Nhật Lần Cuối | 2020-06-21 |
Ngày Phát Hành | 2020-06-21 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | etacarinaea |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/etacarinaea/startpage |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "startpage", "short_name": "startpage", "version": "1.11.1", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "etacarinaea", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png", "192": "img\/icon192.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/browser-polyfill.js", "js\/update.js", "js\/update-config.js" ] }, "permissions": [ "storage" ] } |