source-editor

Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…

Cos'è source-editor?

source-editor è un'estensione di Chrome sviluppata da kyo_ago, e la sua funzione principale è "Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione source-editor

Scarica i file di estensione source-editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add editor to a source view.
Modify code to run on the original page.
Using the ACE Editor.


Try this one.
1. Modify code.
http://jsrun.it/kyo_ago/hyZJ/js?test.js

2. Open original page.
http://jsrun.it/kyo_ago/hyZJ                    

Informazioni di Base sull'Estensione

Nome source-editor source-editor
ID gfijhpfpapngnbgbaohekogcoohopcbn
URL Ufficiale https://chrome.google.com/webstore/detail/source-editor/gfijhpfpapngnbgbaohekogcoohopcbn
Descrizione Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…
Dimensione del File 453 KB
Conteggio Installazioni 821
Versione Corrente 0.7
Ultimo Aggiornamento 2013-07-21
Data di Pubblicazione 2013-07-21
Valutazione 2.50/5 Totale 8 Valutazioni
Sviluppatore kyo_ago
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "\/img\/logo.png",
            "38": "\/img\/logo.png"
        },
        "default_popup": "\/html\/popup.html",
        "default_title": "source-editor"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/lib\/jsdeferred.js",
            "\/src\/background.js"
        ]
    },
    "name": "source-editor",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*.js",
        "https:\/\/*\/*.js",
        "http:\/\/*\/*.css",
        "https:\/\/*\/*.css"
    ],
    "icons": {
        "128": "\/img\/logo.png",
        "16": "\/img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.js",
                "https:\/\/*\/*.js",
                "http:\/\/*\/*.css",
                "https:\/\/*\/*.css"
            ],
            "js": [
                "\/lib\/ace.js",
                "\/lib\/ace\/ext-searchbox.js",
                "\/lib\/ace\/keybinding-emacs.js",
                "\/lib\/ace\/keybinding-vim.js",
                "\/lib\/ace\/mode-javascript.js",
                "\/lib\/ace\/mode-css.js",
                "\/lib\/ace\/theme-chrome.js",
                "\/lib\/jsdeferred.js",
                "\/src\/content_scripts\/editor.js",
                "\/src\/content_scripts.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.7"
}