Exclude lang_ja

Set lang_en to google search results with just one click.

Exclude lang_ja là gì?

Exclude lang_ja là một tiện ích mở rộng Chrome được phát triển bởi fitzr, và tính năng chính của nó là "Set lang_en to google search results with just one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exclude lang_ja

Tải xuống các tệp mở rộng Exclude lang_ja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Set lang_en to google search results with just one click.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exclude lang_ja Exclude lang_ja
ID dehkcdieahficpfmihhbdpnjmoicbemm
URL Chính Thức https://chromewebstore.google.com/detail/exclude-langja/dehkcdieahficpfmihhbdpnjmoicbemm
Mô tả Set lang_en to google search results with just one click.
Kích Thước Tệp 10.22 KB
Số Lần Cài Đặt 372
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2021-03-20
Nhà Phát Triển fitzr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fitzr/chrome-ex-exclude-ja
Ngôn Ngữ Được Hỗ Trợ 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"
}