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
官方網址 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": [
        ""
    ]
}