Spaceship Launcher

Welcome aboard the Chrome spaceship, captain

Apa itu Spaceship Launcher?

Spaceship Launcher adalah ekstensi Chrome yang dikembangkan oleh http://rdir.in, dan fitur utamanya adalah "Welcome aboard the Chrome spaceship, captain".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Spaceship Launcher

Unduh file ekstensi Spaceship Launcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Spaceship Launcher Spaceship Launcher
ID lponbenffmiloooeglmaapadcjakmabi
URL Resmi https://chrome.google.com/webstore/detail/spaceship-launcher/lponbenffmiloooeglmaapadcjakmabi
Deskripsi Welcome aboard the Chrome spaceship, captain
Ukuran File 249 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-12-29
Tanggal Publikasi 2019-12-29
Penilaian 4.50/5 Total 2 Penilaian
Pengembang http://rdir.in
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://stacktab.io/privacy.html
Bahasa yang Didukung 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
}