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.」です。
拡張機能のスクリーンショット
Bookmarks, History, Website DevTools Sidebar拡張機能のCRXファイルをダウンロード
Bookmarks, History, Website DevTools Sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 } |