Dockerfile Downloader
Dockerfile downloader from Docker Hub!
Dockerfile Downloader क्या है?
Dockerfile Downloader http://itok01.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dockerfile downloader from Docker Hub!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dockerfile Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It can download Dockerfile from Docker Hub. If you do not see the download button, refresh the page. https://github.com/itok01/dockerfile-downloader
एक्सटेंशन की मूल जानकारी
नाम | |
ID | edpdnclahplkejfkffobkfjimpkdgdeo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dockerfile-downloader/edpdnclahplkejfkffobkfjimpkdgdeo |
विवरण | Dockerfile downloader from Docker Hub! |
फ़ाइल का आकार | 9.88 KB |
स्थापना संख्या | 125 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-05-01 |
प्रकाशन तिथि | 2020-05-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://itok01.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/itok01/dockerfile-downloader |
सहायता पृष्ठ URL | https://github.com/itok01/dockerfile-downloader/issues |
समर्थित भाषाएँ | 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 } |