
Decode On Copy ์ ์์: Brian McDonald
Automatically base64 decodes any text copied to the clipboard if that text can be decoded to a valid URL.
์ด ํ์ฅ ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ ค๋ฉด Firefox๊ฐ ํ์ํจ
ํ์ฅ ๋ฉํ ๋ฐ์ดํฐ
์ ๋ณด
Decode On Copy tries to base64 decode any text that you copy, and if it can be decoded to a valid URL, the URL will be copied to your clipboard instead. It is best demonstrated by example.
- The simplest case is where you copy something that is not an encoded URL, like
http://www.example.com
. Since the text you copied can't be decoded to a valid URL, you will end up withhttp://www.example.com
on your clipboard. - Now, if you copy
aHR0cDovL3d3dy5leGFtcGxlLmNvbQ==
, Decode On Copy will notice that it can be base64 decoded tohttp://www.example.com
and will copyhttp://www.example.com
to your clipboard instead ofaHR0cDovL3d3dy5leGFtcGxlLmNvbQ==
. - Decode On Copy can also detect URLs that have been base64 encoded multiple times. So copying
YUhSMGNEb3ZMM2QzZHk1bGVHRnRjR3hsTG1OdmJRPT0=
would also result inhttp://www.example.com
being copied to your clipboard.
ํ๊ฐ
๊ถํ๋ ์์๋ณด๊ธฐ
๋ค์ ๊ถํ ํ์:
- ํด๋ฆฝ๋ณด๋์ ๋ฐ์ดํฐ ๋ฃ๊ธฐ
- ๋ชจ๋ ์น์ฌ์ดํธ์์ ์ฌ์ฉ์์ ๋ฐ์ดํฐ์ ์ ๊ทผ
์ถ๊ฐ ์ ๋ณด
- ๋ถ๊ฐ ๊ธฐ๋ฅ ๋งํฌ
- ๋ฒ์
- 1.1resigned1
- ํฌ๊ธฐ
- 17.2 KB
- ๋ง์ง๋ง ์ ๋ฐ์ดํธ
- ์ผ ๋ ์ (2024๋ 4์ 26์ผ)
- ๊ด๋ จ ์นดํ ๊ณ ๋ฆฌ
- ๋ผ์ด์ ์ค
- MIT License
- ๋ฒ์ ๋ชฉ๋ก
๋ชจ์์ง์ ์ถ๊ฐ
Brian McDonald ๋์ ๋ค๋ฅธ ํ์ฅ ๊ธฐ๋ฅ
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค