Skip to content

Commit

Permalink
Prepare for publishing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
up209d committed Dec 3, 2018
1 parent 22d9876 commit 6a11f66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file removed unpacked.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion unpacked/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Save All Resources",
"version": "0.1.2",
"version": "0.1.4",
"description": "UP - Save all resources files with retaining folder structure.",
"icons": {
"128": "icon.gif"
Expand Down
7 changes: 5 additions & 2 deletions unpacked/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ <h2 class="heading">Instruction</h2>
All resources will be saved in <span class="success">"Downloads / All Resources"</span> folder with specific domain name folder.
</li>
<li>
By default, extension only downloads resources which have address matched with current tab domain, tick <span class="success">"Download from all domains ..."</span> to download all resources from other domains also.
Tick <span class="success">"Download from all domains ..."</span> to download all resources from all domains.
</li>
<li>
If <span class="success">"Compress all assets ... (Recommended)"</span> is ticked, all resources will be added into one compressed file (<span class="success"><DOMAIN>.zip</span>).
If <span class="success">"Compress all assets ... (Recommended)"</span> is ticked, all resources will be added into one compressed file (<span class="success">&lt;DOMAIN&gt;.zip</span>).
</li>
<li>
If you want to manually save the file, <span class="success">enable</span> option from Chrome &gt; Settings &gt; Downloads &gt; <span class="success">Ask where to save each file before downloading</span>
</li>
</ul>
<div>
<a class="sub-title" href="https://github.com/up209d" target="_blank">
Expand Down

0 comments on commit 6a11f66

Please sign in to comment.