Search with Slash (/)

Use your keyboard's slash (/) key to focus on websites' search boxes

Search with Slash (/) क्या है?

Search with Slash (/) akshansh2000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your keyboard's slash (/) key to focus on websites' search boxes"।

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

screenshot

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

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

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

                        Not a fan of leaving the keyboard?
Too lazy to reach for the mouse everytime you need to perform a search?

This extension might just be for you!

No more scrolling to navigate to the search bar; just press slash (/), and let us find it for you!

No configuration needed; just add the extension, navigate to any site, and get started.                    

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

नाम Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
आधिकारिक URL https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
विवरण Use your keyboard's slash (/) key to focus on websites' search boxes
फ़ाइल का आकार 35.77 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-08-27
प्रकाशन तिथि 2020-08-18
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर akshansh2000
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/akshansh2000/flash
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with Slash (\/)",
    "description": "Use your keyboard's slash (\/) key to focus on websites' search boxes",
    "manifest_version": 2,
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "input"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}