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 هو إضافة Chrome تم تطويرها بواسطة Andrei Kotomin، والميزة الرئيسية لها هي "Opens the whole row of images in new tabs with a single click on a link "Open all!"".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Imgur multiple images opener
قم بتنزيل ملفات الامتداد Imgur multiple images opener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |