Simple bookmark

Save your favorite websites or save opened tabs, if you may need them in future, with a single click.

Apa itu Simple bookmark?

Simple bookmark adalah ekstensi Chrome yang dikembangkan oleh levishuberherbrand, dan fitur utamanya adalah "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple bookmark

Unduh file ekstensi Simple bookmark 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

                        Save all your currents tabs with one click!

Open all webs of a folder also with one click.

Easiest way to search and organize your bookmarks.                    

Informasi Dasar Ekstensi

Nama Simple bookmark Simple bookmark
ID aecodjadibpbgapelmdheknchoeplfgi
URL Resmi https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi
Deskripsi Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
Ukuran File 77.19 KB
Jumlah Instalasi 30
Versi Saat Ini 6.9
Terakhir Diperbarui 2022-01-20
Tanggal Publikasi 2019-02-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang levishuberherbrand
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://blintic.com/policy.html
Bahasa yang Didukung en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple bookmark",
    "description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.",
    "version": "6.9",
    "default_locale": "en",
    "icons": {
        "24": "star.png",
        "128": "star.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "jquery-1.js"
    },
    "action": {
        "default_icon": "star.png",
        "default_popup": "popup.html"
    }
}