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 |
官方網址 | 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" ] } |