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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}