Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
¿Qué es Imgur multiple images opener?
Imgur multiple images opener es una extensión de Chrome desarrollada por Andrei Kotomin, y su función principal es "Opens the whole row of images in new tabs with a single click on a link "Open all!"".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Imgur multiple images opener
Descarga archivos de extensión Imgur multiple images opener 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
Tired of opening images on Imgur one by one? Tired of waiting for them to load? Now you can just click "Open all!" link next to the row of pictures you want to see. All the pictures will be opened in separate tabs, so while you're looking at the first one, the rest of them will load and be ready for you!
Información Básica de la Extensión
Nombre | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
URL Oficial | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Descripción | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
Tamaño del Archivo | 35.21 KB |
Cantidad de Instalaciones | 47 |
Versión Actual | 1.0.0 |
Última Actualización | 2015-05-05 |
Fecha de Publicación | 2015-05-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Andrei Kotomin |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgur multiple images opener", "short_name": "Imgur opener", "version": "1.0.0", "manifest_version": 2, "description": "Opens the whole row of images in new tabs with a single click on a link \"Open all!\"", "content_scripts": [ { "matches": [ "http:\/\/imgur.com\/" ], "css": [ "styles.css" ], "js": [ "jQuery.js", "execute.js" ] } ], "icons": { "128": "icon128.png" } } |