HyperLinkImage
Showing all link image
Cos'è HyperLinkImage?
HyperLinkImage è un'estensione di Chrome sviluppata da Ralvar, e la sua funzione principale è "Showing all link image".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HyperLinkImage
Scarica i file di estensione HyperLinkImage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Use Case:
Convert image URL in webpage into image element Informazioni di Base sull'Estensione
| Nome | |
| ID | enpjmoepmhbpenjgoepiejaoiaciimah |
| URL Ufficiale | https://chromewebstore.google.com/detail/hyperlinkimage/enpjmoepmhbpenjgoepiejaoiaciimah |
| Descrizione | Showing all link image |
| Dimensione del File | 76.12 KB |
| Conteggio Installazioni | 133 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2014-08-25 |
| Data di Pubblicazione | 2014-08-25 |
| Sviluppatore | Ralvar |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |