Web Ninja
This extension will allow the user to grab elements on any site
What is Web Ninja?
Web Ninja is a Chrome extension developed by tenksolutions, and its main feature is "This extension will allow the user to grab elements on any site".
Extension Screenshots
Download Web Ninja Extension CRX File
Download Web Ninja extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Web Ninja |
ID | dlaoclebkdipilpohjcmaoackaccphkp |
Official URL | https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp |
Description | This extension will allow the user to grab elements on any site |
File Size | 4.83 KB |
Installation Count | 44 |
Current Version | 1.0.1 |
Last Updated | 2016-12-06 |
Publish Date | 2016-12-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | tenksolutions |
Payment Type | free |
Extension Website | https://tenksolutions.com/ |
Supported Languages | 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" ] } |