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.
扩展基本信息
名称 | Jump from en-us to the other page |
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 |
电子邮箱 | [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" ] } |