Orthodox Bookmark Manager

Manage your bookmarks with a two panned window application

Wat is Orthodox Bookmark Manager?

Orthodox Bookmark Manager is een Chrome-extensie ontwikkeld door gissehel, en de belangrijkste functie is "Manage your bookmarks with a two panned window application".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Orthodox Bookmark Manager

Download Orthodox Bookmark Manager-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

                        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.                    

Basisinformatie over de Extensie

Naam Orthodox Bookmark Manager Orthodox Bookmark Manager
ID kgakeednpdpkibnfappaljjcfgcekiho
Officiële URL https://chromewebstore.google.com/detail/orthodox-bookmark-manager/kgakeednpdpkibnfappaljjcfgcekiho
Beschrijving Manage your bookmarks with a two panned window application
Bestandsgrootte 132 KB
Aantal Installaties 34
Huidige Versie 2.0.6
Laatst Bijgewerkt 2019-06-16
Publicatiedatum 2019-06-16
Ontwikkelaar gissehel
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gissehel/Bookmark-Commander
Help Pagina-URL https://github.com/gissehel/Bookmark-Commander/issues
Ondersteunde Talen 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"
    ]
}