Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
Wat is Imgur multiple images opener?
Imgur multiple images opener is een Chrome-extensie ontwikkeld door Andrei Kotomin, en de belangrijkste functie is "Opens the whole row of images in new tabs with a single click on a link "Open all!"".
Extensie Screenshots
Download het CRX-bestand van de extensie Imgur multiple images opener
Download Imgur multiple images opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
Officiële URL | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Beschrijving | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
Bestandsgrootte | 35.21 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-05-05 |
Publicatiedatum | 2015-05-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Andrei Kotomin |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |