Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
Base64 decode & copy란 무엇입니까?
Base64 decode & copy은(는) Daniel de la Cruz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decode & copy selected Base64-encoded text in one step!"입니다.
확장 프로그램 스크린샷
Base64 decode & copy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action. Usage instructions: 1. In your browser window, select the Base64-encoded text you would like to decode. 2. Right-Click and select "Base64 decode selection". 3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.
확장 프로그램 기본 정보
이름 | Base64 decode & copy |
ID | llcfmnginbnmkeddkjjellcimmffjdcf |
공식 URL | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
설명 | Decode & copy selected Base64-encoded text in one step! |
파일 크기 | 5.75 KB |
설치 횟수 | 3,086 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2022-06-04 |
출시 날짜 | 2020-04-12 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Daniel de la Cruz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 decode & copy", "version": "1.2.1", "manifest_version": 3, "description": "Decode & copy selected Base64-encoded text in one step!", "author": "Daniel de la Cruz", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "activeTab", "clipboardWrite", "scripting" ], "background": { "service_worker": "script.js" } } |