Orthodox Bookmark Manager

Manage your bookmarks with a two panned window application

Qu'est-ce que Orthodox Bookmark Manager ?

Orthodox Bookmark Manager est une extension Chrome développée par gissehel, et sa fonction principale est "Manage your bookmarks with a two panned window application".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Orthodox Bookmark Manager

Téléchargez les fichiers d'extension Orthodox Bookmark Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Orthodox Bookmark Manager Orthodox Bookmark Manager
ID kgakeednpdpkibnfappaljjcfgcekiho
URL Officiel https://chromewebstore.google.com/detail/orthodox-bookmark-manager/kgakeednpdpkibnfappaljjcfgcekiho
Description Manage your bookmarks with a two panned window application
Taille du Fichier 132 KB
Nombre d'Installations 34
Version Actuelle 2.0.6
Dernière Mise à Jour 2019-06-16
Date de Publication 2019-06-16
Développeur gissehel
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gissehel/Bookmark-Commander
URL de la Page d'Aide https://github.com/gissehel/Bookmark-Commander/issues
Langues Prises en Charge 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"
    ]
}