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 là gì?
Imgur multiple images opener là một tiện ích mở rộng Chrome được phát triển bởi Andrei Kotomin, và tính năng chính của nó là "Opens the whole row of images in new tabs with a single click on a link "Open all!"".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Imgur multiple images opener
Tải xuống các tệp mở rộng Imgur multiple images opener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | llekddakiafoiafmjnkjpfcamajffagl |
URL Chính Thức | https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl |
Mô tả | Opens the whole row of images in new tabs with a single click on a link "Open all!" |
Kích Thước Tệp | 35.21 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2015-05-05 |
Ngày Phát Hành | 2015-05-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Andrei Kotomin |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |