Type 新标签页

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

What is Type 新标签页?

Type 新标签页 is a Chrome extension developed by wolongxzg, and its main feature is "Type 新标签页是一款简洁、优雅的浏览器主页,高清壁纸、实用小组件、常用网址、云端同步。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Type 新标签页 Extension CRX File

Download Type 新标签页 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

功能包含:

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

Extension Basic Information

Name Type 新标签页 Type 新标签页
ID ebnnhnfgnmmlkdiiaafmfhgplkobncad
Official URL https://chrome.google.com/webstore/detail/type-%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/ebnnhnfgnmmlkdiiaafmfhgplkobncad
Description Type 新标签页是一款简洁、优雅的浏览器主页,高清壁纸、实用小组件、常用网址、云端同步。
File Size 691 KB
Installation Count 75
Current Version 1.0.15
Last Updated 2022-06-06
Publish Date 2022-03-25
Rating 3.50/5 Total 2 Ratings
Developer wolongxzg
Email [email protected]
Payment Type free
Supported Languages 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'"
    }
}