Javascript Injector

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

Javascript Injector란 무엇입니까?

Javascript Injector은(는) ChaoAreTasty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension injects any JS library from CDNJS.com into a page."입니다.

Javascript Injector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Javascript Injector Javascript Injector
ID kiengimdfplfobmkpbfmomofoaieaoob
공식 URL https://chrome.google.com/webstore/detail/javascript-injector/kiengimdfplfobmkpbfmomofoaieaoob
설명 This extension injects any JS library from CDNJS.com into a page.
파일 크기 6.57 KB
설치 횟수 270
현재 버전 0.1.3
최근 업데이트 2013-09-18
출시 날짜 2013-09-18
평점 3.00/5 총 6 개의 평점
개발자 ChaoAreTasty
결제 유형 free
지원되는 언어 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"
        }
    }
}