offspring / chrometophone

Automatically exported from code.google.com/p/chrometophone
0 stars 0 forks source link

Add support for webintents #425

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Chrome Extension has support for sharing a URL directly to the user phone.  
The Web Intents system is now in Chrome Dev and Canary, landing in Beta soon.  
The intent system has a generic action called "share" which when invoked from a 
client application will popup a suite of applications that can support "share" 
action for the given data type.

Add support for basic URL sharing. 

This will be a simple change - adding support in the manifest for the action 
(no user prompt required to enable the feature and it has support in older 
version of chrome, well it is ignored).

Add support in the popup.html so that it can be embedded in the inline picker 
and will complete the "share" to C2DM.

Original issue reported on code.google.com by paulkinlan@google.com on 7 Feb 2012 at 6:07

GoogleCodeExporter commented 8 years ago
Attached a patch.

Original comment by paulkinlan@google.com on 7 Feb 2012 at 8:50

Attachments: