Bookmarks

Save and organize your bookmarks.

Was ist Bookmarks?

Bookmarks ist eine Chrome-Erweiterung, die von MindSky entwickelt wurde, und ihr Hauptmerkmal ist "Save and organize your bookmarks.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarks-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

                        Provides a button to save active webpage title and URL to your account at https://mind.im/bookmarks.
Save and organize bookmarks.
Thumbnail previews
Dark and light themes
Tagging
Nested Folders
Search
Open all YouTube bookmarks in folder/tag as a playlist,
Watch bookmarked videos without leaving.
Drag and drop design                    

Grundlegende Informationen zur Erweiterung

Name Bookmarks Bookmarks
ID imppgbfkmkkehchbnkdcjfljaefgoblg
Offizielle URL https://chrome.google.com/webstore/detail/bookmarks/imppgbfkmkkehchbnkdcjfljaefgoblg
Beschreibung Save and organize your bookmarks.
Dateigröße 38.04 KB
Installationsanzahl 227
Aktuelle Version 1.2
Letztes Update 2020-03-16
Veröffentlichungsdatum 2020-03-16
Entwickler MindSky
Zahlungsart free
Erweiterungswebsite https://mind.im/bookmarks/
Hilfeseite URL http://sky.mind.im/bookmark-manager
URL der Datenschutzrichtlinien-Seite http://sky.mind.im/privacy
Unterstützte Sprachen de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Bookmarks"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/mind.im\/bookmarks\/",
    "icons": {
        "128": "bookmark-128.png",
        "16": "bookmark-16.png",
        "48": "bookmark-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "omnibox": {
        "keyword": "b"
    },
    "permissions": [
        "activeTab"
    ],
    "short_name": "Bookmarks",
    "version": "1.2"
}