Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Qu'est-ce que Rich Image Previewer ?
Rich Image Previewer est une extension Chrome développée par Yoshifumi Shiiba, et sa fonction principale est "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rich Image Previewer
Téléchargez les fichiers d'extension Rich Image Previewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
URL Officiel | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
Description | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
Taille du Fichier | 317 KB |
Nombre d'Installations | 70 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2013-04-13 |
Date de Publication | 2013-04-13 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Yoshifumi Shiiba |
Type de Paiement | free |
Langues Prises en Charge | 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" } |