Chrome Extenstions Tab

Open Chrome Extenstions Tab by Click

Apa itu Chrome Extenstions Tab?

Chrome Extenstions Tab adalah ekstensi Chrome yang dikembangkan oleh https://ragingwind.org, dan fitur utamanya adalah "Open Chrome Extenstions Tab by Click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Extenstions Tab

Unduh file ekstensi Chrome Extenstions Tab 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

                        You can go chrome://extensions page easily by put icon inside the address bar. i hope to gonna help to extenstions developers.                    

Informasi Dasar Ekstensi

Nama Chrome Extenstions Tab Chrome Extenstions Tab
ID mbmejffgahcfoonikngjakbjndmjbank
URL Resmi https://chromewebstore.google.com/detail/chrome-extenstions-tab/mbmejffgahcfoonikngjakbjndmjbank
Deskripsi Open Chrome Extenstions Tab by Click
Ukuran File 16.64 KB
Jumlah Instalasi 142
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2013-02-20
Tanggal Publikasi 2013-02-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://ragingwind.org
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "icon-19.png"
        },
        "default_title": "Chrome Extensions Tab"
    },
    "permissions": [
        "tabs"
    ]
}