SpanishDict Search

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

什么是SpanishDict Search?

SpanishDict Search是由Kenny Hui开发的Chrome扩展程序,该扩展的主要功能是“Type 'sd' in the search box to quickly translate with SpanishDict”。

扩展截图

screenshot

下载SpanishDict Search扩展crx文件

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

扩展使用说明

                        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"
    }
}