Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
O que é Imgur multiple images opener?
Imgur multiple images opener é uma extensão do Chrome desenvolvida por Andrei Kotomin, e sua principal característica é "Opens the whole row of images in new tabs with a single click on a link "Open all!"".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Imgur multiple images opener
Baixe arquivos de extensão Imgur multiple images opener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
URL Oficial | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Descrição | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
Tamanho do Arquivo | 35.21 KB |
Contagem de Instalações | 47 |
Versão Atual | 1.0.0 |
Última Atualização | 2015-05-05 |
Data de Publicação | 2015-05-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Andrei Kotomin |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |