Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Wat is Rich Image Previewer?
Rich Image Previewer is een Chrome-extensie ontwikkeld door Yoshifumi Shiiba, en de belangrijkste functie is "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rich Image Previewer
Download Rich Image Previewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
Officiële URL | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
Beschrijving | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
Bestandsgrootte | 317 KB |
Aantal Installaties | 70 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2013-04-13 |
Publicatiedatum | 2013-04-13 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Yoshifumi Shiiba |
Betalingswijze | free |
Ondersteunde Talen | 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" } |