SpanishDict Search

Type 'sd' in the search box to quickly translate with SpanishDict

SpanishDict Search क्या है?

SpanishDict Search Kenny Hui द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type 'sd' in the search box to quickly translate with SpanishDict"।

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

screenshot

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

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

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

                        Harness the power of SpanishDict at your fingertips and quickly translate from Spanish to English or vice versa seamlessly!

Just add 'sd' before your search query and SpanishDict Search will automatically open SpanishDict!                    

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

नाम SpanishDict Search SpanishDict Search
ID mbbjijgghnfjbobepieofhcfoacnkacp
आधिकारिक URL https://chromewebstore.google.com/detail/spanishdict-search/mbbjijgghnfjbobepieofhcfoacnkacp
विवरण Type 'sd' in the search box to quickly translate with SpanishDict
फ़ाइल का आकार 10.68 KB
स्थापना संख्या 645
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-11-25
प्रकाशन तिथि 2021-11-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Kenny Hui
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpanishDict Search",
    "description": "Type 'sd' in the search box to quickly translate with SpanishDict",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "sd"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}