BookmarkManager
Convenient and beautiful new tab bookmark manager.
Qu'est-ce que BookmarkManager ?
BookmarkManager est une extension Chrome développée par Sasha Onoshko, et sa fonction principale est "Convenient and beautiful new tab bookmark manager.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BookmarkManager
Téléchargez les fichiers d'extension BookmarkManager 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
This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab. Also, you can change the background image of the new tab.
Informations de Base sur l'Extension
Nom | BookmarkManager |
ID | ldjaccfbgefedaefkliajmdiicajaofb |
URL Officiel | https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb |
Description | Convenient and beautiful new tab bookmark manager. |
Taille du Fichier | 623 KB |
Nombre d'Installations | 12 |
Version Actuelle | 0.1.03 |
Dernière Mise à Jour | 2021-02-12 |
Date de Publication | 2018-11-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sasha Onoshko |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookmarkManager", "description": "Convenient and beautiful new tab bookmark manager.", "version": "0.1.03", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png" }, "permissions": [ "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |