Smartbase

Feature packed New Tab

Τι είναι το Smartbase;

Το Smartbase είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SmartBase, και η κύρια λειτουργία του είναι "Feature packed New Tab".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Smartbase

Λήψη αρχείων επέκτασης 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": [
        ""
    ]
}