PaulKinlan / Appmator

Do you have a Web app? Do you want to get it into the Chrome Web Store? Not sure exactly where to start? If you can answer "Yes" to any of these questions, then this app is for you.
http://appmator.appspot.com/
26 stars 7 forks source link

Add in-line install badge #18

Closed PaulKinlan closed 12 years ago

PaulKinlan commented 12 years ago

The original version had a badge for the inline install API. Please add this back in.

samdutton commented 12 years ago

Done and committed: added '+ ADD TO CHROME' button.

samdutton commented 12 years ago

This is not working, not sure why (chrome.app.isInstalled is always false, even when the app is installed:

if (chrome.app.isInstalled) {
    document.getElementById("div#addToChromeButton").display = "none";
}