Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Base64 Encoder and Decoder란 무엇입니까?
Base64 Encoder and Decoder은(는) https://www.linkwebbie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also."입니다.
확장 프로그램 스크린샷
Base64 Encoder and Decoder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
확장 프로그램 기본 정보
이름 | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
공식 URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
설명 | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
파일 크기 | 64 KB |
설치 횟수 | 3,928 |
현재 버전 | 1.5.2 |
최근 업데이트 | 2022-10-18 |
출시 날짜 | 2018-08-01 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | https://www.linkwebbie.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.linkwebbie.com |
개인정보 보호 정책 페이지 URL | https://www.linkwebbie.com/legal/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |