Multisearch

Replaces the New Tab screen with site-specific Google search fields, which you can customize.

Multisearch क्या है?

Multisearch sawyerh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the New Tab screen with site-specific Google search fields, which you can customize."।

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

screenshot
screenshot

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

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

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

                                            

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

नाम Multisearch Multisearch
ID acacjoabappgkabopnlnmdiodjilaggi
आधिकारिक URL https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi
विवरण Replaces the New Tab screen with site-specific Google search fields, which you can customize.
फ़ाइल का आकार 10.5 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-06-30
प्रकाशन तिथि 2015-06-30
रेटिंग 2.75/5 कुल 4 रेटिंग्स
डेवलपर sawyerh
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multisearch",
    "version": "1.0.1",
    "description": "Replaces the New Tab screen with site-specific Google search fields, which you can customize.",
    "author": "Sawyer Hollenshead",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}