Bookmarks to JSON
Bookmarks to JSON
What is Bookmarks to JSON?
Bookmarks to JSON is a Chrome extension developed by Blue Nest Digital Apps, and its main feature is "Bookmarks to JSON".
Extension Screenshots
Download Bookmarks to JSON Extension CRX File
Download Bookmarks to JSON extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Export your bookmarks, or a subset of your bookmarks, by choosing a parent folder. The JSON is output to the page for easy copy/pasting. Use from the 'options' menu by right clicking the extension icon. Credits: App made by Bryan Mayor Icon made by http://www.flaticon.com/authors/madebyoliver from www.flaticon.com
Extension Basic Information
Name | Bookmarks to JSON |
ID | ladccghgadelmlkjfkdjhjlinhogaibi |
Official URL | https://chromewebstore.google.com/detail/bookmarks-to-json/ladccghgadelmlkjfkdjhjlinhogaibi |
Description | Bookmarks to JSON |
File Size | 8.39 KB |
Installation Count | 502 |
Current Version | 1.1 |
Last Updated | 2016-10-08 |
Publish Date | 2016-10-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Blue Nest Digital Apps |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks to JSON", "version": "1.1", "description": "Bookmarks to JSON", "icons": { "16": "icons\/agenda16.png", "32": "icons\/agenda32.png", "64": "icons\/agenda64.png", "128": "icons\/agenda128.png" }, "background": { "scripts": [] }, "permissions": [ "bookmarks" ], "options_page": "options.html", "manifest_version": 2 } |