The Wayback Machine - https://web.archive.org/web/20201031080244/https://github.com/hezi/syncTabs
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 

README.md

syncTabs

Sync your firefox tabs with MobileSafari on iOS.

Found this usful?

Follow me on twitter @jorgewritescode

Installation

  1. Make sure you have an iCloud account with safari syncing turned on: icloud

  2. Build and install the native helper app:

cd app
make build
make install

This will build the helper app and push a "native messaging" manifest to firefox so it knows how to run our helper.

  1. Install the Firefox add-on, located in ./add-on/synctabs-1.0.1-fx.xpi (this is a pre-signed copy of the add-on)

Or you can package the add-on yourself, using

cd add-on
zip -r -FS ./syncTabs.xpi * --exclude '*.git*' '*.xpi'

That will create an unsigned add-on. Firefox will refuse to install it until you sign it. It's a very annoying (but short) process you can read about here

  1. Use firefox normally. Tabs will start to appear on your MobileSafari tabs overview screen! screenshot

About

Sync your firefox tabs with Safari on iOS

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.