Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Co je Image Convert and Download?
Image Convert and Download je rozšíření Chrome vyvinuté haseebeqx, a jeho hlavní funkcí je „Allows to download svg and images and take screenshots in different formats“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Image Convert and Download
Stáhněte si soubory rozšíření Image Convert and Download ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.
Základní Informace o Rozšíření
Název | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
Oficiální URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
Popis | Allows to download svg and images and take screenshots in different formats |
Velikost souboru | 14.53 KB |
Počet instalací | 45 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2020-12-31 |
Datum Vydání | 2020-12-20 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | haseebeqx |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/haseebeqx/image-converter-downloader-extension |
URL Stránky Nápovědy | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Convert and Download", "version": "0.3", "description": "Allows to download svg and images and take screenshots in different formats", "permissions": [ "contextMenus", "downloads", "activeTab" ], "background": { "scripts": [ "contextMenu.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |