Dribbble Attachments at List
Show all attachments at list page.
Co to jest Dribbble Attachments at List?
Dribbble Attachments at List to rozszerzenie Chrome opracowane przez https://www.lucasfranco.com.br, a jego główną funkcją jest „Show all attachments at list page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dribbble Attachments at List
Pobierz pliki rozszerzeń Dribbble Attachments at List w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fapldkcpfnkhpgpmphfnohiegedpedlb |
| Oficjalny URL | https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb |
| Opis | Show all attachments at list page. |
| Rozmiar pliku | 47.61 KB |
| Liczba instalacji | 101 |
| Aktualna Wersja | 2.3 |
| Ostatnia Aktualizacja | 2014-08-28 |
| Data Publikacji | 2014-08-28 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://www.lucasfranco.com.br |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |