Thingiverse Downloader
A plugin to quickly download files from thingiverse model!
Что такое Thingiverse Downloader?
Thingiverse Downloader - это расширение Chrome, разработанное Jacopopsen, и его основная функция - "A plugin to quickly download files from thingiverse model!".
Снимки экрана расширения
Скачать файл CRX расширения Thingiverse Downloader
Скачайте файлы расширений Thingiverse Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Thingiverse Downloader |
ID | mpmklfbblgmiommffbhfphgmmcokddpf |
Официальный URL | https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf |
Описание | A plugin to quickly download files from thingiverse model! |
Размер файла | 20.06 KB |
Количество установок | 1,003 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2022-02-23 |
Дата публикации | 2022-02-23 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Jacopopsen |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |