parsed.org

Tips by tag: extension

Aardvark Plugin by xinu on Dec 31, 2005 04:05 PM

This has to be the most impressive development plugin for Firefox yet. It's great for just trimming down pages and isolating portions to print as well.

http://www.karmatics.com/aardvark/

browserdevelopmentextensionfirefoxplugin

Firebug, Greasemonkey, Stylish, Web Developer, IETab, Quick Java, Mile Wide Back, CustomizeGoogle, DownThemAll, Adblock Plus, and NoScript

extensionfirefox
Remove a file's extension with cut by slmingol on Oct 10, 2008 09:03 AM
$ echo file.ext1.ext2 | cut -d"." -f1-2
cutextensionfileshshell
Remove a file's extension with sed by skypher on Jul 31, 2008 04:36 AM

$ echo file.ext1.ext2 | sed 's/.[^.]*$//' file.ext1

extensionfilesedshshell
RSS