Developer pages
Quick access to Chrome developer pages in the context menu.
什么是Developer pages?
Developer pages是由pb_ee1开发的Chrome扩展程序,该扩展的主要功能是“Quick access to Chrome developer pages in the context menu.”。
扩展截图
下载Developer pages扩展crx文件
下载Developer pages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever wondered what was under the hood of your favorite browser?
With this extension, you can access the Google Chrome internal tools in the context menu. 扩展基本信息
| 名称 | |
| ID | clpnkaejolcjjjogcldmnjodkjdnhdio |
| 官方URL | https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio |
| 简介 | Quick access to Chrome developer pages in the context menu. |
| 文件大小 | 7.09 KB |
| 安装次数 | 599 |
| 当前版本 | 1.4 |
| 更新时间 | 2012-07-23 |
| 上架时间 | 2012-07-23 |
| 评分 | 4.00/5 共5次评分 |
| 开发者 | pb_ee1 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Developer pages",
"description": "Quick access to Chrome developer pages in the context menu.",
"version": "1.4",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"engine.js"
]
},
"icons": {
"128": "images\/extension\/128.png",
"16": "images\/extension\/16.png",
"48": "images\/extension\/48.png"
}
} | |