JS Injector

Allows you to store scripts and inject them in pages

JS Injector là gì?

JS Injector là một tiện ích mở rộng Chrome được phát triển bởi smku1992, và tính năng chính của nó là "Allows you to store scripts and inject them in pages".

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

screenshot

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

Tải xuống các tệp mở rộng JS Injector 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

                        The extension allows you to inject any javascript/css library available on www.cdnjs.com.                    

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

Tên JS Injector JS Injector
ID jnndejfmeclkfmhnpkaajaemkdjeddbb
URL Chính Thức https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb
Mô tả Allows you to store scripts and inject them in pages
Kích Thước Tệp 78.59 KB
Số Lần Cài Đặt 188
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-07-03
Ngày Phát Hành 2014-07-03
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển smku1992
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Injector",
    "description": "Allows you to store scripts and inject them in pages",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    }
}