Website Shortcuts
In latest Android versions, system only provides details of default browser. That is why the app don’t know that other browsers exist to launch that particular shortcut. I am planning to explicitly provide list of popular browsers to select. Feel free to contact for any browser addition to the list. Meanwhile, you can create shortcut to different browser by following this guide.
Steps to create custom browser shortcut
Follow the below steps one by one:
-
Go to Websites and enter your url for creating website shortcut.
-
When you are in the shortcut edit screen, click on
Intent Data
field. -
You will see
Package
andClass
fields in intent edit screen. -
Provide
Package
andClass
for that respective browser you want. You can find list ofpackage
andclass
for popular browsers below. -
This will make your shortcut to use the provided browser.
Popular Browsers Classes
-
Chrome
- Package:
com.android.chrome
- Class:
com.google.android.apps.chrome.IntentDispatcher
- Package:
-
Firefox
- Package:
org.mozilla.firefox
- Class:
com.mozilla.fenix.IntentReceiverActivity
- Package:
-
Brave
- Package:
com.brave.browser
- Class:
com.google.android.apps.chrome.IntentDispatcher
- Package:
-
Edge
- Package:
com.microsoft.emmx
- Class:
com.google.android.apps.chrome.IntentDispatcher
- Package:
-
Samsung Internet
- Package:
com.sec.android.app.sbrowser
- Class:
com.sec.android.app.sbrowser.SBrowserLauncherActivity
- Package:
-
Opera
- Package:
com.opera.browser
- Class:
com.opera.android.MainLauncherActivity
- Package:
-
Kiwi
- Package:
com.kiwibrowser.browser
- Class:
com.google.android.apps.chrome.IntentDispatcher
- Package:
Steps to find browser package and class for websites
Follow the below steps one by one:
-
Go to Websites and enter your url for creating website shortcut.
-
When you are in the shortcut edit screen, go to system settings and change default browser to respective browser.
-
Go back to Quikshort, and you will see
Open With
field. Click on it and select newly changed browser. -
Click on
Intent Data
to go to intent edit screen. -
You can copy
Package
andClass
from this intent edit screen. -
You can now change back your default browser in system settings.