Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Vad är Rich Image Previewer?
Rich Image Previewer är en Chrome-tillägg utvecklad av Yoshifumi Shiiba, och dess huvudfunktion är "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".
Tilläggsskärmbilder
Ladda ner Rich Image Previewer-förlängningens CRX-fil
Ladda ner Rich Image Previewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
Officiell webbadress | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
Beskrivning | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
Filstorlek | 317 KB |
Antal Installationer | 70 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2013-04-13 |
Publiceringsdatum | 2013-04-13 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Yoshifumi Shiiba |
Betalningssätt | free |
Stödda Språk | 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" } |