NewTabSpace

Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…

什么是NewTabSpace?

NewTabSpace是由Zoe Webmaster开发的Chrome扩展程序,该扩展的主要功能是“Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载NewTabSpace扩展crx文件

下载NewTabSpace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bored of usual tabs? Now you can replace them with great images of space!

Enjoy cosmic experience and gaze the stars right in your browser.                    

扩展基本信息

名称 NewTabSpace NewTabSpace
ID onodcoelplndhaecnneclpbpjpdgclam
官方URL https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam
简介 Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
文件大小 5.47 MB
安装次数 387
当前版本 1.0.4
更新时间 2021-10-26
上架时间 2021-09-27
评分 5.00/5 共33次评分
开发者 Zoe Webmaster
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://textuploader.com/t5awa
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTabSpace",
    "version": "1.0.4",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/myextension.online\/*",
        "*:\/\/*.myextension.online\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;"
    }
}