Javascript Injector
This extension injects any JS library from CDNJS.com into a page.
Javascript Injector là gì?
Javascript Injector là một tiện ích mở rộng Chrome được phát triển bởi ChaoAreTasty, và tính năng chính của nó là "This extension injects any JS library from CDNJS.com into a page.".
Tải xuống tệp CRX của tiện ích mở rộng Javascript Injector
Tải xuống các tệp mở rộng Javascript 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
There are lots of times I've wanted to inject jQuery on to a page but currently the only options on the store inject a given version of jQuery. I started out planning to just connect with the Google CDN API before realising that sometimes there are other libraries I sometimes want. Chrome Injector will be able to inject any library available on CDNJS.com into a given page. This is no where near finished but is just about usable enough to share. Currently it's only able to handle injecting the main file of the latest version of a library, it's lacking a lot of niceties and the UI needs some serious work. It also does no checking to see if that library is already in a page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | kiengimdfplfobmkpbfmomofoaieaoob |
URL Chính Thức | https://chrome.google.com/webstore/detail/javascript-injector/kiengimdfplfobmkpbfmomofoaieaoob |
Mô tả | This extension injects any JS library from CDNJS.com into a page. |
Kích Thước Tệp | 6.57 KB |
Số Lần Cài Đặt | 270 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2013-09-18 |
Ngày Phát Hành | 2013-09-18 |
Đánh Giá | 3.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | ChaoAreTasty |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Javascript Injector", "description": "This extension injects any JS library from CDNJS.com into a page.", "version": "0.1.3", "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "icon-19.png", "default_popup": "popup.html", "icons": { "19": "icon-19.png", "38": "icon-38.png" } } } |