Skip to content

Commit

Permalink
Added link.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldestlivingboy committed Jun 8, 2016
1 parent 8ed9324 commit e855494
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified builds/hardenedpaste.nex
Binary file not shown.
Binary file modified builds/hardenedpaste.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions opera/chrome/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ chrome.runtime.onMessage.addListener(function(message, sender, sendResponse) {

sendResponse({});
});

chrome.browserAction.onClicked.addListener(function() {
chrome.tabs.create({url: 'https://github.com/rocketshipapps/hardenedpaste'});
});

0 comments on commit e855494

Please sign in to comment.