Code Injector

Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.

Qu'est-ce que Code Injector ?

Code Injector est une extension Chrome développée par Melwyn Pawar, et sa fonction principale est "Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Code Injector

Téléchargez les fichiers d'extension Code Injector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages to make design and developmental decisions quickly.                    

Informations de Base sur l'Extension

Nom Code Injector Code Injector
ID ffpbejkllpoglbeeabibelceofidjfhk
URL Officiel https://chrome.google.com/webstore/detail/code-injector/ffpbejkllpoglbeeabibelceofidjfhk
Description Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.
Taille du Fichier 293 KB
Nombre d'Installations 121
Version Actuelle 1.4
Dernière Mise à Jour 2017-12-21
Date de Publication 2017-12-21
Évaluation 1.00/5 Total 1 Évaluations
Développeur Melwyn Pawar
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "allLibs.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "description": "Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.",
    "icons": {
        "128": "l1.png",
        "16": "icon.png",
        "48": "l2.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Script Injector"
    },
    "web_accessible_resources": [
        "images\/pagebreak.png",
        "images\/pagebreak_alone.png"
    ],
    "manifest_version": 2,
    "name": "Code Injector",
    "permissions": [
        "tabs",
        "",
        "background"
    ],
    "version": "1.4"
}