Smart Searching Tab

Smart Searching replaces your new tab page and provides you with popular trending searches!

Τι είναι το Smart Searching Tab;

Το Smart Searching Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Searches Central, και η κύρια λειτουργία του είναι "Smart Searching replaces your new tab page and provides you with popular trending searches!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Smart Searching Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Smart Searching extension is here to supply you with useful searching tools.

With Smart Searching you get a New Tab extension that provides you with:
- New tab search form functionality.
- Convenient web search powered by Yahoo!
- Quicklinks to shopping and commonly used social sites.

Smart Searching will also prompt you daily with access to searching as well as  personalized weather forecasts to get your day started. You can opt out of this feature at any time from the settings widget.

You can also use the settings widget at the bottom right of the new tab page to adjust your personal experience.

This tool contains links to external websites that are not provided or maintained by or in any way affiliated with our company or this product: Smart Searching. Please note that our company or this tool does not guarantee the accuracy, relevance, timeliness, or completeness of any information on these external websites. For more information visit our Terms of Use page listed below.

Click "Add To Chrome" above to get started for free.

Our extension can be removed at any time.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Smart Searching Tab Smart Searching Tab
ID iacoifmgngnkjphlhpencjhenbngoheg
Επίσημο URL https://chromewebstore.google.com/detail/smart-searching-tab/iacoifmgngnkjphlhpencjhenbngoheg
Περιγραφή Smart Searching replaces your new tab page and provides you with popular trending searches!
Μέγεθος Αρχείου 15.8 KB
Αριθμός Εγκαταστάσεων 136,188
Τρέχουσα Έκδοση 1.5.2
Τελευταία Ενημέρωση 2021-08-01
Ημερομηνία Δημοσίευσης 2020-05-07
Αξιολόγηση 2.41/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής Searches Central
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://hp.hsmartsearching.net/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/config.js",
            "js\/store.js",
            "js\/utility.js",
            "js\/log.js",
            "js\/dailyFeature.js",
            "js\/search.js",
            "central.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "html\/bAction\/newtabpage.html",
        "default_title": "Open NewTab"
    },
    "chrome_url_overrides": {
        "newtab": "newtabhtml\/newtabpage.html"
    },
    "default_locale": "en",
    "description": "__MSG_ProductDescription__",
    "icons": {
        "128": "icon.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_ProductName__",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "contextMenus",
        "alarms",
        "*:\/\/*.hsmartsearching.net\/*"
    ],
    "version": "1.5.2",
    "web_accessible_resources": [
        "*.json"
    ]
}