Dribbble Attachments at List
Show all attachments at list page.
Dribbble Attachments at List क्या है?
Dribbble Attachments at List https://www.lucasfranco.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show all attachments at list page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dribbble Attachments at List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show all attachments of a Dribbble Shot in list page. You don't have to open the Dribbble Shot page to show them anymore. Simply pass mouse over the image and a attachments list will appear (check the thumbs). Release notes: 2.3: Update to the new Dribbble layout. 2.2.1: Bug fix: The extension didn't work with https. 2.2: Bug fix: The attachment's size was over description. 2.1: Now you can click on 'Back to the shot' button and go to the shot page.
एक्सटेंशन की मूल जानकारी
नाम | Dribbble Attachments at List |
ID | fapldkcpfnkhpgpmphfnohiegedpedlb |
आधिकारिक URL | https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb |
विवरण | Show all attachments at list page. |
फ़ाइल का आकार | 47.61 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2014-08-28 |
प्रकाशन तिथि | 2014-08-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.lucasfranco.com.br |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble Attachments at List", "version": "2.3", "manifest_version": 2, "description": "Show all attachments at list page.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/dribbble.com\/*", "https:\/\/dribbble.com\/*" ], "js": [ "jquery.js", "dribbbleattachments.min.js" ], "css": [ "dribbbleattachments.min.css" ] } ], "web_accessible_resources": [ "icon-attach-pink-16-2x.png" ] } |