URLs Decoder/Encoder with unique characters

Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.

URLs Decoder/Encoder with unique characters란 무엇입니까?

URLs Decoder/Encoder with unique characters은(는) Mendy Leizerovich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

URLs Decoder/Encoder with unique characters 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The extension simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area and let you copy the result with one button.

It will remember the last decoded URLs, you can clear them using the "Clear URLs" button.

Double click on a decoded URL will select the whole line.
 
The extension manifest icons (all the sizes) are from - Link icon by Icons8: https://icons8.com/icon/80410/link .                    

확장 프로그램 기본 정보

이름 URLs Decoder/Encoder with unique characters URLs Decoder/Encoder with unique characters
ID jpdcolaeaiichiecnellpcmmiafhamll
공식 URL https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll
설명 Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.
파일 크기 282 KB
설치 횟수 344
현재 버전 1.2.0
최근 업데이트 2021-11-04
출시 날짜 2020-05-02
평점 5.00/5 총 2 개의 평점
개발자 Mendy Leizerovich
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mendz/urls-decoder
도움말 페이지 URL https://github.com/mendz/urls-decoder/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URLs Decoder\/Encoder with unique characters",
    "short_name": "URLs Decoder\/Encoder",
    "description": "Simultaneously decodes the current tab URL or decode\/encode multiple URLs by pasting them to the text area.",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "URLs Decoder",
        "default_icon": {
            "16": "static\/icons\/icons8-link-16.png",
            "32": "static\/icons\/icons8-link-32.png",
            "48": "static\/icons\/icons8-link-48.png",
            "60": "static\/icons\/icons8-link-60.png",
            "128": "static\/icons\/icons8-link-128.png"
        }
    },
    "icons": {
        "16": "static\/icons\/icons8-link-16.png",
        "32": "static\/icons\/icons8-link-32.png",
        "48": "static\/icons\/icons8-link-48.png",
        "60": "static\/icons\/icons8-link-60.png",
        "128": "static\/icons\/icons8-link-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}