My Bookmarks

A browser action with a popup dump of all bookmarks, including search, add, edit and delete.

Hvad er My Bookmarks?

My Bookmarks er en Chrome-udvidelse udviklet af https://www.movinnza.in, og dens hovedfunktion er "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".

Udvidelsesskærmbilleder

screenshot

Download My Bookmarks-udvidelses-CRX-fil

Download My Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn My Bookmarks My Bookmarks
ID ccofnkilgkcpncnookbdnoileiidolka
Officiel URL https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka
Beskrivelse A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Filstørrelse 10.08 KB
Antal Installationer 44
Nuværende Version 1.1
Senest Opdateret 2020-06-02
Udgivelsesdato 2020-06-02
Udvikler https://www.movinnza.in
Betalingsmetode free
Hjælpeside-URL https://www.movinnza.in/contact
Understøttede Sprog 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'"
}