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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Base64 URL Decoder & Opener |
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" } |