HyperLinkImage
Showing all link image
Apa itu HyperLinkImage?
HyperLinkImage adalah ekstensi Chrome yang dikembangkan oleh Ralvar, dan fitur utamanya adalah "Showing all link image".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HyperLinkImage
Unduh file ekstensi HyperLinkImage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Use Case: Convert image URL in webpage into image element
Informasi Dasar Ekstensi
Nama | HyperLinkImage |
ID | enpjmoepmhbpenjgoepiejaoiaciimah |
URL Resmi | https://chromewebstore.google.com/detail/hyperlinkimage/enpjmoepmhbpenjgoepiejaoiaciimah |
Deskripsi | Showing all link image |
Ukuran File | 76.12 KB |
Jumlah Instalasi | 133 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2014-08-25 |
Tanggal Publikasi | 2014-08-25 |
Pengembang | Ralvar |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |