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 |
| 官方網址 | 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"
}
} | |