View Image Info (properties)
Get properties(including dimensions, URL, file size, file type info) of the image your cursor is pointing to via context menu.
Cos'è View Image Info (properties)?
View Image Info (properties) è un'estensione di Chrome sviluppata da extfan, e la sua funzione principale è "Get properties(including dimensions, URL, file size, file type info) of the image your cursor is pointing to via context menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione View Image Info (properties)
Scarica i file di estensione View Image Info (properties) 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
@updated on 2023/17 *Add Option @updated on 2023/3/6 *UI redesign @updated on 2016/10/15 *minor bug fix @updated on 2016/10/07 *minor changes @updated on 2011/01/02 *if an image's scaled, scaled dimensions will be displayed @updated on 2010/12/26 *Font shadow removed @updated on 2010/12/06 *add an 'ALT' field *you could now press ESC key to close the popup window @updated on 2010/11/23: *now getting info async, the info window will appear more quickly *can handle base64 data correctly @updated on 2010/10/25: *To mac users, you could see the action now *Little change made to improve the file size info *The size of the popup window may look better now Get information of the image your cursor is pointing to, including image dimensions, file size, url, file type and preview. *Known Issue: Sometimes the file size can not be shown.
Informazioni di Base sull'Estensione
Nome | View Image Info (properties) |
ID | jldjjifbpipdmligefcogandjojpdagn |
URL Ufficiale | https://chromewebstore.google.com/detail/view-image-info-propertie/jldjjifbpipdmligefcogandjojpdagn |
Descrizione | Get properties(including dimensions, URL, file size, file type info) of the image your cursor is pointing to via context menu. |
Dimensione del File | 35.01 KB |
Conteggio Installazioni | 51,936 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2023-03-20 |
Data di Pubblicazione | 2016-10-15 |
Valutazione | 4.17/5 Totale 192 Valutazioni |
Sviluppatore | extfan |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ehaagwlke/View-Image-Info-Chrome |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8 |
Lingue Supportate | en,sr,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.0.6", "description": "__MSG_description__", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "action": { "default_popup": "view\/popup.html" }, "content_scripts": [ { "js": [ "js\/gia.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true }, { "matches": [ " |