nalfimhmhafapgfcmajjjgeohmcnlfeh
Import and export bookmarks between browsers with a json file This add-on exports and imports bookmarks using a json formatted file for:
JSON Viewer
Validates and makes JSON documents easy to read. Open source. JSONViewer port for Chrome is an updated version of Gildas' JSOnView extension. Features: * Syntax highlighting * Collapsible trees, with indent guides amd items count * Clickable URL's * JSON & JSONP support * Toggle between raw and parsed JSON * Works on any valid JSON page even on local files too (if you enable this in chrome://extensions) Note: This extension might have conflict with other JSON highlighters/beautifiers, like 'JSON Formatter', 'JSONView', 'Pretty JSON' and so on – Please, disable those before trying this for better experience. Try it out on these URLs: https://jsonplaceholder.typicode.com/todos/1 1 todo https://jsonplaceholder.typicode.com/posts 100 posts https://jsonplaceholder.typicode.com/comments 500 comments https://jsonplaceholder.typicode.com/albums 100 albums https://jsonplaceholder.typicode.com/photos 5000 photos https://jsonplaceholder.typicode.com/todos 200 todos https://jsonplaceholder.typicode.com/users 10 users Original firefox extension is here: http://benhollis.net/software/jsonview/ v.0.8.17 - Removed Traffzilla for interfering with other websites v.0.8.13 - Removed Traffzilla for interfering with other websites v.0.8.11 - Added Traffzilla and disclaimer v.0.8.0 - Minor fix, update icons, clean code, add child counters to the toggle elements
Cookies Transfer
Import and export cookies for a website as a JSON file Transfer your saved cookies across devices/accounts for any website you choose. You can copy your logged-in sessions to another device/account without logging in.
Bookmarks Exporter
Browser can export bookmarks as HTML file and there are extensions that can export bookmarks as JSON file, but their export files keep folder structure/hierarchy. Sometimes, the flat file structure (without folder hierarchy) is easier to read and import into other program. For instance, flat JSON and CSV files can be easily imported into database or tools like Notion, Excel. To keep folder structure info, this extension exports folder(s) as tags, it's easy to tell what folder(s) a particular bookmark item was in by looking at tags.
Pretty Js
Pretty print your Javascript and JSON. Format your code for easier reading. Convert between XML and JSON. A simple tool to quickly and easily format your JavaScript and JSON. See your code formatted as you type! Or have your code instantly converted when you paste into the text area. Also lets you convert between JSON and XML. This tool is useful if you : - want a quick way to format JSON that is, for example, returned as a single line by a Web service call. - have a JSON structure that's just badly formatted, - just want to prototype a JSON structure and have it formatted as you type rather than worry about formatting it yourself. - want to see the formatted JSON while debugging a web service call - need your JSON as XML or want to convert some XML to JSON Features: - available as an icon on your Chrome toolbar - remembers the current state so when you reopen the tool you can carry on where you left off- you won't lose any of your work when you close the tool - convenient buttons for copy and pasting to and from the clipboard - provides a useful button for replacing the JSON in your work area with the formatted version - useful when prototyping a JSON structure - formats Javascript - basic json validation errors are shown - provides links to other tools from LinangData from the More tools menu - It's free!