CodingNinjas screenshooter

CodingNinjas screen shot utility

CodingNinjas screenshooter란 무엇입니까?

CodingNinjas screenshooter은(는) http://codingninjas.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CodingNinjas screen shot utility"입니다.

확장 프로그램 스크린샷

screenshot

CodingNinjas screenshooter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CodingNinjas is web maintenance tool for website owners. 

This extension enables CodingNinjas customers to instantly launch new development tasks directly from the browser.

Press "Take a screenshot" button, describe the changes you need us to make and we will complete the job as soon as it is possible.  24 hours, 7 days a week.                    

확장 프로그램 기본 정보

이름 CodingNinjas screenshooter CodingNinjas screenshooter
ID nficbbbeciljoginddkjfkbjndbnlodp
공식 URL https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp
설명 CodingNinjas screen shot utility
파일 크기 732 KB
설치 횟수 54
현재 버전 1.4
최근 업데이트 2015-11-04
출시 날짜 2015-11-04
평점 4.20/5 총 5 개의 평점
개발자 http://codingninjas.co
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodingNinjas screenshooter",
    "short_name": "CodingNinjas",
    "version": "1.4",
    "description": "CodingNinjas screen shot utility",
    "options_page": "fsOptions.html",
    "background": {
        "scripts": [
            "scripts\/fsUtils.js",
            "scripts\/fsCommands.js",
            "scripts\/fsBackground.js",
            "scripts\/fsSSS.js",
            "scripts\/fsNativeAPISupport.js",
            "scripts\/3p\/base64.js",
            "scripts\/3p\/jquery-2.1.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/fsUtils.js",
                "scripts\/fsSelection.js",
                "scripts\/fsContent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "contextMenus",
        "nativeMessaging"
    ],
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Capture",
        "default_popup": "fsPopup.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "128": "img\/icon_128.png"
    }
}