Remove intra 42 red button
Remove the help-button on the intranet
Co je Remove intra 42 red button?
Remove intra 42 red button je rozšíření Chrome vyvinuté E2R5, a jeho hlavní funkcí je „Remove the help-button on the intranet“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Remove intra 42 red button
Stáhněte si soubory rozšíření Remove intra 42 red button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Remove the big ugly red button on the 42 intranet pages
Základní Informace o Rozšíření
Název | |
ID | njmhifmlnfnpemhnfkbmmlemjgbleleh |
Oficiální URL | https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh |
Popis | Remove the help-button on the intranet |
Velikost souboru | 16.36 KB |
Počet instalací | 74 |
Aktuální Verze | 2.1.0 |
Poslední Aktualizace | 2019-10-04 |
Datum Vydání | 2019-10-04 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | E2R5 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |