Remove intra 42 red button
Remove the help-button on the intranet
Что такое Remove intra 42 red button?
Remove intra 42 red button - это расширение Chrome, разработанное E2R5, и его основная функция - "Remove the help-button on the intranet".
Снимки экрана расширения
Скачать файл CRX расширения Remove intra 42 red button
Скачайте файлы расширений Remove intra 42 red button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Remove the big ugly red button on the 42 intranet pages
Основная информация о расширении
Название | |
ID | njmhifmlnfnpemhnfkbmmlemjgbleleh |
Официальный URL | https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh |
Описание | Remove the help-button on the intranet |
Размер файла | 16.36 KB |
Количество установок | 74 |
Текущая Версия | 2.1.0 |
Последнее Обновление | 2019-10-04 |
Дата публикации | 2019-10-04 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | E2R5 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove intra 42 red button", "description": "Remove the help-button on the intranet", "version": "2.1.0", "content_scripts": [ { "matches": [ "https:\/\/*.intra.42.fr\/*" ], "js": [ "intra.js" ] } ], "background": { "scripts": [ "link_help.js" ] }, "permissions": [ "tabs", "activeTab" ], "browser_action": { "default_icon": "help_button.png", "default_title": "help-button" } } |