Orthodox Bookmark Manager

Manage your bookmarks with a two panned window application

Was ist Orthodox Bookmark Manager?

Orthodox Bookmark Manager ist eine Chrome-Erweiterung, die von gissehel entwickelt wurde, und ihr Hauptmerkmal ist "Manage your bookmarks with a two panned window application".

Erweiterungsscreenshots

screenshot

Orthodox Bookmark Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Orthodox Bookmark Manager-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

                        Orthodox Bookmark Manager allow you to manage your Chrome bookmarks with a two panned window application.

The two panned model allow you to be in two bookmark folders at the same time, and quickly move or copy from one place to another.

This extension is specially designed to work efficiently with keyboards.                    

Grundlegende Informationen zur Erweiterung

Name Orthodox Bookmark Manager Orthodox Bookmark Manager
ID kgakeednpdpkibnfappaljjcfgcekiho
Offizielle URL https://chromewebstore.google.com/detail/orthodox-bookmark-manager/kgakeednpdpkibnfappaljjcfgcekiho
Beschreibung Manage your bookmarks with a two panned window application
Dateigröße 132 KB
Installationsanzahl 34
Aktuelle Version 2.0.6
Letztes Update 2019-06-16
Veröffentlichungsdatum 2019-06-16
Entwickler gissehel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/gissehel/Bookmark-Commander
Hilfeseite URL https://github.com/gissehel/Bookmark-Commander/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Orthodox Bookmark Manager",
    "short_name": "orthodox-bookmark-manager",
    "version": "2.0.6",
    "manifest_version": 2,
    "description": "Manage your bookmarks with a two panned window application",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "bc-16x16-l.png",
        "32": "bc-32x32-l.png",
        "48": "bc-48x48-l.png",
        "128": "bc-128x128-l.png"
    },
    "browser_action": {
        "default_title": "Orthodox Bookmark Manager",
        "default_icon": "bc-16x16-l.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}