Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Τι είναι το Rich Image Previewer;
Το Rich Image Previewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yoshifumi Shiiba, και η κύρια λειτουργία του είναι "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rich Image Previewer
Λήψη αρχείων επέκτασης Rich Image Previewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
Επίσημο URL | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
Περιγραφή | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
Μέγεθος Αρχείου | 317 KB |
Αριθμός Εγκαταστάσεων | 70 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2013-04-13 |
Ημερομηνία Δημοσίευσης | 2013-04-13 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Yoshifumi Shiiba |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |