My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Was ist My Bookmarks?
My Bookmarks ist eine Chrome-Erweiterung, die von https://www.movinnza.in entwickelt wurde, und ihr Hauptmerkmal ist "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
Erweiterungsscreenshots
My Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie My Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
Offizielle URL | https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka |
Beschreibung | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
Dateigröße | 10.08 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-06-02 |
Veröffentlichungsdatum | 2020-06-02 |
Entwickler | https://www.movinnza.in |
Zahlungsart | free |
Hilfeseite URL | https://www.movinnza.in/contact |
Unterstützte Sprachen | 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'" } |