Open In Editor

Extends the Developer Tools, adding an ability to open resources in an editor.

Apa itu Open In Editor?

Open In Editor adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Extends the Developer Tools, adding an ability to open resources in an editor.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open In Editor

Unduh file ekstensi Open In Editor 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

                        This is a companion extension for https://www.npmjs.com/package/open-in-editor-connect middleware. It adds the "Open in Editor" item to the context menus of the Chrome DevTools to open files in an external editor quickly.                    

Informasi Dasar Ekstensi

Nama Open In Editor Open In Editor
ID fmgbklepjbpnmgplnabblaehammnbmgg
URL Resmi https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg
Deskripsi Extends the Developer Tools, adding an ability to open resources in an editor.
Ukuran File 11.06 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2018-02-17
Tanggal Publikasi 2018-02-16
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/generalov/open-in-editor-extension
URL Halaman Bantuan https://github.com/generalov/open-in-editor-extension/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In Editor",
    "version": "1.0.3",
    "description": "Extends the Developer Tools, adding an ability to open resources in an editor.",
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}