Mojave
All of your bookmarks on one page.
Cos'è Mojave?
Mojave è un'estensione di Chrome sviluppata da http://mojaveapp.com, e la sua funzione principale è "All of your bookmarks on one page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mojave
Scarica i file di estensione Mojave in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gohmjchheglaffdghndefdmagjeijomo |
URL Ufficiale | https://chrome.google.com/webstore/detail/mojave/gohmjchheglaffdghndefdmagjeijomo |
Descrizione | All of your bookmarks on one page. |
Dimensione del File | 15.31 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-07-07 |
Data di Pubblicazione | 2015-07-07 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | http://mojaveapp.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mojaveapp.com |
URL della Pagina di Aiuto | https://mojaveapp.com/#/about |
Lingue Supportate | 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" } } |