Releases: machinateur/tab-transfer
Bugfixes for iOS Support
Important improvements and bugfixes.
Certain functionalities were only working partially and fixed after testing.
https://github.com/machinateur/tab-transfer/releases/tag/0.5.0
Introducing iOS Support
With version 0.5.0, here comes a complete rewrite of the tab-transfer
tool. The main features:
- Copy all open tabs from Chrome on Android and iOS to your computer.
- Reopen exported tabs on your new Android or iOS phone from your computer.
- Completely cross-platform! Works on Windows, Mac and Linux computers!
- Also supports Safari!
There's also a new Windows installer that comes with all required dependencies packed in (see files below).
Sorry, Mac and Unix can still download the .phar
(see files below).
Technical stuff below...
The whole application has been restructured. Formerly knows as android-chrome-tab-transfer
, this is no longer a single script.
This has evolved into a complete CLI application, written in PHP. I glued together different stuff to make the whole process of transferring your tabs as smooth as possible.
There is no way I would be able to test with all the possible variations of Android, iOS, Chrome and Dev-Tools versions that might occur out in the wild.
So please, if you encounter an error while using the tool, you can report it to https://github.com/machinateur/tab-transfer/issues. Make sure to attach the verbose output of the tool. For this to work you will have to run the command "by hand" with the -vvv
option appended.
Any further details are available in the new README file.