Jump from en-us to the other page
Jump and switch from en-us page to the other page based on URL.
Hvad er Jump from en-us to the other page?
Jump from en-us to the other page er en Chrome-udvidelse udviklet af keiji, og dens hovedfunktion er "Jump and switch from en-us page to the other page based on URL.".
Udvidelsesskærmbilleder
Download Jump from en-us to the other page-udvidelses-CRX-fil
Download Jump from en-us to the other page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ahpbgefcefglpdficedlffmalcdcekic |
| Officiel URL | https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic |
| Beskrivelse | Jump and switch from en-us page to the other page based on URL. |
| Filstørrelse | 12.38 KB |
| Antal Installationer | 215 |
| Nuværende Version | 2.4.7 |
| Senest Opdateret | 2024-02-23 |
| Udgivelsesdato | 2020-06-23 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | keiji |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage |
| URL til Fortrolighedspolitik Side | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md |
| Understøttede Sprog | 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"
]
} | |