Save to Bookmark OS

Save bookmarks easily to Bookmark OS

Wat is Save to Bookmark OS?

Save to Bookmark OS is een Chrome-extensie ontwikkeld door https://bookmarkos.com, en de belangrijkste functie is "Save bookmarks easily to Bookmark OS".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Save to Bookmark OS

Download Save to Bookmark OS-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

                        The Bookmark OS extension makes it easy to save bookmarks and tabs (for session and tab management) to the Bookmark OS website.

Bookmark OS is a bookmark manager and online desktop for organizing your digital life. Easily manage your bookmarks, to-dos, notes, and files, all in one elegant, customizable desktop.                    

Basisinformatie over de Extensie

Naam Save to Bookmark OS Save to Bookmark OS
ID cnmnalakipnobjijcnnnkbpeejjhhdkn
Officiële URL https://chromewebstore.google.com/detail/save-to-bookmark-os/cnmnalakipnobjijcnnnkbpeejjhhdkn
Beschrijving Save bookmarks easily to Bookmark OS
Bestandsgrootte 15.11 KB
Aantal Installaties 6,668
Huidige Versie 2.01
Laatst Bijgewerkt 2023-09-02
Publicatiedatum 2019-10-07
Beoordeling 4.25/5 Totaal 36 Beoordelingen
Ontwikkelaar https://bookmarkos.com
E-mail [email protected]
Betalingswijze in_app
Help Pagina-URL https://bookmarkos.com/help/basics
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Bookmark OS",
    "description": "Save bookmarks easily to Bookmark OS",
    "version": "2.01",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/meta_data.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}