Insert jQuery

Quickly add jQuery to any page from the context menu.

Apa itu Insert jQuery?

Insert jQuery adalah ekstensi Chrome yang dikembangkan oleh sionide21, dan fitur utamanya adalah "Quickly add jQuery to any page from the context menu.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Insert jQuery

Unduh file ekstensi Insert jQuery 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

                        Quickly add jQuery to any page from the context menu.

Simply right-click on the page and click "Inject jQuery"                    

Informasi Dasar Ekstensi

Nama Insert jQuery Insert jQuery
ID bbijckmpcapmeonjbfcccedigjalnchd
URL Resmi https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd
Deskripsi Quickly add jQuery to any page from the context menu.
Ukuran File 24.91 KB
Jumlah Instalasi 231
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-12-08
Tanggal Publikasi 2013-12-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang sionide21
Tipe Pembayaran free
Situs Ekstensi https://github.com/sionide21/Insert-jQuery
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Insert jQuery",
    "version": "1.0.0",
    "description": "Quickly add jQuery to any page from the context menu.",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "scripts": [
            "insert-jquery.js"
        ]
    },
    "web_accessible_resources": [
        "snippets\/appendScript.js"
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}