Jump from en-us to the other page
Jump and switch from en-us page to the other page based on URL.
Jump from en-us to the other pageとは何ですか?
Jump from en-us to the other pageはkeijiによって開発されたChromeの拡張機能で、その主な機能は「Jump and switch from en-us page to the other page based on URL.」です。
拡張機能のスクリーンショット
Jump from en-us to the other page拡張機能のCRXファイルをダウンロード
Jump from en-us to the other page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When language is specified in URL of any pages for document, you can easily jump and switch from English page to Japanese or the other page by a single click.
You can set whether to display in a new tab when you jump.
This supports 69 locales. 拡張機能の基本情報
| 名前 | |
| ID | ahpbgefcefglpdficedlffmalcdcekic |
| 公式URL | https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic |
| 説明 | Jump and switch from en-us page to the other page based on URL. |
| ファイルサイズ | 12.38 KB |
| インストール数 | 215 |
| 現在のバージョン | 2.4.7 |
| 最終更新日 | 2024-02-23 |
| 公開日 | 2020-06-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | keiji |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage |
| プライバシーポリシーページのURL | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md |
| 対応言語 | en,es,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "en-us to the other page",
"version": "2.4.7",
"manifest_version": 3,
"description": "__MSG_appDesc__",
"default_locale": "en",
"options_page": "options.html",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "__MSG_defaultTitle__"
},
"permissions": [
"activeTab",
"storage"
]
} | |