Insert jQuery

Quickly add jQuery to any page from the context menu.

Insert jQuery là gì?

Insert jQuery là một tiện ích mở rộng Chrome được phát triển bởi sionide21, và tính năng chính của nó là "Quickly add jQuery to any page from the context menu.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Insert jQuery

Tải xuống các tệp mở rộng Insert jQuery dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Quickly add jQuery to any page from the context menu.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Insert jQuery Insert jQuery
ID bbijckmpcapmeonjbfcccedigjalnchd
URL Chính Thức https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd
Mô tả Quickly add jQuery to any page from the context menu.
Kích Thước Tệp 24.91 KB
Số Lần Cài Đặt 231
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-12-08
Ngày Phát Hành 2013-12-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sionide21
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sionide21/Insert-jQuery
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}