Developer pages

Quick access to Chrome developer pages in the context menu.

Apa itu Developer pages?

Developer pages adalah ekstensi Chrome yang dikembangkan oleh pb_ee1, dan fitur utamanya adalah "Quick access to Chrome developer pages in the context menu.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Developer pages

Unduh file ekstensi Developer pages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Developer pages Developer pages
ID clpnkaejolcjjjogcldmnjodkjdnhdio
URL Resmi https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio
Deskripsi Quick access to Chrome developer pages in the context menu.
Ukuran File 7.09 KB
Jumlah Instalasi 599
Versi Saat Ini 1.4
Terakhir Diperbarui 2012-07-23
Tanggal Publikasi 2012-07-23
Penilaian 4.00/5 Total 5 Penilaian
Pengembang pb_ee1
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}