Bookmarks, History, Website DevTools Sidebar

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

Co to jest Bookmarks, History, Website DevTools Sidebar?

Bookmarks, History, Website DevTools Sidebar to rozszerzenie Chrome opracowane przez niu tech, a jego główną funkcją jest „Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bookmarks, History, Website DevTools Sidebar

Pobierz pliki rozszerzeń Bookmarks, History, Website DevTools Sidebar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Bookmarks, History, Website DevTools Sidebar Bookmarks, History, Website DevTools Sidebar
ID ghcobbkjdobahlopkoohegcbgmnikpaa
Oficjalny URL https://chromewebstore.google.com/detail/bookmarks-history-website/ghcobbkjdobahlopkoohegcbgmnikpaa
Opis Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.
Rozmiar pliku 173 KB
Liczba instalacji 839
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-11-23
Data Publikacji 2015-11-23
Ocena 3.58/5 Łącznie 24 Oceny
Deweloper niu tech
Typ Płatności free
Strona Rozszerzenia https://github.com/niutech/chrome-devtools-sidebar
Obsługiwane Języki 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
}