CodingNinjas screenshooter
CodingNinjas screen shot utility
Qu'est-ce que CodingNinjas screenshooter ?
CodingNinjas screenshooter est une extension Chrome développée par http://codingninjas.co, et sa fonction principale est "CodingNinjas screen shot utility".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CodingNinjas screenshooter
Téléchargez les fichiers d'extension CodingNinjas screenshooter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nficbbbeciljoginddkjfkbjndbnlodp |
URL Officiel | https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp |
Description | CodingNinjas screen shot utility |
Taille du Fichier | 732 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2015-11-04 |
Date de Publication | 2015-11-04 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | http://codingninjas.co |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |