Bookmarks, History, Website DevTools Sidebar

Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.

What is Bookmarks, History, Website DevTools Sidebar?

Bookmarks, History, Website DevTools Sidebar is a Chrome extension developed by niu tech, and its main feature is "Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.".

Extension Screenshots

screenshot

Download Bookmarks, History, Website DevTools Sidebar Extension CRX File

Download Bookmarks, History, Website DevTools Sidebar 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

                        This extension shows Bookmarks, History, any Website or Google Search Result as Chrome Developer Tools Panels. It can be docked to the right, making a real sidebar.

To open it, right click anywhere on a web page and choose Inspect Element or click Ctrl-Shift-I to open Chrome DevTools, then click the ⋮ button to show the popup and choose the right Dock side button. Finally go to one of the panels on top: Bookmarks, History or Website.

Demo: http://i.imgur.com/jehSlib.gif

Source code: https://github.com/niutech/chrome-devtools-sidebar                    

Extension Basic Information

Name Bookmarks, History, Website DevTools Sidebar Bookmarks, History, Website DevTools Sidebar
ID ghcobbkjdobahlopkoohegcbgmnikpaa
Official URL https://chromewebstore.google.com/detail/bookmarks-history-website/ghcobbkjdobahlopkoohegcbgmnikpaa
Description Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.
File Size 173 KB
Installation Count 839
Current Version 0.1
Last Updated 2015-11-23
Publish Date 2015-11-23
Rating 3.58/5 Total 24 Ratings
Developer niu tech
Payment Type free
Extension Website https://github.com/niutech/chrome-devtools-sidebar
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks, History, Website DevTools Sidebar",
    "version": "0.1",
    "description": "Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "bookmarks",
        "history"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}