Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Is There a Terminal Switch to Export/Import JSON FILE?

  • 2 odpovede
  • 3 majú tento problém
  • 41 zobrazení
  • Posledná odpoveď od AnonymousUser

more options

I need to get and put files from Firefox in an external program, so I need to be able to export/import JSON files programmatically (probably the command line). Is there a switch I can use, or some other way to do this?

I need to get and put files from Firefox in an external program, so I need to be able to export/import JSON files programmatically (probably the command line). Is there a switch I can use, or some other way to do this?

Vybrané riešenie

You can't do that via the command line.

There is a daily JSON backup in the bookmarkbackups folder in the Firefox Profile Folder

Maybe you can create a XPCOM component to do what you want. http://developer.mozilla.org/en/XPCOM http://kb.mozillazine.org/Category:XPCOM_example_code

http://forums.mozillazine.org/viewforum.php?f=27 - MozillaZine Mozilla Development forum http://forums.mozillazine.org/viewforum.php?f=19 - MozillaZine Extension Development forum

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (2)

more options

I'm ashamed to, but...

bump

more options

Vybrané riešenie

You can't do that via the command line.

There is a daily JSON backup in the bookmarkbackups folder in the Firefox Profile Folder

Maybe you can create a XPCOM component to do what you want. http://developer.mozilla.org/en/XPCOM http://kb.mozillazine.org/Category:XPCOM_example_code

http://forums.mozillazine.org/viewforum.php?f=27 - MozillaZine Mozilla Development forum http://forums.mozillazine.org/viewforum.php?f=19 - MozillaZine Extension Development forum