In-Site Bookmark

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

Wat is In-Site Bookmark?

In-Site Bookmark is een Chrome-extensie ontwikkeld door tkrkt, en de belangrijkste functie is "A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie In-Site Bookmark

Download In-Site Bookmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam In-Site Bookmark In-Site Bookmark
ID mpleiaoobkcpaedlgmpnlohojkbjgfbj
Officiële URL https://chromewebstore.google.com/detail/in-site-bookmark/mpleiaoobkcpaedlgmpnlohojkbjgfbj
Beschrijving A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…
Bestandsgrootte 77.71 KB
Aantal Installaties 55
Huidige Versie 1.3.0
Laatst Bijgewerkt 2023-08-30
Publicatiedatum 2019-05-23
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar tkrkt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}