Smartbase

Feature packed New Tab

什么是Smartbase?

Smartbase是由SmartBase开发的Chrome扩展程序,该扩展的主要功能是“Feature packed New Tab”。

扩展截图

screenshot
screenshot

下载Smartbase扩展crx文件

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

扩展使用说明

                        Enhance Your Browser

SmartBase replaces your current Chrome New Tab window with a feature packed New Tab that provides you with search and social features right on your fingertips!

Features:
– Typographic Clock
– Custom web search box
– Custom Bookmarks
– Task Manager

By clicking "Add to Chrome", I accept and agree to installing the Chrome extension and setting Chrome New Tab, Homepage takeover, and Default Search to that provided by the service. The search features within the extension will be provided by Microsoft Bing.

Permission required:
Replace the page you see when opening a new tab

Links:
Privacy Policy: https://smartbase.tech/privacy

Terms of Service: https://smartbase.tech/terms

About Us: https://smartbase.tech/aboutUs

Contact Us: https://smartbase.tech/contactUs                    

扩展基本信息

名称 Smartbase Smartbase
ID hijkamckfelgdjkjanhpjbcidfaagpbf
官方URL https://chromewebstore.google.com/detail/smartbase/hijkamckfelgdjkjanhpjbcidfaagpbf
简介 Feature packed New Tab
文件大小 8.36 MB
安装次数 5,015
当前版本 0.0.8
更新时间 2023-01-21
上架时间 2022-05-04
开发者 SmartBase
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://smartbase.tech/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartbase",
    "version": "0.0.8",
    "manifest_version": 3,
    "description": "Feature packed New Tab",
    "author": "SmartBase team",
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "bookmarks"
    ],
    "host_permissions": [
        ""
    ]
}