My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Qu'est-ce que My Bookmarks ?
My Bookmarks est une extension Chrome développée par https://www.movinnza.in, et sa fonction principale est "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Bookmarks
Téléchargez les fichiers d'extension My Bookmarks 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 extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below. If you found a bug, have an ideas for features or improvements, please let me know.
Informations de Base sur l'Extension
Nom | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
URL Officiel | https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka |
Description | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
Taille du Fichier | 10.08 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-06-02 |
Date de Publication | 2020-06-02 |
Développeur | https://www.movinnza.in |
Type de Paiement | free |
URL de la Page d'Aide | https://www.movinnza.in/contact |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks", "version": "1.1", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |