Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
Cos'è Imgur multiple images opener?
Imgur multiple images opener è un'estensione di Chrome sviluppata da Andrei Kotomin, e la sua funzione principale è "Opens the whole row of images in new tabs with a single click on a link "Open all!"".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Imgur multiple images opener
Scarica i file di estensione Imgur multiple images opener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
URL Ufficiale | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Descrizione | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
Dimensione del File | 35.21 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-05-05 |
Data di Pubblicazione | 2015-05-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Andrei Kotomin |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |