Spanish Conjugation Finder

An extension for finding the conjugations of of selected Spanish words

Spanish Conjugation Finder क्या है?

Spanish Conjugation Finder Grondo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for finding the conjugations of of selected Spanish words"।

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

screenshot

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

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

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

                        This extension allows you find conjugations of Spanish verbs by simply highlighting the text, right clicking, and selecting the 'Find Conjugations' item in the context menu.

The extension will open a side panel to spanishdict.com/conjugate with your verb. If not a verb, the site will try to translate the word you selected.                    

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

नाम Spanish Conjugation Finder Spanish Conjugation Finder
ID ffdogpnhhaedakacjnnkpbmkppmiadcn
आधिकारिक URL https://chromewebstore.google.com/detail/spanish-conjugation-finde/ffdogpnhhaedakacjnnkpbmkppmiadcn
विवरण An extension for finding the conjugations of of selected Spanish words
फ़ाइल का आकार 57.92 KB
स्थापना संख्या 131
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-11-06
प्रकाशन तिथि 2022-11-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Grondo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spanish Conjugation Finder",
    "description": "An extension for finding the conjugations of of selected Spanish words",
    "version": "2.0.0",
    "background": {
        "service_worker": "js\/serviceworker.js"
    },
    "permissions": [
        "contextMenus",
        "sidePanel",
        "declarativeNetRequest",
        "storage"
    ],
    "side_panel": {
        "default_path": "html\/sidePanel.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/www.spanishdict.com\/*"
    ],
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}