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ファイルをダウンロード
iLoveLongURL.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } |