HyperLinkImage
Showing all link image
What is HyperLinkImage?
HyperLinkImage is a Chrome extension developed by Ralvar, and its main feature is "Showing all link image".
Extension Screenshots
Download HyperLinkImage Extension CRX File
Download HyperLinkImage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use Case: Convert image URL in webpage into image element
Extension Basic Information
Name | HyperLinkImage |
ID | enpjmoepmhbpenjgoepiejaoiaciimah |
Official URL | https://chromewebstore.google.com/detail/hyperlinkimage/enpjmoepmhbpenjgoepiejaoiaciimah |
Description | Showing all link image |
File Size | 76.12 KB |
Installation Count | 133 |
Current Version | 0.0.4 |
Last Updated | 2014-08-25 |
Publish Date | 2014-08-25 |
Developer | Ralvar |
Payment Type | free |
Supported Languages | 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'" } |