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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |