Author

Topic: Simple Blockchain.info Chrome Extension (Read 1376 times)

legendary
Activity: 1498
Merit: 1000
June 26, 2012, 12:46:38 AM
#2
I installed and looks great but one change I already made it on my extension just make it goto the https version of blockchain so
Code:
function blockchain(info) {
 var address = info.selectionText;
 chrome.tabs.create({url: "https://blockchain.info/search?search=" + address});
}
donator
Activity: 308
Merit: 250
June 25, 2012, 12:22:55 PM
#1
Allows you to search Blockchain.info for the selected text. 'nuff said!



Extension: http://bitcoincash.com/Blockchain.crx
Source: http://bitcoincash.com/Blockchain.zip

Installing the source is as easy as going to [wrench icon] -> Tools -> Extensions, enabling "Developer mode", clicking "Load unpacked extension...", and pointing to the folder with the source files you downloaded above. Don't trust me if you don't have to!

If you'd like to test it:
17XvU95PkpDqXAr8ieNpYzSdRDRJL55UQ8 (Gavin's donation address)
7a22917744aa9ed740faf3068a2f895424ed816ed1a04012b47df7a493f056e8 (Bitcoinica heist transaction)
Jump to: