Web Ninja

This extension will allow the user to grab elements on any site

Apa itu Web Ninja?

Web Ninja adalah ekstensi Chrome yang dikembangkan oleh tenksolutions, dan fitur utamanya adalah "This extension will allow the user to grab elements on any site".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Ninja

Unduh file ekstensi Web Ninja dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Web Ninja Web Ninja
ID dlaoclebkdipilpohjcmaoackaccphkp
URL Resmi https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp
Deskripsi This extension will allow the user to grab elements on any site
Ukuran File 4.83 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-12-06
Tanggal Publikasi 2016-12-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang tenksolutions
Tipe Pembayaran free
Situs Ekstensi https://tenksolutions.com/
Bahasa yang Didukung 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"
    ]
}