Spaceship Launcher
Welcome aboard the Chrome spaceship, captain
Τι είναι το Spaceship Launcher;
Το Spaceship Launcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://rdir.in, και η κύρια λειτουργία του είναι "Welcome aboard the Chrome spaceship, captain".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Spaceship Launcher
Λήψη αρχείων επέκτασης Spaceship Launcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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]
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lponbenffmiloooeglmaapadcjakmabi |
Επίσημο URL | https://chrome.google.com/webstore/detail/spaceship-launcher/lponbenffmiloooeglmaapadcjakmabi |
Περιγραφή | Welcome aboard the Chrome spaceship, captain |
Μέγεθος Αρχείου | 249 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2019-12-29 |
Ημερομηνία Δημοσίευσης | 2019-12-29 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://rdir.in |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://stacktab.io/privacy.html |
Υποστηριζόμενες Γλώσσες | 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 } |