CodingNinjas screenshooter

CodingNinjas screen shot utility

什么是CodingNinjas screenshooter?

CodingNinjas screenshooter是由http://codingninjas.co开发的Chrome扩展程序,该扩展的主要功能是“CodingNinjas screen shot utility”。

扩展截图

screenshot

下载CodingNinjas screenshooter扩展crx文件

下载CodingNinjas screenshooter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}