Web Ninja
This extension will allow the user to grab elements on any site
Web Ninja là gì?
Web Ninja là một tiện ích mở rộng Chrome được phát triển bởi tenksolutions, và tính năng chính của nó là "This extension will allow the user to grab elements on any site".
Ả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 Web Ninja
Tải xuống các tệp mở rộng Web Ninja 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
With Web Ninja, you can temporarily move elements on any web page. Allowing you to quickly explore different layouts from your browser. Features - Easy drag and drop - Good for showing a developer what modifications to make
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Ninja |
ID | dlaoclebkdipilpohjcmaoackaccphkp |
URL Chính Thức | https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp |
Mô tả | This extension will allow the user to grab elements on any site |
Kích Thước Tệp | 4.83 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-12-06 |
Ngày Phát Hành | 2016-12-06 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | tenksolutions |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tenksolutions.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Ninja", "description": "This extension will allow the user to grab elements on any site", "version": "1.0.1", "background": { "scripts": [ "grabninja.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "MAke this page editable!" }, "permissions": [ "activeTab" ] } |