Exclude lang_ja

Set lang_en to google search results with just one click.

什么是Exclude lang_ja?

Exclude lang_ja是由fitzr开发的Chrome扩展程序,该扩展的主要功能是“Set lang_en to google search results with just one click.”。

扩展截图

screenshot
screenshot

下载Exclude lang_ja扩展crx文件

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

扩展使用说明

                        Set lang_en to google search results with just one click.                    

扩展基本信息

名称 Exclude lang_ja Exclude lang_ja
ID dehkcdieahficpfmihhbdpnjmoicbemm
官方URL https://chromewebstore.google.com/detail/exclude-langja/dehkcdieahficpfmihhbdpnjmoicbemm
简介 Set lang_en to google search results with just one click.
文件大小 10.22 KB
安装次数 372
当前版本 1.4.0
更新时间 2023-12-11
上架时间 2021-03-20
开发者 fitzr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/fitzr/chrome-ex-exclude-ja
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exclude lang_ja",
    "version": "1.4.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Exclude ja"
    },
    "default_locale": "ja",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "fitzr",
    "background": {
        "service_worker": "background-worker.js"
    },
    "permissions": [
        "tabs"
    ],
    "homepage_url": "https:\/\/github.com\/fitzr\/chrome-ex-exclude-ja"
}