Web Ninja
This extension will allow the user to grab elements on any site
O que é Web Ninja?
Web Ninja é uma extensão do Chrome desenvolvida por tenksolutions, e sua principal característica é "This extension will allow the user to grab elements on any site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Ninja
Baixe arquivos de extensão Web Ninja no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Web Ninja |
ID | dlaoclebkdipilpohjcmaoackaccphkp |
URL Oficial | https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp |
Descrição | This extension will allow the user to grab elements on any site |
Tamanho do Arquivo | 4.83 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-12-06 |
Data de Publicação | 2016-12-06 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | tenksolutions |
Tipo de Pagamento | free |
Site da Extensão | https://tenksolutions.com/ |
Idiomas Suportados | 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" ] } |