Web Ninja
This extension will allow the user to grab elements on any site
什么是Web Ninja?
Web Ninja是由tenksolutions开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow the user to grab elements on any site”。
扩展截图
下载Web Ninja扩展crx文件
下载Web Ninja扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Web Ninja |
ID | dlaoclebkdipilpohjcmaoackaccphkp |
官方URL | https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp |
简介 | This extension will allow the user to grab elements on any site |
文件大小 | 4.83 KB |
安装次数 | 44 |
当前版本 | 1.0.1 |
更新时间 | 2016-12-06 |
上架时间 | 2016-12-06 |
评分 | 5.00/5 共2次评分 |
开发者 | tenksolutions |
付费类型 | free |
扩展官网 | https://tenksolutions.com/ |
支持的语言 | 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" ] } |