URL Locale Switcher
You can switch the Locale in URL.
什么是URL Locale Switcher?
URL Locale Switcher是由minato128开发的Chrome扩展程序,该扩展的主要功能是“You can switch the Locale in URL.”。
扩展截图
下载URL Locale Switcher扩展crx文件
下载URL Locale Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | URL Locale Switcher |
ID | aoeilpnojpmclgkaebnghbclcdjiikie |
官方URL | https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie |
简介 | You can switch the Locale in URL. |
文件大小 | 9.74 KB |
安装次数 | 332 |
当前版本 | 0.6 |
更新时间 | 2022-04-10 |
上架时间 | 2021-01-16 |
评分 | 5.00/5 共1次评分 |
开发者 | minato128 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/Minato128 |
帮助页面URL | https://twitter.com/Minato128 |
支持的语言 | 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" } } |