Spaceship Launcher
Welcome aboard the Chrome spaceship, captain
Spaceship Launcher là gì?
Spaceship Launcher là một tiện ích mở rộng Chrome được phát triển bởi http://rdir.in, và tính năng chính của nó là "Welcome aboard the Chrome spaceship, captain".
Ả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 Spaceship Launcher
Tải xuống các tệp mở rộng Spaceship Launcher 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
New Tab page that gives you an opportunity to be the captain of you spaceship, while getting things done. Onboard the Chrome spaceship with every new tab, and get reminded of our beautiful space with this coolest spaceship command center. • Quick access to your popular sites • View and access recent web pages • View and access recent bookmarks • See the weather and forecast • Captain's console with actions, links, and search • Special tricks and Warp Speed! GET IN TOUCH (We would love to hear your suggestions) Email us at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lponbenffmiloooeglmaapadcjakmabi |
URL Chính Thức | https://chrome.google.com/webstore/detail/spaceship-launcher/lponbenffmiloooeglmaapadcjakmabi |
Mô tả | Welcome aboard the Chrome spaceship, captain |
Kích Thước Tệp | 249 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-12-29 |
Ngày Phát Hành | 2019-12-29 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://rdir.in |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://stacktab.io/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spaceship Launcher", "version": "1.0.1", "description": "Welcome aboard the Chrome spaceship, captain", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs", "topSites", "history", "bookmarks" ], "icons": { "16": "images\/fui16.png", "32": "images\/fui32.png", "48": "images\/fui48.png", "128": "images\/fui128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "matches": [ "https:\/\/rdir.in\/*" ], "js": [ "resources\/actions.min.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |