CodingNinjas screenshooter
CodingNinjas screen shot utility
CodingNinjas screenshooter là gì?
CodingNinjas screenshooter là một tiện ích mở rộng Chrome được phát triển bởi http://codingninjas.co, và tính năng chính của nó là "CodingNinjas screen shot utility".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CodingNinjas screenshooter
Tải xuống các tệp mở rộng CodingNinjas screenshooter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nficbbbeciljoginddkjfkbjndbnlodp |
URL Chính Thức | https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp |
Mô tả | CodingNinjas screen shot utility |
Kích Thước Tệp | 732 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2015-11-04 |
Ngày Phát Hành | 2015-11-04 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://codingninjas.co |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |