NewTabSpace
Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
NewTabSpace là gì?
NewTabSpace là một tiện ích mở rộng Chrome được phát triển bởi Zoe Webmaster, và tính năng chính của nó là "Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…".
Ả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 NewTabSpace
Tải xuống các tệp mở rộng NewTabSpace 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
Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onodcoelplndhaecnneclpbpjpdgclam |
URL Chính Thức | https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam |
Mô tả | Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your… |
Kích Thước Tệp | 5.47 MB |
Số Lần Cài Đặt | 387 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2021-10-26 |
Ngày Phát Hành | 2021-09-27 |
Đánh Giá | 5.00/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | Zoe Webmaster |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://textuploader.com/t5awa |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTabSpace", "version": "1.0.4", "permissions": [ "storage", "tabs", "cookies", "alarms" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/myextension.online\/*", "*:\/\/*.myextension.online\/*" ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;" } } |