Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show settings after first install, new features list with images after update #374

Closed
IndrekV opened this issue Nov 18, 2015 · 1 comment

Comments

@IndrekV
Copy link
Contributor

IndrekV commented Nov 18, 2015

Should show welcome page and settings.

Maybe show settings page with added descriptions.

Example:

chrome.runtime.onInstalled.addListener(function (object) {
    chrome.tabs.create({url: "http://yoursite.com/"}, function (tab) {
        console.log("New tab launched with http://yoursite.com/");
    });
});
@IndrekV IndrekV changed the title Show settings after first install Show settings after first install, new features list with images after update Nov 26, 2015
@tcrammond
Copy link
Contributor

Closing in favour of #1199 for second part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants