Orthodox Bookmark Manager

Manage your bookmarks with a two panned window application

Cos'è Orthodox Bookmark Manager?

Orthodox Bookmark Manager è un'estensione di Chrome sviluppata da gissehel, e la sua funzione principale è "Manage your bookmarks with a two panned window application".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Orthodox Bookmark Manager

Scarica i file di estensione Orthodox Bookmark Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Orthodox Bookmark Manager Orthodox Bookmark Manager
ID kgakeednpdpkibnfappaljjcfgcekiho
URL Ufficiale https://chromewebstore.google.com/detail/orthodox-bookmark-manager/kgakeednpdpkibnfappaljjcfgcekiho
Descrizione Manage your bookmarks with a two panned window application
Dimensione del File 132 KB
Conteggio Installazioni 34
Versione Corrente 2.0.6
Ultimo Aggiornamento 2019-06-16
Data di Pubblicazione 2019-06-16
Sviluppatore gissehel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gissehel/Bookmark-Commander
URL della Pagina di Aiuto https://github.com/gissehel/Bookmark-Commander/issues
Lingue Supportate 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"
    ]
}