OLD | NEW |
---|---|
1 {{^is_apps}} | 1 {{^is_apps}} |
2 Allows the extension to use the proposed HTML5 <a href="http://www.chromium.org/ developers/design-documents/desktop-notifications/api-specification">notificatio n API</a> without calling permission methods (such as <code>checkPermission()</c ode>). For more information see <a href="desktop_notifications.html">Desktop Not ifications</a>. | 2 Allows the extension to use the proposed HTML5 <a href="http://www.chromium.org/ developers/design-documents/desktop-notifications/api-specification">notificatio n API</a> without calling permission methods (such as <code>checkPermission()</c ode>). For more information see <a href="desktop_notifications.html">Desktop Not ifications</a>. |
3 {{:is_apps}} | 3 {{:is_apps}} |
4 Required if the app uses the <a href="notifications.html">chrome.notifications</ a> module. Also allows the app to use the proposed HTML5 <a href="http://www.chr omium.org/developers/design-documents/desktop-notifications/api-specification">n otification API</a> without calling permission methods (such as <code>checkPermi ssion()</code>). For more information see <a href="desktop_notifications.html">D esktop Notifications</a>. | 4 Required if the app uses the <a href="notifications.html">chrome.notifications</ a> API. Also allows the app to use the proposed HTML5 <a href="http://www.chromi um.org/developers/design-documents/desktop-notifications/api-specification">noti fication API</a> without calling permission methods (such as <code>checkPermissi on()</code>). For more information see <a href="desktop_notifications.html">Desk top Notifications</a>. |
5 {{/is_apps}} | 5 {{/is_apps}} |
OLD | NEW |