d3coder
Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion
d3coder란 무엇입니까?
d3coder은(는) Izzy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion"입니다.
확장 프로그램 스크린샷
d3coder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension enables you to encode and decode selected text via the context menu. This reduces the time you spend on looking up values and gives you more time to concentrate on the important things of development. The context menu this extension enables is customizable through the options page. To get there either click on the item or go to Wrench -> Tools -> Extensions -> d3coder options. Via the popup you are able to choose between four message types: alert the result, adding a DIV-element to the bottom of the page, via console.log() or replacing the selected text on the page. You can also deactivate functions(e.g. if you don't need them and want to free the space they use). The current version has implemented the following en-/decoding functions: - Unix Timestamp - rot13 - base64 - CRC32/MD5/SHA1 hashing - bin2hex - bin2txt - HTML entity - HTML specialchars - URI encode - Quoted printables - Escapeshellarg - (PHP) Unserialize - "L33T"-speak - reverse
확장 프로그램 기본 정보
이름 | d3coder |
ID | gncnbkghencmkfgeepfaonmegemakcol |
공식 URL | https://chromewebstore.google.com/detail/d3coder/gncnbkghencmkfgeepfaonmegemakcol |
설명 | Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion |
파일 크기 | 108 KB |
설치 횟수 | 12,939 |
현재 버전 | 5.1.1 |
최근 업데이트 | 2022-11-11 |
출시 날짜 | 2019-12-03 |
평점 | 4.05/5 총 37 개의 평점 |
개발자 | Izzy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/izzy/d3coder |
도움말 페이지 URL | https://github.com/izzy/d3coder/issues |
개인정보 보호 정책 페이지 URL | https://privacy.unikorn.me |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,tr,ca,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,fi,cs,el,bg,ru,uk,mr,hi,bn,kn-IN,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "5.1.1", "description": "__MSG_extDescription__", "options_ui": { "page": "html\/menu_ui.html", "open_in_tab": false }, "permissions": [ "contextMenus", "clipboardWrite", "storage", "scripting", "activeTab" ], "background": { "service_worker": "js\/serviceworker.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en" } |