Check Accept Language
Returns accept languages of the browser
Check Accept Languageとは何ですか?
Check Accept LanguageはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Returns accept languages of the browser」です。
拡張機能のスクリーンショット
Check Accept Language拡張機能のCRXファイルをダウンロード
Check Accept Language拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin can check the languages supported by Google Chrome. 拡張機能の基本情報
| 名前 | |
| ID | gkhkadndnkdpcjpnlmgphggmleecegad |
| 公式URL | https://chromewebstore.google.com/detail/check-accept-language/gkhkadndnkdpcjpnlmgphggmleecegad |
| 説明 | Returns accept languages of the browser |
| ファイルサイズ | 24.4 KB |
| インストール数 | 32 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2020-01-18 |
| 公開日 | 2020-01-18 |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_chrome_extension_name__",
"description": "__MSG_chrome_extension_description__",
"version": "0.1",
"default_locale": "en_US",
"browser_action": {
"default_title": "__MSG_browser_action_title__",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon.png"
},
"manifest_version": 2
} | |