Insert jQuery

Quickly add jQuery to any page from the context menu.

Insert jQuery란 무엇입니까?

Insert jQuery은(는) sionide21에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly add jQuery to any page from the context menu."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Insert jQuery 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly add jQuery to any page from the context menu.

Simply right-click on the page and click "Inject jQuery"                    

확장 프로그램 기본 정보

이름 Insert jQuery Insert jQuery
ID bbijckmpcapmeonjbfcccedigjalnchd
공식 URL https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd
설명 Quickly add jQuery to any page from the context menu.
파일 크기 24.91 KB
설치 횟수 231
현재 버전 1.0.0
최근 업데이트 2013-12-08
출시 날짜 2013-12-08
평점 5.00/5 총 1 개의 평점
개발자 sionide21
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sionide21/Insert-jQuery
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Insert jQuery",
    "version": "1.0.0",
    "description": "Quickly add jQuery to any page from the context menu.",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "scripts": [
            "insert-jquery.js"
        ]
    },
    "web_accessible_resources": [
        "snippets\/appendScript.js"
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}