Dockerfile Downloader
Dockerfile downloader from Docker Hub!
Cos'è Dockerfile Downloader?
Dockerfile Downloader è un'estensione di Chrome sviluppata da http://itok01.com, e la sua funzione principale è "Dockerfile downloader from Docker Hub!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dockerfile Downloader
Scarica i file di estensione Dockerfile Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It can download Dockerfile from Docker Hub. If you do not see the download button, refresh the page. https://github.com/itok01/dockerfile-downloader
Informazioni di Base sull'Estensione
Nome | |
ID | edpdnclahplkejfkffobkfjimpkdgdeo |
URL Ufficiale | https://chrome.google.com/webstore/detail/dockerfile-downloader/edpdnclahplkejfkffobkfjimpkdgdeo |
Descrizione | Dockerfile downloader from Docker Hub! |
Dimensione del File | 9.88 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-05-01 |
Data di Pubblicazione | 2020-05-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://itok01.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/itok01/dockerfile-downloader |
URL della Pagina di Aiuto | https://github.com/itok01/dockerfile-downloader/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dockerfile Downloader", "version": "1.0", "description": "Dockerfile downloader from Docker Hub!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "tabs", "https:\/\/hub.docker.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/hub.docker.com\/layers\/*\/images\/*" ], "js": [ "content_scripts.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "cloud_download-24px.svg" ], "manifest_version": 2 } |