Spaceship Launcher

Welcome aboard the Chrome spaceship, captain

什么是Spaceship Launcher?

Spaceship Launcher是由http://rdir.in开发的Chrome扩展程序,该扩展的主要功能是“Welcome aboard the Chrome spaceship, captain”。

扩展截图

screenshot
screenshot
screenshot

下载Spaceship Launcher扩展crx文件

下载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]                    

扩展基本信息

名称 Spaceship Launcher Spaceship Launcher
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
}