Mojave
All of your bookmarks on one page.
Qu'est-ce que Mojave ?
Mojave est une extension Chrome développée par http://mojaveapp.com, et sa fonction principale est "All of your bookmarks on one page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mojave
Téléchargez les fichiers d'extension Mojave au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gohmjchheglaffdghndefdmagjeijomo |
URL Officiel | https://chrome.google.com/webstore/detail/mojave/gohmjchheglaffdghndefdmagjeijomo |
Description | All of your bookmarks on one page. |
Taille du Fichier | 15.31 KB |
Nombre d'Installations | 125 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-07-07 |
Date de Publication | 2015-07-07 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://mojaveapp.com |
Type de Paiement | free |
Site Web de l'Extension | https://mojaveapp.com |
URL de la Page d'Aide | https://mojaveapp.com/#/about |
Langues Prises en Charge | 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" } } |