http://www.downloadsquad.com/2009/11/02/15-great-google-chrome-extensions/
AdblockPlus, Xmarks, Bubble Translate, ...
Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts
Wednesday, November 4, 2009
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.
One click will do everything: grab keywords anywhere on your screen, search in multiple channels, and display results instantly.
Cleeki can form complex keywords from multiple screen locations. Simply SHIFT+Click.
Search requests can be submitted to multiple websites simultaneously.
Wikipedia's over two million articles are never this close to you with a little help from Cleeki.
Tuesday, June 2, 2009
FirePHP - Firefox Extension to log PHP output
FirePHP is a Firefox extension (FireBug required) enables you to log to your Firebug console. using simple PHP method call. All data is sent via response headers and will not interfere with the content on your page. FirePHP is ideally suited for AJAX development where clean JSON and XML response are required.

More detailed user guide.
<?php
FB::log('Log message');
FB::info('Info message');
FB::warn('Warn message');
FB::error('Error message');
?>
More detailed user guide.
Subscribe to:
Posts (Atom)