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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens the whole row of images in new tabs with a single click on a link "Open all!""।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Imgur multiple images opener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |