Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
什么是Decode URLs?
Decode URLs是由Avi Klein开发的Chrome扩展程序,该扩展的主要功能是“Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).”。
扩展截图
下载Decode URLs扩展crx文件
下载Decode URLs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
扩展基本信息
名称 | Decode URLs |
ID | ammnkklofnncmpmenbffefpmdnocnmlp |
官方URL | https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp |
简介 | Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). |
文件大小 | 7.79 KB |
安装次数 | 238 |
当前版本 | 1 |
更新时间 | 2019-04-24 |
上架时间 | 2019-04-24 |
评分 | 5.00/5 共1次评分 |
开发者 | Avi Klein |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decode URLs", "short_name": "Decode URLs", "version": "1", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "Popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |