Smartbase

Feature packed New Tab

Smartbase란 무엇입니까?

Smartbase은(는) SmartBase에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Feature packed New Tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Smartbase 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}