My Bookmarks

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

Vad är My Bookmarks?

My Bookmarks är en Chrome-tillägg utvecklad av https://www.movinnza.in, och dess huvudfunktion är "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".

Tilläggsskärmbilder

screenshot

Ladda ner My Bookmarks-förlängningens CRX-fil

Ladda ner My Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn My Bookmarks My Bookmarks
ID ccofnkilgkcpncnookbdnoileiidolka
Officiell webbadress https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka
Beskrivning A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Filstorlek 10.08 KB
Antal Installationer 44
Aktuell Version 1.1
Senast Uppdaterad 2020-06-02
Publiceringsdatum 2020-06-02
Utvecklare https://www.movinnza.in
Betalningssätt free
Hjälpsida URL https://www.movinnza.in/contact
Stödda Språk 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'"
}