Developer pages

Quick access to Chrome developer pages in the context menu.

Developer pages क्या है?

Developer pages pb_ee1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to Chrome developer pages in the context menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Developer pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Developer pages Developer pages
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"
    }
}