My Bookmarks

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

Apa itu My Bookmarks?

My Bookmarks adalah ekstensi Chrome yang dikembangkan oleh https://www.movinnza.in, dan fitur utamanya adalah "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi My Bookmarks

Unduh file ekstensi My Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama My Bookmarks My Bookmarks
ID ccofnkilgkcpncnookbdnoileiidolka
URL Resmi https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka
Deskripsi A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Ukuran File 10.08 KB
Jumlah Instalasi 44
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-06-02
Tanggal Publikasi 2020-06-02
Pengembang https://www.movinnza.in
Tipe Pembayaran free
URL Halaman Bantuan https://www.movinnza.in/contact
Bahasa yang Didukung 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'"
}