HyperLinkImage

Showing all link image

什麼是HyperLinkImage?

HyperLinkImage是由Ralvar開發的Chrome擴展程式,該擴展的主要功能是“Showing all link image”。

擴展截圖

screenshot

下載HyperLinkImage擴展crx文件

下載HyperLinkImage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use Case:
Convert image URL in webpage into image element                    

擴展基本資訊

名稱 HyperLinkImage HyperLinkImage
ID enpjmoepmhbpenjgoepiejaoiaciimah
官方網址 https://chromewebstore.google.com/detail/hyperlinkimage/enpjmoepmhbpenjgoepiejaoiaciimah
簡介 Showing all link image
檔案大小 76.12 KB
安裝次數 133
目前版本 0.0.4
更新時間 2014-08-25
上架時間 2014-08-25
開發者 Ralvar
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Showing all link image",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "contextMenus",
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}