In-Site Bookmark

A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…

Apa itu In-Site Bookmark?

In-Site Bookmark adalah ekstensi Chrome yang dikembangkan oleh tkrkt, dan fitur utamanya adalah "A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi In-Site Bookmark

Unduh file ekstensi In-Site 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

                        A simple in-site bookmark manager.
Lists bookmarks for only the site you are viewing (like: chrome.google.com).

Notice: Bookmarks added with this extension are kept internally, separate from your browser's bookmarks.                    

Informasi Dasar Ekstensi

Nama In-Site Bookmark In-Site Bookmark
ID mpleiaoobkcpaedlgmpnlohojkbjgfbj
URL Resmi https://chromewebstore.google.com/detail/in-site-bookmark/mpleiaoobkcpaedlgmpnlohojkbjgfbj
Deskripsi A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…
Ukuran File 77.71 KB
Jumlah Instalasi 55
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-08-30
Tanggal Publikasi 2019-05-23
Penilaian 4.50/5 Total 2 Penilaian
Pengembang tkrkt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "In-Site Bookmark",
    "version": "1.3.0",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "bookmarks",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    }
}