Bookmark Manager
Simple and Easy to Use
Qu'est-ce que Bookmark Manager ?
Bookmark Manager est une extension Chrome développée par Abbas Gussenov, et sa fonction principale est "Simple and Easy to Use".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Manager
Téléchargez les fichiers d'extension Bookmark Manager 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
Additional manually-managed browser history. Bookmark Manager is a Chrome extension that works only under the management of the user.
Informations de Base sur l'Extension
Nom | Bookmark Manager |
ID | aceciacheicfbbickdmhomlbidfcgcid |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid |
Description | Simple and Easy to Use |
Taille du Fichier | 26.64 KB |
Nombre d'Installations | 88 |
Version Actuelle | 0.0.0.10 beta |
Dernière Mise à Jour | 2018-07-06 |
Date de Publication | 2018-07-05 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Abbas Gussenov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gusenov/managed-browser-history |
URL de la Page d'Aide | https://github.com/gusenov/managed-browser-history/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.0.10", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "page_action": { "default_icon": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "default_title": "__MSG_extPageActionDefaultTitle__", "default_popup": "html\/popup.html" }, "author": "__MSG_extAuthor__", "background": { "scripts": [ "node_modules\/web-store\/web-store.js", "js\/shared.js", "js\/background.js" ], "persistent": false }, "externally_connectable": { "ids": [ "oilbhdaboflggkedbegfpjmnikpiccmo", "pkpobljamjgbapmbakcnhggopcmjhiio" ] }, "permissions": [ "contextMenus", "tabs", "storage" ], "short_name": "__MSG_extShortName__", "version_name": "0.0.0.10 beta" } |