Base64 URL Decoder & Opener
Decode a base64 URL (even encoded twice) and open it in the tab to the right.
什么是Base64 URL Decoder & Opener?
Base64 URL Decoder & Opener是由dvnchrmdev开发的Chrome扩展程序,该扩展的主要功能是“Decode a base64 URL (even encoded twice) and open it in the tab to the right.”。
扩展截图
下载Base64 URL Decoder & Opener扩展crx文件
下载Base64 URL Decoder & Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an extension for a niche usage. It decodes a base64 encoded (once or twice) URL and opens the URL in the tab to the right (in background). That's it. No other extraneous functions. You probably don't need this!
Usage: Select a base64 url and right click to invoke the context menu. You will see 2 options: Decode Once & Decode Twice. Select the right option based on how many times the url was encoded. The extension will decode and open it in the right tab. 扩展基本信息
| 名称 | |
| ID | dmjommdldlbamppffbonacmohmdlklmm |
| 官方URL | https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm |
| 简介 | Decode a base64 URL (even encoded twice) and open it in the tab to the right. |
| 文件大小 | 8.82 KB |
| 安装次数 | 528 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2022-12-07 |
| 上架时间 | 2022-05-04 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | dvnchrmdev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/dvnlgls/Base64UrlDecoder |
| 帮助页面URL | https://github.com/dvnlgls/Base64UrlDecoder/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Base64 URL Decoder & Opener",
"version": "1.1.0",
"description": "Decode a base64 URL (even encoded twice) and open it in the tab to the right.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"author": "Devin",
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
],
"homepage_url": "https:\/\/github.com\/dvnlgls\/Base64UrlDecoder"
} | |