Jump from en-us to the other page
Jump and switch from en-us page to the other page based on URL.
Was ist Jump from en-us to the other page?
Jump from en-us to the other page ist eine Chrome-Erweiterung, die von keiji entwickelt wurde, und ihr Hauptmerkmal ist "Jump and switch from en-us page to the other page based on URL.".
Erweiterungsscreenshots
Jump from en-us to the other page-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jump from en-us to the other page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Jump from en-us to the other page |
ID | ahpbgefcefglpdficedlffmalcdcekic |
Offizielle URL | https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic |
Beschreibung | Jump and switch from en-us page to the other page based on URL. |
Dateigröße | 12.38 KB |
Installationsanzahl | 215 |
Aktuelle Version | 2.4.7 |
Letztes Update | 2024-02-23 |
Veröffentlichungsdatum | 2020-06-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | keiji |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage |
URL der Datenschutzrichtlinien-Seite | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md |
Unterstützte Sprachen | 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" ] } |