Javascript Injector

This extension injects any JS library from CDNJS.com into a page.

Qu'est-ce que Javascript Injector ?

Javascript Injector est une extension Chrome développée par ChaoAreTasty, et sa fonction principale est "This extension injects any JS library from CDNJS.com into a page.".

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

Téléchargez les fichiers d'extension Javascript 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

                        There are lots of times I've wanted to inject jQuery on to a page but currently the only options on the store inject a given version of jQuery. I started out planning to just connect with the Google CDN API before realising that sometimes there are other libraries I sometimes want.

Chrome Injector will be able to inject any library available on CDNJS.com into a given page.

This is no where near finished but is just about usable enough to share. Currently it's only able to handle injecting the main file of the latest version of a library, it's lacking a lot of niceties and the UI needs some serious work. It also does no checking to see if that library is already in a page.                    

Informations de Base sur l'Extension

Nom Javascript Injector Javascript Injector
ID kiengimdfplfobmkpbfmomofoaieaoob
URL Officiel https://chrome.google.com/webstore/detail/javascript-injector/kiengimdfplfobmkpbfmomofoaieaoob
Description This extension injects any JS library from CDNJS.com into a page.
Taille du Fichier 6.57 KB
Nombre d'Installations 270
Version Actuelle 0.1.3
Dernière Mise à Jour 2013-09-18
Date de Publication 2013-09-18
Évaluation 3.00/5 Total 6 Évaluations
Développeur ChaoAreTasty
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Javascript Injector",
    "description": "This extension injects any JS library from CDNJS.com into a page.",
    "version": "0.1.3",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    }
}