Spanish Conjugation Finder

An extension for finding the conjugations of of selected Spanish words

什么是Spanish Conjugation Finder?

Spanish Conjugation Finder是由Grondo开发的Chrome扩展程序,该扩展的主要功能是“An extension for finding the conjugations of of selected Spanish words”。

扩展截图

screenshot

下载Spanish Conjugation Finder扩展crx文件

下载Spanish Conjugation Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}