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によって開発されたChromeの拡張機能で、その主な機能は「Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.」です。
拡張機能のスクリーンショット
Asset Downloader拡張機能のCRXファイルをダウンロード
Asset Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |