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 } |