4p's URL Expander
Right click a shortened link and expand it
4p's URL Expander란 무엇입니까?
4p's URL Expander은(는) 4p에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click a shortened link and expand it"입니다.
확장 프로그램 스크린샷
4p's URL Expander 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you. This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one. Provided expandurl doesn't shut down, this should work just fine on most versions of chrome. Limited to 100 "expands" per hour.
확장 프로그램 기본 정보
이름 | 4p's URL Expander |
ID | gldfamiablnblfgmflmlcbmimckdnlpj |
공식 URL | https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj |
설명 | Right click a shortened link and expand it |
파일 크기 | 7.08 KB |
설치 횟수 | 79 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2017-06-30 |
출시 날짜 | 2017-06-30 |
개발자 | 4p |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://expandurl.com/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "4p's URL Expander", "description": "Right click a shortened link and expand it", "version": "0.0.1", "permissions": [ "contextMenus" ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": true, "scripts": [ "popup.js" ] }, "manifest_version": 2 } |