CodingNinjas screenshooter
CodingNinjas screen shot utility
Wat is CodingNinjas screenshooter?
CodingNinjas screenshooter is een Chrome-extensie ontwikkeld door http://codingninjas.co, en de belangrijkste functie is "CodingNinjas screen shot utility".
Extensie Screenshots
Download het CRX-bestand van de extensie CodingNinjas screenshooter
Download CodingNinjas screenshooter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nficbbbeciljoginddkjfkbjndbnlodp |
Officiële URL | https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp |
Beschrijving | CodingNinjas screen shot utility |
Bestandsgrootte | 732 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2015-11-04 |
Publicatiedatum | 2015-11-04 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://codingninjas.co |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |