BookmarkManager

Convenient and beautiful new tab bookmark manager.

Apa itu BookmarkManager?

BookmarkManager adalah ekstensi Chrome yang dikembangkan oleh Sasha Onoshko, dan fitur utamanya adalah "Convenient and beautiful new tab bookmark manager.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi BookmarkManager

Unduh file ekstensi BookmarkManager 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 extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab.
Also, you can change the background image of the new tab.                    

Informasi Dasar Ekstensi

Nama BookmarkManager BookmarkManager
ID ldjaccfbgefedaefkliajmdiicajaofb
URL Resmi https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb
Deskripsi Convenient and beautiful new tab bookmark manager.
Ukuran File 623 KB
Jumlah Instalasi 12
Versi Saat Ini 0.1.03
Terakhir Diperbarui 2021-02-12
Tanggal Publikasi 2018-11-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sasha Onoshko
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkManager",
    "description": "Convenient and beautiful new tab bookmark manager.",
    "version": "0.1.03",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}