在chrome扩展manifest.json上添加其他搜索链接

时间:2018-07-27 20:11:31

标签: javascript jquery google-chrome-extension firefox-addon manifest.json

我想按语言更改搜索链接

默认搜索引擎示例(Lang EN):

    "chrome_settings_overrides": {
    "search_provider": {
        "name": "Example",
        "keyword": "example",
        "search_url": "https://example.com/search/?q={searchTerms}",
        "favicon_url": "https://example.com/favicon.ico",
        "encoding": "UTF-8",
        "is_default": true
    }

},

,而我想用意大利语更改搜索链接 从https://example.com/search/?q={searchTerms}https://example.com/it/search/?q={searchTerms},我该怎么做?这可能吗?

0 个答案:

没有答案