Web Ninja
This extension will allow the user to grab elements on any site
Wat is Web Ninja?
Web Ninja is een Chrome-extensie ontwikkeld door tenksolutions, en de belangrijkste functie is "This extension will allow the user to grab elements on any site".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Ninja
Download Web Ninja-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Web Ninja |
ID | dlaoclebkdipilpohjcmaoackaccphkp |
Officiële URL | https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp |
Beschrijving | This extension will allow the user to grab elements on any site |
Bestandsgrootte | 4.83 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-12-06 |
Publicatiedatum | 2016-12-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | tenksolutions |
Betalingswijze | free |
Extensiewebsite | https://tenksolutions.com/ |
Ondersteunde Talen | 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" ] } |