Developer pages

Quick access to Chrome developer pages in the context menu.

What is Developer pages?

Developer pages is a Chrome extension developed by pb_ee1, and its main feature is "Quick access to Chrome developer pages in the context menu.".

Extension Screenshots

screenshot
screenshot

Download Developer pages Extension CRX File

Download Developer pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Developer pages Developer pages
ID clpnkaejolcjjjogcldmnjodkjdnhdio
Official URL https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio
Description Quick access to Chrome developer pages in the context menu.
File Size 7.09 KB
Installation Count 599
Current Version 1.4
Last Updated 2012-07-23
Publish Date 2012-07-23
Rating 4.00/5 Total 5 Ratings
Developer pb_ee1
Payment Type free
Supported Languages 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"
    }
}