Jump from en-us to the other page
Jump and switch from en-us page to the other page based on URL.
What is Jump from en-us to the other page?
Jump from en-us to the other page is a Chrome extension developed by keiji, and its main feature is "Jump and switch from en-us page to the other page based on URL.".
Extension Screenshots
Download Jump from en-us to the other page Extension CRX File
Download Jump from en-us to the other page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Jump from en-us to the other page |
ID | ahpbgefcefglpdficedlffmalcdcekic |
Official URL | https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic |
Description | Jump and switch from en-us page to the other page based on URL. |
File Size | 12.38 KB |
Installation Count | 215 |
Current Version | 2.4.7 |
Last Updated | 2024-02-23 |
Publish Date | 2020-06-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | keiji |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage |
Privacy Policy Page URL | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md |
Supported Languages | 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" ] } |