Decode Current URL
Takes the URL of the current tab, decodes it, and uses it to refresh the page.
Decode Current URL란 무엇입니까?
Decode Current URL은(는) https://randyrants.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes the URL of the current tab, decodes it, and uses it to refresh the page."입니다.
확장 프로그램 스크린샷
Decode Current URL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is strictly an attempt to skip a number of mouse clicks - nothing more. When shopping online, I occasionally click on a URL that uses an "affiliate" URL - something I'm OK with - but because the referring URL is blocked by an ad blocker, I end up on a 404 page with an "encoded" URL in the address bar. Sure, I could copy that text, go to Bing, decode it (or more accurately unescape it) and paste it back into the browser, but why do all that clicking if an extension can do it for me? Here's a typical scenario: - I click on a link that's something like: https://referringbutblocked.com/sendmeto=https%3A%2F%2Fwww.randyrants.com%2F - I right click on the page and select Decode Current URL - Now the URL says: https://referringbutblocked.com/sendmeto=https://www.randyrants.com/ - I can now cut the front part of the URL and leave the decoded URL 0.0.0.4 moves to Manifest v3 for Extensions.
확장 프로그램 기본 정보
이름 | Decode Current URL |
ID | jeaicjgpfphdghcohfkamaaeapffgdcg |
공식 URL | https://chromewebstore.google.com/detail/decode-current-url/jeaicjgpfphdghcohfkamaaeapffgdcg |
설명 | Takes the URL of the current tab, decodes it, and uses it to refresh the page. |
파일 크기 | 14.66 KB |
설치 횟수 | 12 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2021-12-13 |
출시 날짜 | 2020-05-21 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://randyrants.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.randyrants.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Decode Current URL", "version": "0.0.0.4", "manifest_version": 3, "description": "Takes the URL of the current tab, decodes it, and uses it to refresh the page.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "service_worker": "lib\/simple.js" }, "action": { "default_icon": "icons\/default_icon.png" } } |