All Projects → ramkumar-kr → containers-sync

ramkumar-kr / containers-sync

Licence: MIT license
A webextension which would sync firefox containers across multiple devices.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to containers-sync

fb-post-screenshot
Firefox Web Extension to save Facebook posts as images
Stars: ✭ 18 (-47.06%)
Mutual labels:  webextensions, firefox-extension
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+1035.29%)
Mutual labels:  webextensions, firefox-extension
pontoon-addon
Tools for Pontoon and its integration into the browser.
Stars: ✭ 13 (-61.76%)
Mutual labels:  webextensions, firefox-extension
containerise-lists
Containerise compatible domain lists
Stars: ✭ 28 (-17.65%)
Mutual labels:  firefox-extension, firefox-containers
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+64.71%)
Mutual labels:  webextensions, firefox-extension
grammarly-markdown-extension
🖋 Convert Grammarly to Markdown (browser extension)
Stars: ✭ 23 (-32.35%)
Mutual labels:  webextensions, firefox-extension
impulse-blocker
Block distracting websites when you are browsing the web. Use for procrastination.
Stars: ✭ 134 (+294.12%)
Mutual labels:  webextensions, firefox-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+1205.88%)
Mutual labels:  webextensions, firefox-extension
Jsdemos
Home page for all listed extensions, if you have any suggestions/bugs, please file an issue in this repo
Stars: ✭ 14 (-58.82%)
Mutual labels:  webextensions, firefox-extension
Scrollupfolder
A firefox addon wich goes up a folder of a website.
Stars: ✭ 18 (-47.06%)
Mutual labels:  webextensions, firefox-extension
Smartproxy
Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.
Stars: ✭ 199 (+485.29%)
Mutual labels:  webextensions, firefox-extension
Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (+105.88%)
Mutual labels:  webextensions, firefox-extension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+91.18%)
Mutual labels:  webextensions, firefox-extension
myNewTabMod
修改myNewTab这个扩展,使其在火狐41上实现新标签页和扩展签名
Stars: ✭ 14 (-58.82%)
Mutual labels:  firefox-extension
2fa-notifier
2FA Notifier is a web extension that notifies users whether or not the sites they visit support two factor authentication (2FA).
Stars: ✭ 39 (+14.71%)
Mutual labels:  firefox-extension
myNewTabWE
myNewTabMod这个扩展的WebExtension版本,由于API限制部分功能无法实现
Stars: ✭ 14 (-58.82%)
Mutual labels:  firefox-extension
inject-jyutping
A browser extension that adds Cantonese pronunciation (Jyutping) on Chinese characters
Stars: ✭ 33 (-2.94%)
Mutual labels:  firefox-extension
jfreesteel
A native Java library, a Swing GUI application and an applet to read the Serbian eID card, built on javax.smartcardio
Stars: ✭ 48 (+41.18%)
Mutual labels:  webextensions
firefox-extensions
Awesome Firefox Extensions
Stars: ✭ 40 (+17.65%)
Mutual labels:  firefox-extension
quickdial-webext
QuickDial : WebExt Dial page for Firefox
Stars: ✭ 48 (+41.18%)
Mutual labels:  firefox-extension

Containers Sync

This is a webextension which would sync firefox containers across multiple devices.

Get-the-addon-button


Steps to build

  • Use node 10.16.1 and npm 6.11.3 only
  • Clone the repository (git clone [email protected]:ramkumar-kr/containers-sync.git)
  • Run npm install in the containers-sync directory to install all dependencies (npm install)
  • Run webpack to generate the dist directory
  • You can use github actions file as a reference for an automated script

Testing the extension

  • Run npm run watch to start webpack to generate the dist directory
  • Run npm run firefox to load the extension to firefox with a temporary profile

Building for production

  • Use ubuntu 18.04 LTS only
  • Run npm run production
  • Upload the zip file in the web-ext-artiacts directory to the addon store

FAQ

  • What does this extension do?

    It will synchronize the name, icon and colour of containers across devices

  • How frequently do you backup?

    • As soon as you create/update/remove a container or multiple containers
    • Whenever the backup button is clicked in the popup
  • Is it possible to view the list of synced containers?

    Yes. You can view the list of synced containers by clicking on the "View synced containers" button or from the sidebar.

  • Can I backup/restore them manually?

    Yes. You can use the popup to backup or restore manually

  • I have set a preference to open a website in a particular container. Will that also be synced?

    No. This data is not available to any extensions by the API.

  • Will this extension work with firefox for android?

    No

  • Will this extension work in chrome/opera/edge etc.,?

    No

  • I have some feedback...

    You can create an issue in Github and we can discuss about it

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].