Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Cos'è Rich Image Previewer?
Rich Image Previewer è un'estensione di Chrome sviluppata da Yoshifumi Shiiba, e la sua funzione principale è "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rich Image Previewer
Scarica i file di estensione Rich Image Previewer 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
This extension adds the Rich UI for the open image in tab mode on Google Chrome. It does not eat RAM on no using because runs only open an image on tab. The MIT License https://github.com/YoshifumiShiiba/RichImagePreviewer
Informazioni di Base sull'Estensione
Nome | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
URL Ufficiale | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
Descrizione | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
Dimensione del File | 317 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2013-04-13 |
Data di Pubblicazione | 2013-04-13 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Yoshifumi Shiiba |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.", "name": "Rich Image Previewer", "minimum_chrome_version": "20.0.0.0", "icons": { "48": "imageinfo-48.png", "128": "imageinfo-128.png", "16": "imageinfo-16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*.jpg", "https:\/\/*\/*.jpg", "http:\/\/*\/*.jpeg", "https:\/\/*\/*.jpeg", "http:\/\/*\/*.gif", "https:\/\/*\/*.gif", "http:\/\/*\/*.png", "https:\/\/*\/*.png" ], "js": [ "jquery-1.9.1.js", "jquery-ui-1.10.2.custom.min.js", "main.js" ], "css": [ "main.css" ] } ], "manifest_version": 2, "version": "1.0.2" } |