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.」です。
拡張機能のスクリーンショット
Exclude lang_ja拡張機能のCRXファイルをダウンロード
Exclude lang_ja拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Set lang_en to google search results with just one click.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |