Orthodox Bookmark Manager

Manage your bookmarks with a two panned window application

What is Orthodox Bookmark Manager?

Orthodox Bookmark Manager is a Chrome extension developed by gissehel, and its main feature is "Manage your bookmarks with a two panned window application".

Extension Screenshots

screenshot

Download Orthodox Bookmark Manager Extension CRX File

Download Orthodox Bookmark Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Orthodox Bookmark Manager Orthodox Bookmark Manager
ID kgakeednpdpkibnfappaljjcfgcekiho
Official URL https://chromewebstore.google.com/detail/orthodox-bookmark-manager/kgakeednpdpkibnfappaljjcfgcekiho
Description Manage your bookmarks with a two panned window application
File Size 132 KB
Installation Count 34
Current Version 2.0.6
Last Updated 2019-06-16
Publish Date 2019-06-16
Developer gissehel
Email [email protected]
Payment Type free
Extension Website https://github.com/gissehel/Bookmark-Commander
Help Page URL https://github.com/gissehel/Bookmark-Commander/issues
Supported Languages 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"
    ]
}