<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrome-copy-urls-from-all-tabs, branch master</title>
<subtitle>Chrome extension that gives you a file backup of all open tabs in all windows</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/'/>
<entry>
<title>Increase version v0.3.0 -&gt; v0.3.1</title>
<updated>2017-12-19T23:39:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-12-19T23:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=3517fe83596a919188330b7e13cf01e265b5250b'/>
<id>3517fe83596a919188330b7e13cf01e265b5250b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-windows-MacCtrl-shortcut-bug-v2'</title>
<updated>2017-12-19T23:31:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-12-19T23:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=2487f7dfefe0f8b89eb910c18161cd01288fd28c'/>
<id>2487f7dfefe0f8b89eb910c18161cd01288fd28c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manifest.json: Don't make suggested keyboard shortcut Mac-specific</title>
<updated>2017-12-19T02:57:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-28T23:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=ba322b7a93e94cf83ca5a8b67419fe2d8c23b1de'/>
<id>ba322b7a93e94cf83ca5a8b67419fe2d8c23b1de</id>
<content type='text'>
Use a non-Mac shortcut by default and designate the previously-used
shortcut as the default on Mac.

This change attempts to fix an error when installing the extension on
Windows:

    Package is invalid. Details: 'Invalid value for 'commands[1].default': MacCtrl+L.'.

Thanks to 'ncaunt' on GitHub for finding this issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a non-Mac shortcut by default and designate the previously-used
shortcut as the default on Mac.

This change attempts to fix an error when installing the extension on
Windows:

    Package is invalid. Details: 'Invalid value for 'commands[1].default': MacCtrl+L.'.

Thanks to 'ncaunt' on GitHub for finding this issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-keyboard-shortcut'</title>
<updated>2017-03-06T02:30:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-06T02:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=91c43a2256d4622413fcf653c449dd4968e2818f'/>
<id>91c43a2256d4622413fcf653c449dd4968e2818f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version 0.2.0 -&gt; 0.3.0</title>
<updated>2017-03-06T02:29:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-06T02:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=09b38f5c90fb3fd2c5556cb28c1b63ef058f650d'/>
<id>09b38f5c90fb3fd2c5556cb28c1b63ef058f650d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add keyboard shortcut</title>
<updated>2017-03-06T02:21:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-06T02:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=8065c547042d0ecf1d3da5339ed1f34237693a77'/>
<id>8065c547042d0ecf1d3da5339ed1f34237693a77</id>
<content type='text'>
URL files can now be downloaded using a keyboard shortcut so you don't
have to move the mouse and click the button to do it.

Only tested this on Mac. Decided on Ctrl-l as the default, which can be
customised at `chrome://extensions/configureCommands`. Wanted something
with only a single modifier key that wasn't going to clash with another
command. The "Ctrl" string on Mac automatically gets converted to
"Apple", so using "MacCtrl" to get the real "Ctrl" key.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
URL files can now be downloaded using a keyboard shortcut so you don't
have to move the mouse and click the button to do it.

Only tested this on Mac. Decided on Ctrl-l as the default, which can be
customised at `chrome://extensions/configureCommands`. Wanted something
with only a single modifier key that wasn't going to clash with another
command. The "Ctrl" string on Mac automatically gets converted to
"Apple", so using "MacCtrl" to get the real "Ctrl" key.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Update installation instructions</title>
<updated>2015-02-15T17:59:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-02-15T17:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=11bd4c0ddc4047e78ef3bb850f728aa4917110c4'/>
<id>11bd4c0ddc4047e78ef3bb850f728aa4917110c4</id>
<content type='text'>
Turns out you can't just double-click the .crx file or drag it onto
Chrome's dock icon anymore. You have to specifically drag the file onto
Chrome's Extensions page.

Update the README to reflect this new process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out you can't just double-click the .crx file or drag it onto
Chrome's dock icon anymore. You have to specifically drag the file onto
Chrome's Extensions page.

Update the README to reflect this new process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version 0.1.3 -&gt; 0.2.0</title>
<updated>2015-02-15T17:50:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-02-15T17:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=b3326588fc730f4fe0e5f57f2efb729a879fa3cf'/>
<id>b3326588fc730f4fe0e5f57f2efb729a879fa3cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Update with new simpler installation instructions</title>
<updated>2015-02-15T17:46:13+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-02-15T17:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=f7e3afa86480274028315c23798b894ea083c06b'/>
<id>f7e3afa86480274028315c23798b894ea083c06b</id>
<content type='text'>
Use the .crx files provided on the Releases page instead of having to
load the unpacked extension.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the .crx files provided on the Releases page instead of having to
load the unpacked extension.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Update to reflect new filename edit option</title>
<updated>2015-02-15T17:45:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-02-15T17:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-copy-urls-from-all-tabs/commit/?id=bdef609806a7c485c09f9aad1f7ce34374331fcf'/>
<id>bdef609806a7c485c09f9aad1f7ce34374331fcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
