Oolong Image Viewer
A simple image viewer supporting drag and drop of the image.
¿Qué es Oolong Image Viewer?
Oolong Image Viewer es una extensión de Chrome desarrollada por oolongprojects, y su función principal es "A simple image viewer supporting drag and drop of the image.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Oolong Image Viewer
Descarga archivos de extensión Oolong Image Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A simple replacement of Chrome Browser's default image viewer, and it simply support exploring the picture(especially very big pictures, e.g. product interaction diagram, infographics) with drag and drop.
Información Básica de la Extensión
Nombre | |
ID | fdmbhglgjkadnfkbbdepakdhkkkmabom |
URL Oficial | https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom |
Descripción | A simple image viewer supporting drag and drop of the image. |
Tamaño del Archivo | 268 KB |
Cantidad de Instalaciones | 331 |
Versión Actual | 1.0.3 |
Última Actualización | 2017-06-25 |
Fecha de Publicación | 2017-06-25 |
Calificación | 4.00/5 Total de 6 Calificaciones |
Desarrollador | oolongprojects |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/socrateslee/oolong_image_viewer |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "image-viewer\/bootstrap\/*", "image-viewer\/css\/*", "image-viewer\/*" ], "content_scripts": [ { "all_frames": false, "js": [ "loader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start" } ], "name": "Oolong Image Viewer", "short_name": "ooloog image viewer", "description": "A simple image viewer supporting drag and drop of the image.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "version": "1.0.3" } |