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

Add downloads and history functionality #24

Closed
wants to merge 1 commit into from

Conversation

srvkmr130
Copy link
Member

add functionality for

downloads
history

@gauthamzz
Copy link
Member

please wirte commit message as add functionality for downloads or something else ,not update background.js in the future

@gauthamzz gauthamzz changed the title Update background.js Add downloads and history functionality Dec 5, 2017
Copy link
Member

@gauthamzz gauthamzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, can you intend properly . I will merge the pr

@@ -211,6 +211,15 @@ $(document).ready(function () {
if (data.result.metadata.intentName === "open") {
chrome.tabs.create({ 'url': "http://www." + data.result.parameters.website });
} else
if (data.result.metadata.intentName === "history") {
chrome.tabs.create({'url': 'chrome://history'});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you mind indenting the code properly

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay I will try

@gauthamzz gauthamzz closed this Dec 5, 2017
@gauthamzz gauthamzz mentioned this pull request Dec 5, 2017
@srvkmr130 srvkmr130 deleted the mine-2 branch December 11, 2017 10:56
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

Successfully merging this pull request may close these issues.

2 participants