CodingNinjas screenshooter
CodingNinjas screen shot utility
Apa itu CodingNinjas screenshooter?
CodingNinjas screenshooter adalah ekstensi Chrome yang dikembangkan oleh http://codingninjas.co, dan fitur utamanya adalah "CodingNinjas screen shot utility".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CodingNinjas screenshooter
Unduh file ekstensi CodingNinjas screenshooter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nficbbbeciljoginddkjfkbjndbnlodp |
URL Resmi | https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp |
Deskripsi | CodingNinjas screen shot utility |
Ukuran File | 732 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2015-11-04 |
Tanggal Publikasi | 2015-11-04 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | http://codingninjas.co |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |