Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
What is Imgur multiple images opener?
Imgur multiple images opener is a Chrome extension developed by Andrei Kotomin, and its main feature is "Opens the whole row of images in new tabs with a single click on a link "Open all!"".
Extension Screenshots
Download Imgur multiple images opener Extension CRX File
Download Imgur multiple images opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
Official URL | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Description | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
File Size | 35.21 KB |
Installation Count | 47 |
Current Version | 1.0.0 |
Last Updated | 2015-05-05 |
Publish Date | 2015-05-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Andrei Kotomin |
Payment Type | free |
Supported Languages | 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" } } |