Insert jQuery
Quickly add jQuery to any page from the context menu.
Что такое Insert jQuery?
Insert jQuery - это расширение Chrome, разработанное sionide21, и его основная функция - "Quickly add jQuery to any page from the context menu.".
Снимки экрана расширения
Скачать файл CRX расширения Insert jQuery
Скачайте файлы расширений Insert jQuery в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quickly add jQuery to any page from the context menu.
Simply right-click on the page and click "Inject jQuery" Основная информация о расширении
| Название | |
| ID | bbijckmpcapmeonjbfcccedigjalnchd |
| Официальный URL | https://chromewebstore.google.com/detail/insert-jquery/bbijckmpcapmeonjbfcccedigjalnchd |
| Описание | Quickly add jQuery to any page from the context menu. |
| Размер файла | 24.91 KB |
| Количество установок | 231 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2013-12-08 |
| Дата публикации | 2013-12-08 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | sionide21 |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/sionide21/Insert-jQuery |
| Поддерживаемые языки | 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"
]
} | |