Top Search

Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…

Top Search क्या है?

Top Search gabrieljones634 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites.
The new tab has dynamic background and it displays current date and time (may take some time for your most visited sites to appear - based on Chrome's API).

For more information please visit: https://www.tops-searchs.com
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the Top Search Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.tops-searchs.com/site/pages/terms_of_use and privacy policy at https://www.tops-searchs.com/site/pages/privacy_policy.

The extension will update your new-tab search to be powered by Microsoft Bing.                    

एक्सटेंशन की मूल जानकारी

नाम Top Search Top Search
ID hnpgceaconbdbbcfmbmbngkkpolicdhd
आधिकारिक URL https://chrome.google.com/webstore/detail/top-search/hnpgceaconbdbbcfmbmbngkkpolicdhd
विवरण Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…
फ़ाइल का आकार 4.77 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.0.69
अंतिम अपडेट 2022-07-17
प्रकाशन तिथि 2022-04-20
डेवलपर gabrieljones634
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tops-searchs.com
सहायता पृष्ठ URL https://www.tops-searchs.com/site/pages/contact_us
गोपनीयता नीति पृष्ठ URL https://www.tops-searchs.com/pages/privacy_policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top Search",
    "description": "",
    "homepage_url": "https:\/\/www.tops-searchs.com",
    "version": "1.0.0.69",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_app_name__"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "history",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}