My Bookmarks

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

Cos'è My Bookmarks?

My Bookmarks è un'estensione di Chrome sviluppata da https://www.movinnza.in, e la sua funzione principale è "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione My Bookmarks

Scarica i file di estensione My Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome My Bookmarks My Bookmarks
ID ccofnkilgkcpncnookbdnoileiidolka
URL Ufficiale https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka
Descrizione A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Dimensione del File 10.08 KB
Conteggio Installazioni 44
Versione Corrente 1.1
Ultimo Aggiornamento 2020-06-02
Data di Pubblicazione 2020-06-02
Sviluppatore https://www.movinnza.in
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.movinnza.in/contact
Lingue Supportate 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'"
}