Mojave
All of your bookmarks on one page.
What is Mojave?
Mojave is a Chrome extension developed by http://mojaveapp.com, and its main feature is "All of your bookmarks on one page.".
Extension Screenshots
Download Mojave Extension CRX File
Download Mojave 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
Mojave is primarily a bookmarking tool. It helps you save, retrieve, and share bookmarks on your desktop browser. We utilize most of the real estate on your screen so you can see hundreds of links at a glance. It makes managing your bookmarks easy.
Extension Basic Information
Name | |
ID | gohmjchheglaffdghndefdmagjeijomo |
Official URL | https://chrome.google.com/webstore/detail/mojave/gohmjchheglaffdghndefdmagjeijomo |
Description | All of your bookmarks on one page. |
File Size | 15.31 KB |
Installation Count | 125 |
Current Version | 1.1 |
Last Updated | 2015-07-07 |
Publish Date | 2015-07-07 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://mojaveapp.com |
Payment Type | free |
Extension Website | https://mojaveapp.com |
Help Page URL | https://mojaveapp.com/#/about |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mojave", "description": "All of your bookmarks on one page.", "homepage_url": "https:\/\/www.mojaveapp.com", "version": "1.1", "permissions": [ "tabs", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "Icon-19.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "Icon-16.png", "19": "Icon-19.png", "32": "Icon-32.png", "36": "Icon-36.png", "48": "Icon-48.png", "64": "Icon-64.png", "96": "Icon-96.png", "128": "Icon-128.png" } } |