Imgur multiple images opener
Opens the whole row of images in new tabs with a single click on a link "Open all!"
Imgur multiple images opener란 무엇입니까?
Imgur multiple images opener은(는) Andrei Kotomin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens the whole row of images in new tabs with a single click on a link "Open all!""입니다.
확장 프로그램 스크린샷
Imgur multiple images opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
공식 URL | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
설명 | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
파일 크기 | 35.21 KB |
설치 횟수 | 47 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2015-05-05 |
출시 날짜 | 2015-05-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Andrei Kotomin |
결제 유형 | free |
지원되는 언어 | 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" } } |