Decode URL by Click
Copy URL, Click Icon!
什么是Decode URL by Click?
Decode URL by Click是由roeniss2开发的Chrome扩展程序,该扩展的主要功能是“Copy URL, Click Icon!”。
扩展截图
下载Decode URL by Click扩展crx文件
下载Decode URL by Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1) Copy URL to your clipboard using Ctrl+C
2) Click the icon on extension tab (normally right-top corner)
3) Done! Now you have decoded URL in clipboard.
+) Once you clicked the icon, you must reload to decode another URL.
If you have any trouble or want to suggest a feature, feel free to talk to me! (https://github.com/roeniss/decodeURLbyClick-extension) 扩展基本信息
| 名称 | |
| ID | mahkjonofhhakemoelnblidpijhjhabk |
| 官方URL | https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk |
| 简介 | Copy URL, Click Icon! |
| 文件大小 | 22.8 KB |
| 安装次数 | 174 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-12-17 |
| 上架时间 | 2020-12-17 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | roeniss2 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/roeniss/decodeURLbyClick-extension/ |
| 帮助页面URL | https://github.com/roeniss/decodeURLbyClick-extension/issues |
| 支持的语言 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Decode URL by Click",
"description": "Copy URL, Click Icon!",
"version": "1.0",
"background": {
"scripts": [
"listeners.js"
],
"persistent": false
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"browser_action": {
"default_icon": {
"16": "images\/icon16red.png",
"24": "images\/icon24red.png",
"32": "images\/icon32red.png",
"48": "images\/icon48red.png",
"128": "images\/icon128red.png"
},
"default_title": "Decode URL by Click"
},
"current_locale": "ko",
"icons": {
"16": "images\/icon16red.png",
"48": "images\/icon48red.png",
"128": "images\/icon128red.png"
}
} | |