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
官方URL 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'"
}