Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
Co je Imgur multiple images opener?
Imgur multiple images opener je rozšíření Chrome vyvinuté Andrei Kotomin, a jeho hlavní funkcí je „Opens the whole row of images in new tabs with a single click on a link "Open all!"“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Imgur multiple images opener
Stáhněte si soubory rozšíření Imgur multiple images opener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
Oficiální URL | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Popis | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
Velikost souboru | 35.21 KB |
Počet instalací | 47 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2015-05-05 |
Datum Vydání | 2015-05-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Andrei Kotomin |
Typ Platby | free |
Podporované Jazyky | 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" } } |