My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Wat is My Bookmarks?
My Bookmarks is een Chrome-extensie ontwikkeld door https://www.movinnza.in, en de belangrijkste functie is "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
Extensie Screenshots
Download het CRX-bestand van de extensie My Bookmarks
Download My Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
Officiële URL | https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka |
Beschrijving | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
Bestandsgrootte | 10.08 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-06-02 |
Publicatiedatum | 2020-06-02 |
Ontwikkelaar | https://www.movinnza.in |
Betalingswijze | free |
Help Pagina-URL | https://www.movinnza.in/contact |
Ondersteunde Talen | 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'" } |