├── LICENSE ├── README.md ├── add-on ├── background.js ├── manifest.json ├── synctabs-1.0.1-fx.xpi └── tabs.html ├── app ├── Makefile ├── syncTabs.json └── syncTabs.m └── readme ├── icloud.png └── screenshot.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/README.md -------------------------------------------------------------------------------- /add-on/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/add-on/background.js -------------------------------------------------------------------------------- /add-on/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/add-on/manifest.json -------------------------------------------------------------------------------- /add-on/synctabs-1.0.1-fx.xpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/add-on/synctabs-1.0.1-fx.xpi -------------------------------------------------------------------------------- /add-on/tabs.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/app/Makefile -------------------------------------------------------------------------------- /app/syncTabs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/app/syncTabs.json -------------------------------------------------------------------------------- /app/syncTabs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/app/syncTabs.m -------------------------------------------------------------------------------- /readme/icloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/readme/icloud.png -------------------------------------------------------------------------------- /readme/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezi/syncTabs/HEAD/readme/screenshot.png --------------------------------------------------------------------------------