Save to Bookmark OS

Save bookmarks easily to Bookmark OS

Was ist Save to Bookmark OS?

Save to Bookmark OS ist eine Chrome-Erweiterung, die von https://bookmarkos.com entwickelt wurde, und ihr Hauptmerkmal ist "Save bookmarks easily to Bookmark OS".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Save to Bookmark OS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save to Bookmark OS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Save to Bookmark OS Save to Bookmark OS
ID cnmnalakipnobjijcnnnkbpeejjhhdkn
Offizielle URL https://chromewebstore.google.com/detail/save-to-bookmark-os/cnmnalakipnobjijcnnnkbpeejjhhdkn
Beschreibung Save bookmarks easily to Bookmark OS
Dateigröße 15.11 KB
Installationsanzahl 6,668
Aktuelle Version 2.01
Letztes Update 2023-09-02
Veröffentlichungsdatum 2019-10-07
Bewertung 4.25/5 Insgesamt 36 Bewertungen
Entwickler https://bookmarkos.com
E-Mail [email protected]
Zahlungsart in_app
Hilfeseite URL https://bookmarkos.com/help/basics
Unterstützte Sprachen 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"
    }
}