Jump from en-us to the other page
Jump and switch from en-us page to the other page based on URL.
Cos'è Jump from en-us to the other page?
Jump from en-us to the other page è un'estensione di Chrome sviluppata da keiji, e la sua funzione principale è "Jump and switch from en-us page to the other page based on URL.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jump from en-us to the other page
Scarica i file di estensione Jump from en-us to the other page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Jump from en-us to the other page |
ID | ahpbgefcefglpdficedlffmalcdcekic |
URL Ufficiale | https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic |
Descrizione | Jump and switch from en-us page to the other page based on URL. |
Dimensione del File | 12.38 KB |
Conteggio Installazioni | 215 |
Versione Corrente | 2.4.7 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2020-06-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | keiji |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage |
URL della Pagina della Politica sulla Privacy | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md |
Lingue Supportate | 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" ] } |