Spaceship Launcher
Welcome aboard the Chrome spaceship, captain
¿Qué es Spaceship Launcher?
Spaceship Launcher es una extensión de Chrome desarrollada por http://rdir.in, y su función principal es "Welcome aboard the Chrome spaceship, captain".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Spaceship Launcher
Descarga archivos de extensión Spaceship Launcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | lponbenffmiloooeglmaapadcjakmabi |
URL Oficial | https://chrome.google.com/webstore/detail/spaceship-launcher/lponbenffmiloooeglmaapadcjakmabi |
Descripción | Welcome aboard the Chrome spaceship, captain |
Tamaño del Archivo | 249 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 1.0.1 |
Última Actualización | 2019-12-29 |
Fecha de Publicación | 2019-12-29 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | http://rdir.in |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://stacktab.io/privacy.html |
Idiomas Soportados | 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 } |