Remove intra 42 red button
Remove the help-button on the intranet
什么是Remove intra 42 red button?
Remove intra 42 red button是由E2R5开发的Chrome扩展程序,该扩展的主要功能是“Remove the help-button on the intranet”。
扩展截图
下载Remove intra 42 red button扩展crx文件
下载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" } } |