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 |
Eメール | [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" } } |