Type 新标签页

Type 新标签页是一款简洁、优雅的浏览器主页,高清壁纸、实用小组件、常用网址、云端同步。

什么是Type 新标签页?

Type 新标签页是由wolongxzg开发的Chrome扩展程序,该扩展的主要功能是“Type 新标签页是一款简洁、优雅的浏览器主页,高清壁纸、实用小组件、常用网址、云端同步。”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Type 新标签页扩展crx文件

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

扩展使用说明

                        Type新标签页是一款简洁、优雅的新标签页,用于替换浏览器的默认新标签页,我们致力于提供极致顺滑的操作体验!

功能包含:

1、自定义图标:可以将您经常访问的网站添加到新标签上面
2、壁纸:我们为您准备海量精美壁纸,您可以选择官方壁纸也可以从本地上传壁纸
3、搜索引擎:我们提供了主流的搜索引擎,您可以选择一款搜索引擎作为您的默认搜素引擎
4、数据同步:登录Type官方账号,备份您的设置,可以在不同设备间同步您的设置
5、小组件:我们提供了各种实用小组件,可以方便地放置于程序坞中使用                    

扩展基本信息

名称 Type 新标签页 Type 新标签页
ID ebnnhnfgnmmlkdiiaafmfhgplkobncad
官方URL https://chrome.google.com/webstore/detail/type-%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/ebnnhnfgnmmlkdiiaafmfhgplkobncad
简介 Type 新标签页是一款简洁、优雅的浏览器主页,高清壁纸、实用小组件、常用网址、云端同步。
文件大小 691 KB
安装次数 75
当前版本 1.0.15
更新时间 2022-06-06
上架时间 2022-03-25
评分 3.50/5 共2次评分
开发者 wolongxzg
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Type \u65b0\u6807\u7b7e\u9875",
    "description": "Type \u65b0\u6807\u7b7e\u9875\u662f\u4e00\u6b3e\u7b80\u6d01\u3001\u4f18\u96c5\u7684\u6d4f\u89c8\u5668\u4e3b\u9875\uff0c\u9ad8\u6e05\u58c1\u7eb8\u3001\u5b9e\u7528\u5c0f\u7ec4\u4ef6\u3001\u5e38\u7528\u7f51\u5740\u3001\u4e91\u7aef\u540c\u6b65\u3002",
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        "bookmarks"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Type \u65b0\u6807\u7b7e\u9875"
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "version": "1.0.15",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}