URL Locale Switcher
You can switch the Locale in URL.
Qu'est-ce que URL Locale Switcher ?
URL Locale Switcher est une extension Chrome développée par minato128, et sa fonction principale est "You can switch the Locale in URL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URL Locale Switcher
Téléchargez les fichiers d'extension URL Locale Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
When you click on the extension icon, you can change the Locale of the URL to another set of Locale you have set. How to use 1. Please set 2 locale in the options page. 2. Click locale icon. - https://github.com/minato128/en-to-ja-url - http://minato128.hateblo.jp/entry/2014/06/02/235028
Informations de Base sur l'Extension
Nom | |
ID | aoeilpnojpmclgkaebnghbclcdjiikie |
URL Officiel | https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie |
Description | You can switch the Locale in URL. |
Taille du Fichier | 9.74 KB |
Nombre d'Installations | 332 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2022-04-10 |
Date de Publication | 2021-01-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | minato128 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/Minato128 |
URL de la Page d'Aide | https://twitter.com/Minato128 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Locale Switcher", "description": "You can switch the Locale in URL.", "version": "0.6", "background": { "page": "background.html" }, "page_action": { "default_title": "switch" }, "options_page": "options.html", "manifest_version": 2, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |