jQuery Everywhere

Inject jQuery To Current Page

jQuery Everywhereคืออะไร?

jQuery Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fourcels และคุณลักษณะหลักของมันคือ "Inject jQuery To Current Page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jQuery Everywhere

ดาวน์โหลดไฟล์ส่วนขยาย jQuery Everywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ jQuery Everywhere jQuery Everywhere
ID ohkbcepjafdlfgmhabeijbaaplfplemc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jquery-everywhere/ohkbcepjafdlfgmhabeijbaaplfplemc
คำอธิบาย Inject jQuery To Current Page
ขนาดไฟล์ 183 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2015-06-25
วันที่เผยแพร่ 2015-06-25
ผู้พัฒนา fourcels
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jQuery Everywhere",
    "description": "Inject jQuery To Current Page",
    "version": "0.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "click for injecting jQuery"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "js\/libs\/jquery.min.js"
    ],
    "manifest_version": 2
}