Asset Downloader
Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
Asset Downloader क्या है?
Asset Downloader Cory Caywood द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Asset Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an extension for Chrome Developer Tools that will add a new tab panel called "Asset Downloader". Images, fonts, stylesheets, and scripts from the inspected page can be batch downloaded through the extension. It will also find all links to images and fonts in the page's stylesheets, whether they are actually being used on the page or not. Images and fonts can also be previewed before they are downloaded. This can be particularly useful for fonts because the extension will find and show previews for all fonts. All downloads will be saved to Chrome's default user download directory in a new folder that is unique for each inspected page.
एक्सटेंशन की मूल जानकारी
नाम | Asset Downloader |
ID | iaejdgeeecpdmnnjnncnajkbagpoiikg |
आधिकारिक URL | https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg |
विवरण | Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded. |
फ़ाइल का आकार | 83.89 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2017-03-25 |
प्रकाशन तिथि | 2017-03-25 |
रेटिंग | 3.14/5 कुल 7 रेटिंग्स |
डेवलपर | Cory Caywood |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/corycaywood/chrome-asset-downloader |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asset Downloader", "version": "0.1.1", "description": "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "permissions": [ " |