URL Locale Switcher
You can switch the Locale in URL.
¿Qué es URL Locale Switcher?
URL Locale Switcher es una extensión de Chrome desarrollada por minato128, y su función principal es "You can switch the Locale in URL.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión URL Locale Switcher
Descarga archivos de extensión URL Locale Switcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | URL Locale Switcher |
ID | aoeilpnojpmclgkaebnghbclcdjiikie |
URL Oficial | https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie |
Descripción | You can switch the Locale in URL. |
Tamaño del Archivo | 9.74 KB |
Cantidad de Instalaciones | 332 |
Versión Actual | 0.6 |
Última Actualización | 2022-04-10 |
Fecha de Publicación | 2021-01-16 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | minato128 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://twitter.com/Minato128 |
URL de la Página de Ayuda | https://twitter.com/Minato128 |
Idiomas Soportados | 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" } } |