diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 763c4b6e854b7f7167f070c0f8a6474f9409074e..99e99d5898235f58ba77619f111273cce8462733 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -13,7 +13,7 @@
   <input type="hidden" name="key" value="{{ Request::input('key','') }}" form="searchForm">
   @endif
 	<div id="plugin-btn-div">
-		@if($agent->isMobile() && $agent->browser() === "Chrome")
+		@if($agent->isMobile() && ($agent->browser() === "Chrome" || $agent->browser() === "Edge"))
 		<button type="submit" id="plugin-btn" form="searchForm" title="{{ trans('index.plugin-title') }}" name="chrome-plugin" value="true"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin') }}</a>
 		@else
 		<a id="plugin-btn" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/plugin") }}" title="{{ trans('index.plugin-title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin') }}</a>