Spanish Conjugation Finder

An extension for finding the conjugations of of selected Spanish words

What is Spanish Conjugation Finder?

Spanish Conjugation Finder is a Chrome extension developed by Grondo, and its main feature is "An extension for finding the conjugations of of selected Spanish words".

Extension Screenshots

screenshot

Download Spanish Conjugation Finder Extension CRX File

Download Spanish Conjugation Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spanish Conjugation Finder Spanish Conjugation Finder
ID ffdogpnhhaedakacjnnkpbmkppmiadcn
Official URL https://chromewebstore.google.com/detail/spanish-conjugation-finde/ffdogpnhhaedakacjnnkpbmkppmiadcn
Description An extension for finding the conjugations of of selected Spanish words
File Size 57.92 KB
Installation Count 131
Current Version 2.0.0
Last Updated 2023-11-06
Publish Date 2022-11-19
Rating 5.00/5 Total 1 Ratings
Developer Grondo
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}