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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον keiji, και η κύρια λειτουργία του είναι "Jump and switch from en-us page to the other page based on URL.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jump from en-us to the other page
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } |