My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
What is My Bookmarks?
My Bookmarks is a Chrome extension developed by https://www.movinnza.in, and its main feature is "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
Extension Screenshots
Download My Bookmarks Extension CRX File
Download My Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
Official URL | 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. |
File Size | 10.08 KB |
Installation Count | 44 |
Current Version | 1.1 |
Last Updated | 2020-06-02 |
Publish Date | 2020-06-02 |
Developer | https://www.movinnza.in |
Payment Type | free |
Help Page URL | https://www.movinnza.in/contact |
Supported Languages | 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'" } |