iLoveLongURL.com
Expand Short URL to Long URL in a Fly
iLoveLongURL.com란 무엇입니까?
iLoveLongURL.com은(는) https://www.ilovelongurl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Expand Short URL to Long URL in a Fly"입니다.
확장 프로그램 스크린샷
iLoveLongURL.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I Love Long URL Protects You From Malicious Links. ‘ILoveLongURL’ essentially reverse engineers a shortened URL, giving you not only the original ‘long’ URL, but also user ratings of the website based on its trustworthiness, vendor reliability, privacy and even child safety. The interface is dead simple, and returns accurate results within seconds. The service uses the LongUrl.org API to bring back the original URL and uses ratings from the Web of Trust (WOB), a free, community based tool to rank websites on their safety and reliability.
확장 프로그램 기본 정보
이름 | |
ID | mmmgneifcacmblfokjahhkgaihboooee |
공식 URL | https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee |
설명 | Expand Short URL to Long URL in a Fly |
파일 크기 | 139 KB |
설치 횟수 | 46 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2012-06-01 |
출시 날짜 | 2012-06-01 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | https://www.ilovelongurl.com |
결제 유형 | free |
도움말 페이지 URL | http://www.ilovelongurl.com/harmfulurl.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "iLoveLongURL.com", "version": "2.0.0", "description": "Expand Short URL to Long URL in a Fly", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "imageinfo-16.png", "48": "imageinfo-48.png", "128": "imageinfo-128.png" }, "manifest_version": 2 } |