Web Ninja
This extension will allow the user to grab elements on any site
Cos'è Web Ninja?
Web Ninja è un'estensione di Chrome sviluppata da tenksolutions, e la sua funzione principale è "This extension will allow the user to grab elements on any site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Ninja
Scarica i file di estensione Web Ninja in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Web Ninja |
ID | dlaoclebkdipilpohjcmaoackaccphkp |
URL Ufficiale | https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp |
Descrizione | This extension will allow the user to grab elements on any site |
Dimensione del File | 4.83 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-12-06 |
Data di Pubblicazione | 2016-12-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | tenksolutions |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tenksolutions.com/ |
Lingue Supportate | 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" ] } |