Thingiverse Downloader
A plugin to quickly download files from thingiverse model!
Co to jest Thingiverse Downloader?
Thingiverse Downloader to rozszerzenie Chrome opracowane przez Jacopopsen, a jego główną funkcją jest „A plugin to quickly download files from thingiverse model!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Thingiverse Downloader
Pobierz pliki rozszerzeń Thingiverse Downloader 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
This is a simple extension to help with downloading ZIP-files from thingiverse once again!
The extension adds a download button under the extension tab, which ones pressed will download the ZIP containing the images, files and information from the model page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mpmklfbblgmiommffbhfphgmmcokddpf |
| Oficjalny URL | https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf |
| Opis | A plugin to quickly download files from thingiverse model! |
| Rozmiar pliku | 20.06 KB |
| Liczba instalacji | 1,003 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2022-02-23 |
| Data Publikacji | 2022-02-23 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | Jacopopsen |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Thingiverse Downloader",
"description": "A plugin to quickly download files from thingiverse model!",
"version": "0.0.1",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/ThingiverseDownloader16.png",
"32": "\/images\/ThingiverseDownloader32.png",
"64": "\/images\/ThingiverseDownloader64.png",
"128": "\/images\/ThingiverseDownloader128.png"
}
},
"icons": {
"16": "\/images\/ThingiverseDownloader16.png",
"32": "\/images\/ThingiverseDownloader32.png",
"64": "\/images\/ThingiverseDownloader64.png",
"128": "\/images\/ThingiverseDownloader128.png"
}
} | |