[1] [CITE@en[Android Intents with Chrome - Google Chrome Mobile — Google Developers]]
( ([TIME[2013-03-28 22:26:25 +09:00]] 版))
<https://developers.google.com/chrome/mobile/docs/intents>

[2] [CITE@ja[Google 検索用 App Indexing — Google Developers]]
([TIME[2014-07-04 19:36:37 +09:00]] 版)
<https://developers.google.com/app-indexing/webmasters/app?hl=ja>

[3] [CITE@ja[Google 検索用 App Indexing   |   Google Developers]]
([TIME[2014-07-04 19:36:37 +09:00]] 版)
<https://developers.google.com/app-indexing/webmasters/app>

[FIG(quote)[
[FIGCAPTION[
[4] [CITE[Android Intents with Chrome - Google Chrome]]
([TIME[2015-07-07 18:06:13 +09:00]] 版)
<https://developer.chrome.com/multidevice/android/intents>
]FIGCAPTION]

> The basic syntax for an intent-based URI is as follows:
> intent:
>    HOST/URI-path // Optional host 
>    #Intent; 
>       package='''['''string''']'''; 
>       action='''['''string''']'''; 
>       category='''['''string''']'''; 
>       component='''['''string''']'''; 
>       scheme='''['''string''']'''; 
>    end; 

]FIG]


[FIG(quote)[
[FIGCAPTION[
[5] [CITE[Android Intents with Chrome - Google Chrome]]
([TIME[2015-07-07 18:06:31 +09:00]] 版)
<https://developer.chrome.com/multidevice/android/intents>
]FIGCAPTION]

> <a href="intent://scan/#Intent;scheme=zxing;package=com.google.zxing.client.android;S.browser_fallback_url=http%3A%2F%2Fzxing.org;end"> Take a QR code </a>

]FIG]
