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文件
下载Imgur multiple images opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |