Base 64 Encoder-Decoder
Base 64 Encoder-Decoder
Base 64 Encoder-Decoder란 무엇입니까?
Base 64 Encoder-Decoder은(는) Bassem Abuein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Base 64 Encoder-Decoder"입니다.
확장 프로그램 스크린샷
Base 64 Encoder-Decoder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows the user to handle Base-64 encoding and decoding for String. This extension solves The "Unicode Problem" for base-64 encoding/decoding. However, other chrome extensions don't provide a solution to this problem. This extension allows the user to save encoded or decode value for future reference at your local chrome storage. Additionally, you can remove the encoded or decoded value from the saved list. Remember, 1-This extension can work offline. 2-everything saved locally. Nothing stored on a server.
확장 프로그램 기본 정보
이름 | Base 64 Encoder-Decoder |
ID | klgbhpehdkhacfjinfdjfjiklbmaadob |
공식 URL | https://chromewebstore.google.com/detail/base-64-encoder-decoder/klgbhpehdkhacfjinfdjfjiklbmaadob |
설명 | Base 64 Encoder-Decoder |
파일 크기 | 75.68 KB |
설치 횟수 | 614 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-08-05 |
출시 날짜 | 2018-06-25 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | Bassem Abuein |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Base 64 Encoder-Decoder", "description": "Base 64 Encoder-Decoder", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icon.png" } } |