Insert jQuery

Quickly add jQuery to any page from the context menu.

Insert jQuery क्या है?

Insert jQuery sionide21 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly add jQuery to any page from the context menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Insert jQuery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly add jQuery to any page from the context menu.

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

एक्सटेंशन की मूल जानकारी

नाम Insert jQuery Insert jQuery
ID bbijckmpcapmeonjbfcccedigjalnchd
आधिकारिक URL https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd
विवरण Quickly add jQuery to any page from the context menu.
फ़ाइल का आकार 24.91 KB
स्थापना संख्या 231
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2013-12-08
प्रकाशन तिथि 2013-12-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर sionide21
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sionide21/Insert-jQuery
समर्थित भाषाएँ 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"
    ]
}