URL Decode/Encode
A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!
URL Decode/Encode란 무엇입니까?
URL Decode/Encode은(는) https://linangdata.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!"입니다.
확장 프로그램 스크린샷
URL Decode/Encode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use this utility to decode (or encode) URLs. URL encoding (also known as percent-encoding) is a mechanism for encoding information in a Uniform Resource Identifier (URI). This is a developer utility that allows you to paste (or type) an encoded URL string into a text field and see a decoded version. This is useful if you often deal with encoded URLs and want a quick way to read easily it. The last URL you entered is remembered and shown the next time you open the extension. This extension also includes links to other tools from LinangData, the LinangData main website, and our Youtube channel from the menu bar. The following tool buttons are available: - Decode/Encode - toggle between decoding and encoding URLs - Clear - clear the URL - Paste - paste from clipboard (replacing existing URL) - Append - pastes URL from clipboard (appending to existing URL) - Copy - copy encoded/decoded URL to clipboard - Replace - copies the encoded/decoded URL to the input text area (replacing existing URL)
확장 프로그램 기본 정보
이름 | URL Decode/Encode |
ID | dgoepmkoiphgabefpbapldnjmbbiaoag |
공식 URL | https://chromewebstore.google.com/detail/url-decodeencode/dgoepmkoiphgabefpbapldnjmbbiaoag |
설명 | A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it! |
파일 크기 | 1.51 MB |
설치 횟수 | 4,329 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-10-31 |
출시 날짜 | 2017-10-07 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | https://linangdata.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://linangdata.com |
도움말 페이지 URL | https://linangdata.com/url-decode-encode/ |
개인정보 보호 정책 페이지 URL | https://linangdata.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Decode\/Encode", "short_name": "URL Decode", "description": "A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!", "version": "1.0.2", "offline_enabled": true, "icons": { "16": "css\/icons\/16x16.png", "48": "css\/icons\/48x48.png", "128": "css\/icons\/128x128.png" }, "permissions": [ "clipboardRead", "clipboardWrite" ], "action": { "default_icon": { "19": "css\/icons\/19x19.png", "38": "css\/icons\/38x38.png" }, "default_popup": "index.html", "default_title": "URL Decode\/Encode" } } |