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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 iLoveLongURL.com iLoveLongURL.com
ID mmmgneifcacmblfokjahhkgaihboooee
官方網址 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
}