Javascript Injector
This extension injects any JS library from CDNJS.com into a page.
O que é Javascript Injector?
Javascript Injector é uma extensão do Chrome desenvolvida por ChaoAreTasty, e sua principal característica é "This extension injects any JS library from CDNJS.com into a page.".
Baixar o arquivo CRX da Extensão Javascript Injector
Baixe arquivos de extensão Javascript Injector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | kiengimdfplfobmkpbfmomofoaieaoob |
URL Oficial | https://chrome.google.com/webstore/detail/javascript-injector/kiengimdfplfobmkpbfmomofoaieaoob |
Descrição | This extension injects any JS library from CDNJS.com into a page. |
Tamanho do Arquivo | 6.57 KB |
Contagem de Instalações | 270 |
Versão Atual | 0.1.3 |
Última Atualização | 2013-09-18 |
Data de Publicação | 2013-09-18 |
Classificação | 3.00/5 Total de 6 Avaliações |
Desenvolvedor | ChaoAreTasty |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |