Searchme

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

Searchme क्या है?

Searchme 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Searchme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}