Javascript & Css auto injection
Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...
Что такое Javascript & Css auto injection?
Javascript & Css auto injection - это расширение Chrome, разработанное dotpower.com, и его основная функция - "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...".
Снимки экрана расширения
Скачать файл CRX расширения Javascript & Css auto injection
Скачайте файлы расширений Javascript & Css auto injection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension help to inject addition js/css for every webpage.
It can be use for developer to test web page.
add new functions to web page and more easy to use with injection rules. Основная информация о расширении
| Название | |
| ID | oakjdafonfdgbgbcofjpaecngfimohno |
| Официальный URL | https://chromewebstore.google.com/detail/javascript-css-auto-injec/oakjdafonfdgbgbcofjpaecngfimohno |
| Описание | Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression... |
| Размер файла | 899 KB |
| Количество установок | 1,250 |
| Текущая Версия | 1.5 |
| Последнее Обновление | 2021-12-30 |
| Дата публикации | 2019-03-11 |
| Рейтинг | 2.85/5 Всего 13 оценок |
| Разработчик | dotpower.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Javascript & Css auto injection",
"description": "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...",
"version": "1.5",
"icons": {
"48": "icons\/icon-48.png"
},
"browser_action": {
"default_icon": "icons\/icon-48.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"scripts": [
"background\/background.nocache.js"
]
},
"permissions": [
"activeTab",
"background",
"storage",
"unlimitedStorage",
"tabs",
"webNavigation",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |