CodingNinjas screenshooter

CodingNinjas screen shot utility

Was ist CodingNinjas screenshooter?

CodingNinjas screenshooter ist eine Chrome-Erweiterung, die von http://codingninjas.co entwickelt wurde, und ihr Hauptmerkmal ist "CodingNinjas screen shot utility".

Erweiterungsscreenshots

screenshot

CodingNinjas screenshooter-Erweiterungs-CRX-Datei herunterladen

Laden Sie CodingNinjas screenshooter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CodingNinjas screenshooter CodingNinjas screenshooter
ID nficbbbeciljoginddkjfkbjndbnlodp
Offizielle URL https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp
Beschreibung CodingNinjas screen shot utility
Dateigröße 732 KB
Installationsanzahl 54
Aktuelle Version 1.4
Letztes Update 2015-11-04
Veröffentlichungsdatum 2015-11-04
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler http://codingninjas.co
Zahlungsart free
Unterstützte Sprachen 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"
    }
}