Insert jQuery

Quickly add jQuery to any page from the context menu.

ما هو Insert jQuery؟

Insert jQuery هو إضافة Chrome تم تطويرها بواسطة sionide21، والميزة الرئيسية لها هي "Quickly add jQuery to any page from the context menu.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Insert jQuery

قم بتنزيل ملفات الامتداد Insert jQuery بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}