Searchme

This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.

Τι είναι το Searchme;

Το Searchme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mybrowserbar.com, και η κύρια λειτουργία του είναι "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.".

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

screenshot

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

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

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

                        Search the web with Yahoo through Searchme extension. Improve your search experience and get clear and precise search results.
This extension provides an enhanced new tab page with a new and improved search engine powered by Yahoo, date and time widgets and many other cool features.

FAQs:
Q: Is Searchme free?
A: Yes, it's free, simple, easy to use, and unobtrusive.

Q: How can I disable/uninstall Searchme?
A: That's easy. Go to browser's menu > More Tools > Extensions, find the extension and disable/remove it.                    

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

Όνομα Searchme Searchme
ID hjalolmjgklbjgaomjjofphdjnajmnim
Επίσημο URL https://chromewebstore.google.com/detail/searchme/hjalolmjgklbjgaomjjofphdjnajmnim
Περιγραφή This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.
Μέγεθος Αρχείου 1.99 MB
Αριθμός Εγκαταστάσεων 371
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2023-11-13
Ημερομηνία Δημοσίευσης 2019-09-06
Αξιολόγηση 4.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://www.mybrowserbar.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.mybrowserbar.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/utils.js"
        ]
    },
    "browser_action": {
        "default_popup": ""
    },
    "chrome_url_overrides": {
        "newtab": "ntp\/newtab.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/loader.js"
            ],
            "matches": [
                "http:\/\/*.mybrowserbar.com\/*",
                "https:\/\/*.mybrowserbar.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "Icons\/Icon-128.png",
        "16": "Icons\/Icon-16.png",
        "32": "Icons\/Icon-32.png",
        "48": "Icons\/Icon-48.png",
        "64": "Icons\/Icon-64.png"
    },
    "manifest_version": 2,
    "name": "Searchme",
    "description": "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.",
    "options_page": "ntp\/options.html",
    "permissions": [
        "storage",
        "webRequest",
        "cookies",
        "contextMenus"
    ],
    "short_name": "Searchme",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}