URL Locale Switcher
You can switch the Locale in URL.
Hvad er URL Locale Switcher?
URL Locale Switcher er en Chrome-udvidelse udviklet af minato128, og dens hovedfunktion er "You can switch the Locale in URL.".
Udvidelsesskærmbilleder
Download URL Locale Switcher-udvidelses-CRX-fil
Download URL Locale Switcher-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 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
Grundlæggende oplysninger om udvidelsen
Navn | URL Locale Switcher |
ID | aoeilpnojpmclgkaebnghbclcdjiikie |
Officiel URL | https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie |
Beskrivelse | You can switch the Locale in URL. |
Filstørrelse | 9.74 KB |
Antal Installationer | 332 |
Nuværende Version | 0.6 |
Senest Opdateret | 2022-04-10 |
Udgivelsesdato | 2021-01-16 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | minato128 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://twitter.com/Minato128 |
Hjælpeside-URL | https://twitter.com/Minato128 |
Understøttede Sprog | 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" } } |