Spaceship Launcher

Welcome aboard the Chrome spaceship, captain

Qu'est-ce que Spaceship Launcher ?

Spaceship Launcher est une extension Chrome développée par http://rdir.in, et sa fonction principale est "Welcome aboard the Chrome spaceship, captain".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spaceship Launcher

Téléchargez les fichiers d'extension Spaceship Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Spaceship Launcher Spaceship Launcher
ID lponbenffmiloooeglmaapadcjakmabi
URL Officiel https://chrome.google.com/webstore/detail/spaceship-launcher/lponbenffmiloooeglmaapadcjakmabi
Description Welcome aboard the Chrome spaceship, captain
Taille du Fichier 249 KB
Nombre d'Installations 14
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-12-29
Date de Publication 2019-12-29
Évaluation 4.50/5 Total 2 Évaluations
Développeur http://rdir.in
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://stacktab.io/privacy.html
Langues Prises en Charge 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
}