HyperLinkImage
Showing all link image
HyperLinkImageとは何ですか?
HyperLinkImageはRalvarによって開発されたChromeの拡張機能で、その主な機能は「Showing all link image」です。
拡張機能のスクリーンショット
HyperLinkImage拡張機能のCRXファイルをダウンロード
HyperLinkImage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use Case:
Convert image URL in webpage into image element 拡張機能の基本情報
| 名前 | |
| 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'"
} | |