CopyAllUrls

Here you can download the latest CopyAllUrls release.

CopyAllUrls is a Firefox extension that copies and pastes all urls of open tabs including history in structured and well defined form to and from the clipboard. CopyAllUrls works and has successfully been tested under Windows (XP, Vista) and Linux (Ubuntu, OpenSuse).

Comments And Bugs

If you have some comments or found any defects please comment below or send me a short message to juergen (at) plasser.net.

All useful bugs, comments and proposed features will be considered for upcoming releases.

Make a donation if you like CopyAllUrls!

Current Stable Release Version 0.8.1@2008/05/21 - Release for FX3

CopyAllUrls 0.8.1 Download (for MS Windows, Linux and Mac OS X)

History

  • Version 0.8.1 2008/05/21 (CopyAllUrls 0.8.1 Download)
    • Ready for Firefox 3, tested with the latest FX3RC1
  • Version 0.8.0 2007/12/26 (CopyAllUrls 0.8.0 Download)
    • Ready for Firefox 3, tested with the latest FX3B2
  • Version 0.7.1 2006/10/19
    • Ready for Firefox 2, tested with the latest FX2RC3 and FX1.5
    • Templating system for copied urls, predefined templates for essential markups
    • Hot-Keys for most functions (Copy, Paste, Options, Open Tabs)
    • Moved menu entry from tools to edit
    • Bug in dialog “Open Tabs” (was “Open URLs”) fixed
    • New options dialog
    • CAU is able to copy history of tabs
    • Simple copy and paste possible with STRG+ALT+C, STRG+ALT+V
    • Now you can paste (directly or by using the “Open Tabs” dialog) any text containing urls
  • Version 0.6.2 2006/03/15
    • New option for line breaks between url-entries.
  • Version 0.6.1 2006/01/27
    • Bug filed by Javier Jarava: Mozilla browser is now supported again (but it may have some strange side effects like doubled menu entries)
  • Version 0.6.0 2006/01/25
    • Myself: Version 0.6.1 is already prepared for Firefox 1.5.0.1,
    • Bugs filed by Charles Ross: You now can copy urls without titles (see options), there was bug in line breaks in windows (line breaks are now platform specific)
    • Bugs filed by Lee Dennis: Changed menu hotkey from <Alt+T+C> to <Alt+T+A>
    • Bugs filed by MikeThGr: There was a problem with tiny urls (works fine now)
    • Bugs filed by Cronyx Ravage: wrong line breaks in notepad.exe
    • Bugs filed by Imre Simon: ReST syntax now corrected
  • Version 0.5.0 2005/12/02, changes: now working with Firefox 1.5, some other minor changes
  • Version 0.4.1, Changes: HTML copy fixed, now uses <h4> tag instead of <h3> and title is linked too.
  • Version 0.4, Changes: Now works (officially) with Firefox 1.0+.

ToDo List

  • i18n
  • Code refactoring

10 Responses to “CopyAllUrls”

  1. GoosFancito said:

    Hi. i begin with programation to firefox addons, can you teaching like make to tell url of the bar directions?

    hola. comienzo a programar en addons para firefox, podrías enseñarme como hacer para tomar la direccion que se escribe en la barra de direcciones?

  2. Jürgen R. Plasser said:

    @GoosFancito: Most extensions *.xpi are simply zip compressed archives. Just open it with some zip archiver and edit included files. It’s all documented in the sources and there are some great instructional web sites on building Firefox extensions out there. Google is your friend.

  3. anonymous said:

    Hello.

    What about a build supporting latest Firefox3? I cannot install this even if having the Nightly Testing Tools.

    Regards.

  4. Jürgen R. Plasser said:

    @anonymous: I can’t support all firefox betas due lack of time, but I will try to give you an update ASAP.

  5. John Doe said:

    Jürgen,

    thanks for this great extension.

    I understand only having a certain amount of time.

    The current FF3 version is Beta 5. Please release a version of Copy All URLs that will work with Beta 5 or even RC1 as soon as you reasonably can.

    Keep up the great work!

  6. acopyallurlsuser said:

    Thanks very much for this very useful add-on. However, in my opinion, it would be better if the menu items would be consistent across all the menu pop-ups from CopyAllURLs. In the Edit>CopyAllURLs menu, the items are Copy, Paste, Open Tabs, Options, whereas the one in the toolbar menu only has copy and paste. While there are keyboard shortcuts, it would be much convenient if the toolbarbutton and the context menu pop-up would have the complete list of menu items like in the Edit>CopyAllURLs menu pop-up. Additionally, the toolbarbutton takes up too much space and it would be better if it would have the standard size of 16px by 16px. Thanks once again.

  7. CopyAllURLs Maintenance Release 0.8.1 | Don’t panic! said:

    [...] CopyAllUrls [...]

  8. Jake Kasprzak Online › Copying Data About Browser Tab Content, One Tab at a Time said:

    [...] He recently mentioned here that a new version of it will be available soon. And according to this page about the extension, he is open to feedback on features that can be added to it. However, adding this feature would [...]

  9. Ian said:

    CopyAllUrls should allow to set a delay to open pages. Certain sites/domains do not enjoy aggressive loading.

  10. Ian said:

    Delay to open tabs would really be a kicking feature. However, in the meantime, if any of you need to do so on Windows, here is a little batch file. Save it as opentabs.bat and, drag and drop any text files with a list of valid URLs. Enjoy.

    @ECHO OFF
    SET BROWSER=firefox.exe
    SET WAIT_TIME=2

    IF [%1] == [] GOTO DONE
    FOR /f “tokens=1,2″ %%U IN (’TYPE %1′) DO CALL :READFILE %%U
    GOTO DONE

    :READFILE
    START %BROWSER% -new-tab “%*”
    SLEEP %WAIT_TIME%

    :DONE

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>