Bookmarks, History, Website DevTools Sidebar

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

Bookmarks, History, Website DevTools Sidebar란 무엇입니까?

Bookmarks, History, Website DevTools Sidebar은(는) niu tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels."입니다.

확장 프로그램 스크린샷

screenshot

Bookmarks, History, Website DevTools Sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Bookmarks, History, Website DevTools Sidebar Bookmarks, History, Website DevTools Sidebar
ID ghcobbkjdobahlopkoohegcbgmnikpaa
공식 URL https://chromewebstore.google.com/detail/bookmarks-history-website/ghcobbkjdobahlopkoohegcbgmnikpaa
설명 Shows Bookmarks, History, any Website or Google Search in Chrome Developer Tools Sidebar Panels.
파일 크기 173 KB
설치 횟수 839
현재 버전 0.1
최근 업데이트 2015-11-23
출시 날짜 2015-11-23
평점 3.58/5 총 24 개의 평점
개발자 niu tech
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/niutech/chrome-devtools-sidebar
지원되는 언어 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
}