Image Link Grabber
Grab all image links from webpage.
Co to jest Image Link Grabber?
Image Link Grabber to rozszerzenie Chrome opracowane przez https://standaloneinstaller.com, a jego główną funkcją jest „Grab all image links from webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image Link Grabber
Pobierz pliki rozszerzeń Image Link Grabber 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
Extract image links from webpage with a single click. Just open the page and click on app icon, voila you got the links. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fpajdpibnnhcohnpmnbefdgkbddmpjif |
| Oficjalny URL | https://chromewebstore.google.com/detail/image-link-grabber/fpajdpibnnhcohnpmnbefdgkbddmpjif |
| Opis | Grab all image links from webpage. |
| Rozmiar pliku | 601 KB |
| Liczba instalacji | 11,554 |
| Aktualna Wersja | 0.0.0.1 |
| Ostatnia Aktualizacja | 2016-05-30 |
| Data Publikacji | 2016-05-29 |
| Ocena | 4.43/5 Łącznie 14 Oceny |
| Deweloper | https://standaloneinstaller.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://standaloneinstaller.com/download-image-link-grabber |
| Adres URL Strony Polityki Prywatności | https://standaloneinstaller.com/privacypolicy.php |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image Link Grabber",
"default_locale": "en",
"description": "Grab all image links from webpage.",
"version": "0.0.0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |