Broomo - Javascript jQuery Executor

Executes your javascript/jquery scripts on specific web sites

Broomo - Javascript jQuery Executor란 무엇입니까?

Broomo - Javascript jQuery Executor은(는) bulent taymaz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Executes your javascript/jquery scripts on specific web sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Broomo - Javascript jQuery Executor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Broomo executes your javascript/jquery code snippets on specific web sites you defined so you can create a customized view of your favorite sites.                    

확장 프로그램 기본 정보

이름 Broomo - Javascript jQuery Executor Broomo - Javascript jQuery Executor
ID hmkipcoboafepjhahnpifcbfbjlkiblf
공식 URL https://chrome.google.com/webstore/detail/broomo-javascript-jquery/hmkipcoboafepjhahnpifcbfbjlkiblf
설명 Executes your javascript/jquery scripts on specific web sites
파일 크기 75.53 KB
설치 횟수 192
현재 버전 1.0
최근 업데이트 2018-01-21
출시 날짜 2018-01-21
평점 2.00/5 총 3 개의 평점
개발자 bulent taymaz
결제 유형 free
도움말 페이지 URL http://broomo.freeforums.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Broomo - Javascript jQuery Executor",
    "description": "Executes your javascript\/jquery scripts on specific web sites",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.slim.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "175": "ikon175x175.png",
        "128": "ikon128x128.png",
        "20": "ikon20x20.png",
        "16": "ikon16x16.png"
    },
    "options_page": "options.html"
}