Showing posts with label Chrome. Show all posts
Showing posts with label Chrome. Show all posts

Sunday, September 6, 2009

Cleeki - Very Cool Firefox / IE / Chrome Add-on

URL: Cleeki

Cleeki can capture keyword(s) anywhere on a screen with as simple as one click, search it on the Internet, and preview the results immediately. Demos showing how Cleeki works.

ClickOne click, Done!
One click will do everything: grab keywords anywhere on your screen, search in multiple channels, and display results instantly.
Ubiquitous Easy Capture of Multiple Keywords
Cleeki can form complex keywords from multiple screen locations. Simply SHIFT+Click.
Parallel Parallel Search
Search requests can be submitted to multiple websites simultaneously.
Wikipedia Your On-hand Wikipedia Client
Wikipedia's over two million articles are never this close to you with a little help from Cleeki.

Saturday, August 15, 2009

Google Chrome Developer Tools

http://code.google.com/p/chromedevtools/

This project provides debugging tools for developers writing web applications that run on Google Chrome or its open-source version Chromium. The tools enable you to debug JavaScript inside the browser over the TCP/IP protocol.

The project comprises:

As the SDK and Eclipse debugger are written in Java, this project is of most benefit to developers who use Java tools for debugging web applications inside Google Chrome. You can use the SDK to write your own debugger that uses the protocol to communicate with Google Chrome.