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