Mojave
All of your bookmarks on one page.
Wat is Mojave?
Mojave is een Chrome-extensie ontwikkeld door http://mojaveapp.com, en de belangrijkste functie is "All of your bookmarks on one page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mojave
Download Mojave-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gohmjchheglaffdghndefdmagjeijomo |
Officiële URL | https://chrome.google.com/webstore/detail/mojave/gohmjchheglaffdghndefdmagjeijomo |
Beschrijving | All of your bookmarks on one page. |
Bestandsgrootte | 15.31 KB |
Aantal Installaties | 125 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-07-07 |
Publicatiedatum | 2015-07-07 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://mojaveapp.com |
Betalingswijze | free |
Extensiewebsite | https://mojaveapp.com |
Help Pagina-URL | https://mojaveapp.com/#/about |
Ondersteunde Talen | 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" } } |