Open In Editor

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

Vad är Open In Editor?

Open In Editor är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Extends the Developer Tools, adding an ability to open resources in an editor.".

Tilläggsskärmbilder

screenshot

Ladda ner Open In Editor-förlängningens CRX-fil

Ladda ner Open In Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Open In Editor Open In Editor
ID fmgbklepjbpnmgplnabblaehammnbmgg
Officiell webbadress https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg
Beskrivning Extends the Developer Tools, adding an ability to open resources in an editor.
Filstorlek 11.06 KB
Antal Installationer 77
Aktuell Version 1.0.3
Senast Uppdaterad 2018-02-17
Publiceringsdatum 2018-02-16
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/generalov/open-in-editor-extension
Hjälpsida URL https://github.com/generalov/open-in-editor-extension/issues
Stödda Språk 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
}