Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
Co to jest Imgur multiple images opener?
Imgur multiple images opener to rozszerzenie Chrome opracowane przez Andrei Kotomin, a jego główną funkcją jest „Opens the whole row of images in new tabs with a single click on a link "Open all!"”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Imgur multiple images opener
Pobierz pliki rozszerzeń Imgur multiple images opener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
Oficjalny URL | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Opis | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
Rozmiar pliku | 35.21 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-05-05 |
Data Publikacji | 2015-05-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Andrei Kotomin |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |