Bookmark Navigator

Fast and simple bookmark navigation

What is Bookmark Navigator?

Bookmark Navigator is a Chrome extension developed by DcFanoiD, and its main feature is "Fast and simple bookmark navigation".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bookmark Navigator Extension CRX File

Download Bookmark Navigator 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

                        Fast and simple plugin that helps with manage and explore your bookmarks                    

Extension Basic Information

Name Bookmark Navigator Bookmark Navigator
ID jnldllmpcebljljmihdlcoabgfcpbenp
Official URL https://chromewebstore.google.com/detail/bookmark-navigator/jnldllmpcebljljmihdlcoabgfcpbenp
Description Fast and simple bookmark navigation
File Size 44.63 KB
Installation Count 54
Current Version 1.3.1
Last Updated 2019-09-07
Publish Date 2019-09-06
Rating 5.00/5 Total 3 Ratings
Developer DcFanoiD
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.3.1",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "64": "assets\/images\/icon64.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png",
            "64": "assets\/images\/icon64.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_title": "__MSG_chrome_extension_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    }
}