Created
August 13, 2022 20:37
-
-
Save sanishan/dce472de06db7c42057b96461d3556ba to your computer and use it in GitHub Desktop.
Get Type Name for the Extenstion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (!function_exists("extDetect")) { | |
function extDetect($filename) | |
{ | |
$ext = pathinfo($filename, PATHINFO_EXTENSION); | |
// dd($ext); | |
return fileTypeDetect($ext); | |
} | |
} | |
// file extensions and it's file type | |
if (!function_exists('fileTypeDetect')) { | |
function fileTypeDetect($ext) | |
{ | |
$fileTypes = [ | |
'Archive' => array( | |
"0" => "Hacha Split Archive File", | |
"000" => "DoubleSpace Compressed File", | |
"7z" => "7-Zip Compressed File", | |
"7z.001" => "7-Zip Split Archive Part 1 File", | |
"7z.002" => "7-Zip Split Archive Part 2 File", | |
"a00" => "ALZip Second Split Archive File", | |
"a01" => "ALZip Third Split Archive File", | |
"a02" => "ALZip Fourth Split Archive File", | |
"ace" => "WinAce Compressed File", | |
"agg" => "Bulk Data File", | |
"ain" => "AIN Compressed File Archive", | |
"alz" => "ALZip Archive", | |
"apz" => "Autoplay Media Studio Exported Project", | |
"ar" => "Unix Static Library", | |
"arc" => "Compressed File Archive", | |
"arh" => "ProTool Compressed Project File", | |
"ari" => "ARI Compressed File Archive", | |
"arj" => "ARJ Compressed File Archive", | |
"ark" => "PowerDesk Pro Archive", | |
"b1" => "B1 Compressed Archive", | |
"b64" => "Base64 MIME-Encoded File", | |
"ba" => "Scifer External Header Archive", | |
"bh" => "BlakHole Archive", | |
"bndl" => "Game Data Bundle File", | |
"boo" => "Booasm Compressed Archive", | |
"bz" => "Bzip Compressed File", | |
"bz2" => "Bzip2 Compressed File", | |
"bza" => "IZArc BGA Archive", | |
"bzip" => "Bzip Compressed Archive", | |
"bzip2" => "Bzip2 Compressed Archive", | |
"c00" => "WinAce Split Archive File", | |
"c01" => "WinAce Split Archive Part 1 File", | |
"c02" => "WinAce Split Archive Part 1 File", | |
"c10" => "WinAce Split Archive Part 10", | |
"car" => "CAR Archive", | |
"cb7" => "Comic Book 7-Zip Archive", | |
"cba" => "Comic Book ACE Archive", | |
"cbr" => "Comic Book RAR Archive", | |
"cbt" => "Comic Book TAR File", | |
"cbz" => "Comic Book Zip Archive", | |
"cdz" => "Compressed CD Image File", | |
"cp9" => "ChoicePoint Encrypted File", | |
"cpgz" => "Compressed CPIO Archive", | |
"cpt" => "Compact Pro Archive", | |
"cxarchive" => "CrossOver Bottle Archive", | |
"czip" => "ZipGenius CryptoZip File", | |
"dar" => "DAR Disk Archive", | |
"dd" => "DiskDoubler Archive", | |
"deb" => "Debian Software Package", | |
"dgc" => "DGCA File Archive", | |
"dist" => "Mac OS X Distribution Script", | |
"dl_" => "Compressed DLL File", | |
"dz" => "Dzip File", | |
"ecs" => "Sony Ericsson Phone Backup File", | |
"efw" => "Renamed Zip or Executable File", | |
"egg" => "ALZip Archive", | |
"epi" => "EclipsePackager2000 Compressed File", | |
"f" => "Freeze Compressed File", | |
"fdp" => "MySafe Encrypted Data", | |
"fp8" => "FP8 (= Fast PAQ8) Compressed File", | |
"gca" => "GCA File Archive", | |
"gmz" => "Compressed GameMaker File", | |
"gz" => "Gnu Zipped Archive", | |
"gz2" => "Misnamed BZ2 File", | |
"gza" => "IZArc BGA Archive File", | |
"gzi" => "Unix Gzip File", | |
"gzip" => "Gnu Zipped File", | |
"ha" => "HA Compressed Archive", | |
"hbc" => "HyperBac Compressed Archive", | |
"hbc2" => "HyperBac Compressed File Archive", | |
"hbe" => "HyperBac Compressed and Encrypted Archive", | |
"hki" => "WinHKI Archive", | |
"hki1" => "WinHKI HKI1 Archive", | |
"hki2" => "WinHKI HKI2 Archive", | |
"hki3" => "WinHKI HKI3 Archive", | |
"hpk" => "HPack Compressed Archive", | |
"hyp" => "HYPER Compressed Archive", | |
"ice" => "ICE File Archive", | |
"ipg" => "iPod Game File", | |
"ipk" => "Itsy Package", | |
"ish" => "ISH Compressed Archive", | |
"ita" => "IconTweaker Theme Archive", | |
"ize" => "IZArc Archive", | |
"j" => "JAR Archive", | |
"jar.pack" => "Pack200 Packed Jar File", | |
"jgz" => "Gzipped Javascript File", | |
"jic" => "Java Icon File", | |
"kgb" => "KGB Archive File", | |
"kz" => "KuaiZip Compressed File", | |
"layout" => "LayOut Document", | |
"lbr" => "LU Library Archive", | |
"lemon" => "LemonShare.net Download", | |
"lha" => "LHARC Compressed Archive", | |
"lnx" => "Commodore 64 Lynx Archive", | |
"lqr" => "SQ Compressed LBR Archive", | |
"lz" => "Lzip Compressed File", | |
"lzh" => "LZH Compressed File", | |
"lzm" => "Slax Module", | |
"lzma" => "LZMA Compressed File", | |
"lzo" => "LZO Compressed File", | |
"lzx" => "Amiga LZX Compressed File", | |
"md" => "MDCD Compressed Archive", | |
"mint" => "Linux Mint Installer File", | |
"mou" => "WinMount Compressed File", | |
"mpkg" => "Meta Package File", | |
"mzp" => "WinArchiver Mountable Archive", | |
"mzp" => "MAXScript Zip Package", | |
"nex" => "Navigator Extension", | |
"oar" => "OpenSimulator Archive", | |
"oz" => "Opera Job Management Compressed File", | |
"p01" => "Parchive Recovery Volume", | |
"p19" => "Parchive Recovery Volume", | |
"pack.gz" => "Pack200 Compressed Archive", | |
"package" => "Linux Autopackage File", | |
"pae" => "PowerArchiver Encrypted Archive", | |
"pak" => "PAK (Packed) File", | |
"paq6" => "PAQ6 Data Archive", | |
"paq7" => "PAQ7 Data Archive", | |
"paq8" => "PAQ8 Data Archive", | |
"paq8f" => "PAQ8F Compressed Archive", | |
"par" => "Parchive Index File", | |
"par2" => "Parchive 2 Index File", | |
"pax" => "PAX Archive", | |
"pbi" => "PC BSD Installer Package", | |
"pcv" => "MozBackup Profile Backup", | |
"pea" => "PEA File Archive", | |
"pet" => "Puppy Linux Install Package", | |
"pf" => "Private File", | |
"pim" => "PIM Archive", | |
"pit" => "PackIt Compressed Archive", | |
"piz" => "Zipped File", | |
"pkg" => "Mac OS X Installer Package", | |
"psz" => "Compressed PostScript File", | |
"pup" => "Puppy Linux DotPup Installer Package", | |
"pup" => "PlayStation 3 Update File", | |
"puz" => "Packed Publisher File", | |
"pwa" => "Password Agent File", | |
"qda" => "Quadruple D Archive", | |
"r0" => "WinRAR Compressed Archive", | |
"r00" => "WinRAR Compressed Archive", | |
"r01" => "WinRAR Split Archive Part 1", | |
"r02" => "WinRAR Split Archive Part 2", | |
"r03" => "WinRAR Split Archive Part 3", | |
"r1" => "WinRAR Multi-Volume Archive Part 1", | |
"r2" => "WinRAR Multi-Volume Archive Part 2", | |
"r21" => "WinRAR Split Archive Part 21", | |
"r30" => "WinRAR Split Archive Part 30", | |
"rar" => "WinRAR Compressed Archive", | |
"rar5" => "WinRAR Compressed Archive", | |
"rev" => "RAR Recovery Volume Set", | |
"rk" => "WinRK File Archive", | |
"rnc" => "RNC ProPack Archive", | |
"rp9" => "RetroPlatform Disk Image Archive", | |
"rpm" => "Red Hat Package Manager File", | |
"rte" => "RTE Encoded File", | |
"rz" => "Rzip Compressed File", | |
"s00" => "ZipSplitter Part 1 Archive", | |
"s01" => "ZipSplitter Part 2 Archive", | |
"s02" => "ZipSplitter Part 3 Archive", | |
"s7z" => "Mac OS X 7-Zip File", | |
"sar" => "Service Archive File", | |
"sbx" => "GLBasic Shoebox File", | |
"sdc" => "Secure Download Cabinet", | |
"sdn" => "Shareware Distributors Network File", | |
"sea" => "Self-Extracting Archive", | |
"sen" => "Scifer Internal Header Archive", | |
"sfs" => "Squashfs File Archive", | |
"sfx" => "Windows Self-Extracting Archive", | |
"sh" => "Unix Shell Archive", | |
"shar" => "Unix Shar Archive", | |
"shk" => "ShrinkIt Archive", | |
"shr" => "Unix Shell Archive File", | |
"sit" => "StuffIt Archive", | |
"sitx" => "StuffIt X Archive", | |
"snb" => "S Note File", | |
"spt" => "TM File Packer Compressed Archive", | |
"sqx" => "SQX Archive", | |
"srep" => "SuperREP Compressed File", | |
"sy_" => "Compressed SYS File", | |
"tar.gz" => "Compressed Tarball File", | |
"tar.gz2" => "Misnamed BZ2 Tarball", | |
"tar.lzma" => "LZMA Compressed Tarball", | |
"tar.xz" => "XZ Compressed Tar Archive", | |
"taz" => "Tar Zipped File", | |
"tbz" => "Bzip Compressed Tar Archive", | |
"tbz2" => "Tar BZip 2 Compressed File", | |
"tg" => "Gzip Compressed Tar Archive", | |
"tgz" => "Gzipped Tar File", | |
"tlz" => "Tar LZMA Compressed File", | |
"tlzma" => "LZMA Compressed Tar Archive", | |
"trs" => "Linear Saw Component Information Archive", | |
"tx_" => "Compressed Text File", | |
"txz" => "XZ Compressed Tar Archive", | |
"tz" => "Zipped Tar Archive", | |
"uc2" => "UltraCompressor 2 Archive", | |
"ufs.uzip" => "Compressed Unix File System File", | |
"uha" => "UHarc Compressed Archive", | |
"uzip" => "FreeBSD Compressed Disk Image", | |
"vem" => "Virtual Expander Compressed File", | |
"vsi" => "Visual Studio Content Installer File", | |
"war" => "Java Web Archive", | |
"wot" => "Web Of Trust File", | |
"xar" => "Extensible Archive Format File", | |
"xef" => "WinAce Encrypted File", | |
"xez" => "eManager Template Package", | |
"xmcdz" => "Mathcad Compressed Worksheet File", | |
"xx" => "XXEncoded File", | |
"xz" => "XZ Compressed Archive", | |
"y" => "Amiga Yabba Compressed File", | |
"yz" => "YAC Compressed File", | |
"yz1" => "Yamazaki ZIPPER File", | |
"z" => "Unix Compressed File", | |
"z01" => "WinZip First Split Zip File", | |
"z02" => "WinZip Second Split Zip File", | |
"z03" => "WinZip Third Split Zip File", | |
"z04" => "WinZip Fourth Split Zip File", | |
"zap" => "FileWrangler Archive", | |
"zfsendtotarget" => "Compressed Folder", | |
"zi" => "Renamed Zip File", | |
"zip" => "Zipped File", | |
"zipx" => "Extended Zip File", | |
"zix" => "WinZix Compressed File", | |
"zl" => "Zlib Compressed File", | |
"zoo" => "Zoo Compressed File", | |
"zpi" => "Zipped File", | |
"zz" => "Zzip Compressed Archive" | |
), | |
'Raster' => array( | |
"001" => "Fax File", | |
"2bp" => "Pocket PC Bitmap Image File", | |
"360" => "360desktop Panorama File", | |
"411" => "Mavica Thumbnail Image", | |
"73i" => "TI-73 Screenshot File", | |
"8pbs" => "Adobe Photoshop Macintosh File", | |
"8xi" => "TI-83/84 Plus Picture File", | |
"9.png" => "NinePatchDrawable Image", | |
"abm" => "Photo Album", | |
"accountpicture-ms" => "Windows 8 Account Picture File", | |
"acorn" => "Acorn Image", | |
"acr" => "American College of Radiology File", | |
"adc" => "Scanstudio 16 Color Image", | |
"afx" => "Auto FX Photo/Graphic Edges Image", | |
"agif" => "Active GIF Creator Project", | |
"agp" => "ArtGem Project File", | |
"aic" => "Advanced Image Coding File", | |
"ais" => "ACDSee Image Sequence File", | |
"albm" => "HP Photo Printing Software Album File", | |
"apd" => "ACDSee Photo Document", | |
"apm" => "Aldus Placeable Metafile Image", | |
"apng" => "Animated Portable Network Graphic", | |
"aps" => "Greeting Card Studio Project File", | |
"apx" => "Ability Photopaint Studio Image", | |
"arr" => "Amber Graphic File", | |
"art" => "AOL Compressed Image File", | |
"artwork" => "ArtStudio Image", | |
"arw" => "ArtStudio Image", | |
"asw" => "ACDSee Slideshow Wizard File", | |
"avatar" => "Google Talk Avatar File", | |
"awd" => "Artweaver Document", | |
"awd" => "Microsoft Fax Document", | |
"blkrt" => "Block Artist Image File", | |
"blz" => "Compressed Bitmap Image", | |
"bm2" => "Subspace Bitmap File", | |
"bmc" => "Bitmap Cache File", | |
"bmf" => "Binary Material File", | |
"bmp" => "Bitmap Image File", | |
"bmx" => "Siemens Mobile Animations File", | |
"bmz" => "Compressed Bitmap Image", | |
"brk" => "Brooktrout Fax Document", | |
"brn" => "Cube Graphics File", | |
"brt" => "Bryce Textures File", | |
"bss" => "Resident Evil Background Images File", | |
"bti" => "Nintendo Texture File", | |
"c4" => "JEDMICS Image File", | |
"cal" => "CALS Raster Graphic", | |
"cals" => "CALS Raster Graphic File", | |
"cam" => "CASIO Digital Camera Picture File", | |
"can" => "Canon Navigator Fax Document", | |
"cd5" => "Chasys Draw Image File", | |
"cdc" => "AutoCAD DesignCenter Preview Cache File", | |
"cdg" => "Compact Disc Plus Graphics Image", | |
"ce" => "ComputerEyes Image", | |
"cimg" => "CImg Image File", | |
"cin" => "Kodak Cineon Bitmap File", | |
"cit" => "Intergraph Bitmap Image File", | |
"colz" => "Adobe Collage File", | |
"cpbitmap" => "iOS Wallpaper Image", | |
"cpc" => "CPC Compressed Image File", | |
"cpd" => "Compressed PhotoDefiner Image File", | |
"cpg" => "Manga Studio Page File", | |
"cps" => "Corel Photo House File", | |
"cpt" => "Corel Photo-Paint Document", | |
"cpx" => "Corel CMX Compressed File", | |
"csf" => "Content Sealed Format", | |
"ct" => "Scitex Continuous Tone File", | |
"cut" => "Dr. Halo Bitmap Image File", | |
"dc2" => "Kodak Photo-Enhancer File", | |
"dcm" => "DICOM Image", | |
"dcx" => "Zsoft Multi-Page Paintbrush File", | |
"ddb" => "Device Dependent Bitmap", | |
"dds" => "DirectDraw Surface", | |
"ddt" => "Age of Mythology Textures File", | |
"dgt" => "DST Thumbnail File", | |
"dib" => "Device Independent Bitmap File", | |
"dicom" => "DICOM Image File", | |
"djv" => "DjVu Image", | |
"djvu" => "DjVu Image", | |
"dm3" => "DigitalMicrograph Image", | |
"dmi" => "BYOND Dream Maker Icon File", | |
"dpx" => "Digital Picture Exchange File", | |
"drz" => "Draz Paint File", | |
"dt2" => "Windows Live Messenger Emoticon Image File", | |
"dtw" => "Desktop Wallpaper", | |
"dvl" => "Virtual Library File", | |
"ecw" => "Enhanced Compression Wavelet Image", | |
"epp" => "Canon Easy-PhotoPrint Image File", | |
"exr" => "OpenEXR Image", | |
"fac" => "FACE Image File", | |
"face" => "FACE Graphic File", | |
"fal" => "Bitmap Graphic Header Information", | |
"fax" => "Fax Document", | |
"fbm" => "Fuzzy Bitmap Image", | |
"fil" => "Symbian Application Logo File", | |
"fits" => "Flexible Image Transport System File", | |
"fpg" => "Fenix Graphics Collection File", | |
"fpos" => "Photo Pos Pro Image", | |
"fpx" => "FlashPix Bitmap Image File", | |
"frm" => "Painter Frame Stack File", | |
"g3" => "CCITT Group 3 Fax Image", | |
"gbr" => "GIMP Brush File", | |
"gcdp" => "Greeting Card Studio Design Project", | |
"gfb" => "GIFBlast Compressed Image File", | |
"gfie" => "Greenfish Icon Editor Pro Graphic", | |
"ggr" => "GIMP Gradient File", | |
"gif" => "Graphical Interchange Format File", | |
"gih" => "GIMP Image Hose File", | |
"gim" => "PlayStation Portable Image File", | |
"gmbck" => "Game Maker Background Image File", | |
"gmspr" => "Game Maker Sprite File", | |
"gp4" => "CCITT Group 4 Fax File", | |
"gpd" => "Graphic PhotoDefiner Image File", | |
"gro" => "Graphic Object Bitmap", | |
"grob" => "Graphic Object Bitmap File", | |
"gry" => "Grayscale Image", | |
"hdp" => "HD Photo File", | |
"hdr" => "High Dynamic Range Image File", | |
"hdrp" => "HDRtist Pro Document", | |
"hf" => "HF Image", | |
"hpi" => "Hemera Photo Objects Image File", | |
"hr" => "TRS-80 Image", | |
"hrf" => "Hitachi Raster Format File", | |
"i3d" => "Houdini Image 3D File", | |
"ic1" => "Low Resolution Imagic Graphics File", | |
"ic2" => "Medium Resolution Imagic Graphics File", | |
"ic3" => "High Resolution Imagic Graphics File", | |
"ica" => "Image Object Content Architecture File", | |
"icb" => "Targa ICB Bitmap Image", | |
"icn" => "Windows Icon File", | |
"icon" => "Icon Image File", | |
"icpr" => "IconUtils Project File", | |
"ilbm" => "Interleaved Bitmap Image", | |
"img" => "GEM Image", | |
"imj" => "JFIF Bitmap Image", | |
"info" => "ZoomBrowser Image Index File", | |
"ink" => "Pantone Reference File", | |
"int" => "SGI Integer Image", | |
"iphotoproject" => "iPhoto Print Project", | |
"ipick" => "iPick Football Image", | |
"ipx" => "IPIX Image", | |
"itc2" => "iTunes Cover Flow Data File 2", | |
"ithmb" => "iPod and iPhone Photo Thumbnails File", | |
"ivr" => "Image Worlds File", | |
"ivue" => "Live Picture IVUE Image", | |
"iwi" => "Infinity Ward Texture File", | |
"j" => "JPEG Image", | |
"j2c" => "JPEG 2000 Code Stream", | |
"j2k" => "JPEG 2000 Image", | |
"jas" => "Paint Shop Pro Compressed Graphic", | |
"jb2" => "JBIG2 Image", | |
"jbf" => "Paint Shop Pro Browser Cache File", | |
"jbig" => "Joint Bi-level Image Group File", | |
"jbig2" => "JBIG2", | |
"jbmp" => "JAmes OS Bitmap Image", | |
"jbr" => "Paint Shop Pro Brushes File", | |
"jfi" => "JPEG File Interchange Image", | |
"jfif" => "JPEG File Interchange Format", | |
"jia" => "Digital Photo Navigator Album", | |
"jif" => "JPEG Image File", | |
"jiff" => "JPEG Image File Format", | |
"jng" => "JPEG Network Graphic", | |
"jp2" => "JPEG 2000 Core Image File", | |
"jpc" => "JPEG 2000 Code Stream File", | |
"jpd" => "Joint PhotoDefiner Image", | |
"jpe" => "JPEG Image", | |
"jpeg" => "JPEG Image", | |
"jpf" => "JPEG 2000 Image", | |
"jpg" => "JPEG Image", | |
"jpg2" => "JPEG 2000 Image", | |
"jps" => "Stereo JPEG Image", | |
"jpx" => "JPEG 2000 Image File", | |
"jtf" => "JPEG Tagged Interchange Format", | |
"jwl" => "Roxio Jewel Case File", | |
"jxr" => "JPEG XR Image", | |
"kdi" => "KD Player Skin Image File", | |
"kdk" => "Kodak Proprietary Decimated TIFF File", | |
"kfx" => "Kofax Image File", | |
"kic" => "Kodak Compressed Image File", | |
"kodak" => "Kodak Photo CD File", | |
"kpg" => "Kai's Power Goo Graphic", | |
"lbm" => "Deluxe Paint Bitmap Image", | |
"lif" => "Leica Image File", | |
"ljp" => "Lossless JPEG Image", | |
"lzp" => "LazPaint Image", | |
"mac" => "MacPaint Image", | |
"mat" => "Vue Material File", | |
"max" => "PaperPort Scanned Document", | |
"mbm" => "Multi Bitmap File", | |
"mbm" => "Kerbal Space Program Texture File", | |
"mcs" => "Mathcad Image", | |
"met" => "Presentation Manager Metafile", | |
"mic" => "Image Composer File", | |
"mip" => "Multiple Image Print File", | |
"mix" => "Microsoft Image Exchange File", | |
"mng" => "Multiple Network Graphic", | |
"mnr" => "AutoCAD Menu Resource File", | |
"mpf" => "Microsoft Media Package FIle", | |
"mpo" => "Multi Picture Object File", | |
"mrb" => "Multiple Resolution Bitmap File", | |
"mrxs" => "MIRAX Virtual Slide File", | |
"msk" => "Paint Shop Pro Mask File", | |
"msp" => "Microsoft Paint Bitmap Image", | |
"mxi" => "Maxwell Image", | |
"myl" => "MyLogo Maker Image", | |
"ncd" => "Nero CoverDesigner File", | |
"ncr" => "NCR Image", | |
"nct" => "Nero CoverDesigner Template", | |
"neo" => "NeoChrome Bitmap Image", | |
"nlm" => "Nokia Logo File", | |
"oc3" => "openCanvas 3 Event File", | |
"oc4" => "openCanvas 4 Event File", | |
"oc5" => "openCanvas 5 Event File", | |
"oci" => "openCanvas Image", | |
"odi" => "OpenDocument Image", | |
"omf" => "OMF Interchange Image File", | |
"oplc" => "Nokia Operator Logo File", | |
"ora" => "OpenRaster Image File", | |
"ota" => "OTA Bitmap Image", | |
"otb" => "Nokia Over The Air Bitmap Image", | |
"oti" => "OpenDocument Image Template", | |
"ozb" => "MU Online Image File", | |
"ozj" => "MU Online Image File", | |
"ozt" => "MU Online Image File", | |
"pac" => "STAD Graphic File", | |
"pal" => "Dr. Halo Color Palette File", | |
"pano" => "Camera Panoramic Picture", | |
"pap" => "PanoramaStudio Project File", | |
"pat" => "Pattern File", | |
"pbm" => "Portable Bitmap Image", | |
"pc1" => "Degas Elite Low Res Image File", | |
"pc2" => "Degas Elite Medium Res Image File", | |
"pc3" => "Degas Elite High Res Image File", | |
"pcd" => "Kodak Photo CD Image File", | |
"pcx" => "Paintbrush Bitmap Image File", | |
"pdd" => "Adobe PhotoDeluxe Image", | |
"pdn" => "Paint.NET Image File", | |
"pe4" => "Photo Explorer Thumbnail Archive", | |
"pe4" => "PhotoImpact Image Archive", | |
"pfi" => "PhotoFiltre Studio Image", | |
"pfr" => "Paint Shop Pro Picture Frame File", | |
"pgf" => "Progressive Graphics File", | |
"pgm" => "Portable Gray Map Image", | |
"pi1" => "Degas Low Resolution Image File", | |
"pi2" => "Portrait Innovations Photo", | |
"pi2" => "Degas Medium Resolution Image File", | |
"pi3" => "Degas High Resolution Image File", | |
"pi4" => "DEGAS Image", | |
"pi5" => "DEGAS Bitmap Image", | |
"pi6" => "DEGAS Bitmap Image File", | |
"pic" => "QuickTime PICT Image", | |
"pic" => "Houdini Raster Image", | |
"pic" => "Generic Picture File", | |
"picnc" => "Houdini 3D Compositing Image", | |
"pict" => "Picture File", | |
"pictclipping" => "Picture Clipping File", | |
"pix" => "Alias PIX Image", | |
"pix" => "BRL-CAD Raw Image File", | |
"pixadex" => "Pixadex Icon", | |
"pjpeg" => "Progressive JPEG Image", | |
"pjpg" => "Progressive JPEG Image", | |
"pm" => "Unix XV Graphic File", | |
"pm3" => "PageMaker 3 Document", | |
"pmg" => "Adobe Photoshop Photomerge Panoramic Composition File", | |
"png" => "Portable Network Graphic", | |
"pni" => "Popnoggin Image File", | |
"pnm" => "Portable Any Map Image", | |
"pns" => "PNG Stereo Image", | |
"pnt" => "MacPaint File", | |
"pntg" => "MacPaint Graphic File", | |
"pop" => "Samsung Popcon Character File", | |
"pov" => "POV-Ray Raytracing Format", | |
"pov" => "Prolab Object File", | |
"pp4" => "Picture Publisher Bitmap File", | |
"pp5" => "Picture Publisher 5 Image File", | |
"ppf" => "Picture Publisher Image File", | |
"ppm" => "Portable Pixmap Image File", | |
"prw" => "Artlantis Shader Preview File", | |
"psb" => "Photoshop Large Document Format", | |
"psd" => "Adobe Photoshop Document", | |
"psdx" => "Photoshop Touch Document", | |
"pse" => "Photoshop Elements Photo Project", | |
"psf" => "PhotoStudio File", | |
"psp" => "Paint Shop Pro Image File", | |
"pspbrush" => "Paint Shop Photo Pro Brush File", | |
"pspimage" => "PaintShop Pro Image", | |
"ptg" => "ArtRage Painting", | |
"ptk" => "Puntotek Embroidery Design File", | |
"pts" => "PTGui Project File", | |
"ptx" => "Pentax RAW Image File", | |
"ptx" => "Paint Shop Pro Texture File", | |
"pvr" => "POWERVR Texture File", | |
"pwp" => "PhotoWorks Image File", | |
"px" => "Pixel Image File", | |
"pxd" => "Pixlr Layered Image", | |
"pxicon" => "CandyBar Icon", | |
"pxm" => "Pixelmator Image File", | |
"pxr" => "Pixar Image File", | |
"pza" => "PhotoSuite Album File", | |
"pzp" => "PhotoSuite Project File", | |
"pzs" => "PhotoSuite Slide Show File", | |
"qif" => "QuickTime Image File", | |
"qmg" => "Samsung Theme Graphics File", | |
"qti" => "QuickTime Image File", | |
"qtif" => "QuickTime Image File", | |
"ras" => "Sun Raster Graphic", | |
"rcl" => "Recolored Project File", | |
"rcu" => "RealWorld Layered Cursor Image", | |
"rgb" => "RGB Bitmap", | |
"rgb" => "Q0 Image File", | |
"rgf" => "LEGO MINDSTORMS EV3 Robot Graphics File", | |
"ric" => "NXT Image File", | |
"rif" => "Painter Raster Image File", | |
"riff" => "Painter Raster Image", | |
"rix" => "ColoRIX Image", | |
"rle" => "Run Length Encoded Bitmap", | |
"rli" => "RealWorld Graphics Layered Image", | |
"rpf" => "Rich Pixel Format File", | |
"rri" => "RealWorld Image", | |
"rs" => "Sun Raster Graphic", | |
"rsb" => "Red Storm Bitmap File", | |
"rsr" => "Poser Model Preview File", | |
"s2mv" => "StarCraft 2 Map Preview File", | |
"sai" => "PaintTool SAI Image", | |
"sar" => "Saracen Paint Image", | |
"sbp" => "Sketchbook Express iCloud Image", | |
"scg" => "ColoRIX Image File", | |
"sci" => "ColoRIX Graphics Image", | |
"scn" => "TreePaint Image", | |
"scp" => "ColoRIX Bitmap Graphic File", | |
"sct" => "Scitex Continuous Tone File", | |
"scu" => "ColoRIX Bitmap Image", | |
"sdr" => "SmartDraw Drawing", | |
"sep" => "Separated Image File", | |
"sfc" => "Motic Microscope Image", | |
"sff" => "Structured Fax File", | |
"sfw" => "Seattle FilmWorks Image", | |
"sgi" => "Silicon Graphics Image File", | |
"shg" => "Segmented Hyper-Graphic", | |
"sid" => "MrSID Image", | |
"sig" => "Broderbund Sign File", | |
"sim" => "Aurora Image", | |
"skitch" => "Skitch Image", | |
"skm" => "SketchUp Materials File", | |
"skypeemoticonset" => "Skype Emoticon Set File", | |
"sld" => "AutoCAD Slide File", | |
"smp" => "Xionics SMP Image", | |
"sob" => "OpenOffice.org Impress Bimap Styles File", | |
"spa" => "MikuMikuDance Sphere Mapping File", | |
"spc" => "Spectrum 512 Compressed Image", | |
"spe" => "WinSpec CCD Capture File", | |
"sph" => "MikuMikuDance Sphere Mapping File", | |
"spiff" => "Still Picture Interchange File Format", | |
"spj" => "Microsoft ICE Panorama Project", | |
"spp" => "Serif PhotoPlus Picture File", | |
"spr" => "Half-Life Sprite File", | |
"sprite" => "Scratch Sprite File", | |
"spu" => "Spectrum 512 Image", | |
"sr" => "Sun Raster Image File", | |
"ste" => "Samsung IPOLIS Image File", | |
"sumo" => "Sumo Paint Image", | |
"sun" => "Sun Raster Graphic File", | |
"suniff" => "Sun TAAC Image", | |
"sup" => "Subtitle Bitmap File", | |
"sva" => "Manga Browser Comic File", | |
"t2b" => "CyBook Thumbnail Image", | |
"taac" => "Sun TAAC Image File", | |
"tb0" => "Adobe Photoshop Thumbnail Cache File", | |
"tbn" => "XBMC Thumbnail Image", | |
"tex" => "Texture File", | |
"tfc" => "Unreal Engine 3 Texture File Cache", | |
"tg4" => "Tiled Group 4 Raster Image File", | |
"tga" => "Targa Graphic", | |
"thm" => "Video Thumbnail File", | |
"thm" => "Thumbnail Image File", | |
"thumb" => "JAlbum Thumbnail File", | |
"tif" => "Tagged Image File", | |
"tif" => "GeoTIFF Image", | |
"tiff" => "Tagged Image File Format", | |
"tjp" => "Tiled JPEG File", | |
"tm2" => "PlayStation 2 Graphic", | |
"tn" => "LG Phone Image", | |
"tn1" => "Tiny Low Resolution Image", | |
"tn2" => "Tiny Medium Resolution Image", | |
"tn3" => "Tiny High Resolution Image", | |
"tny" => "Atari Tiny Image", | |
"tpf" => "TexMod Package File", | |
"tpi" => "TrueVision Bitmap Image", | |
"tps" => "TexturePacker Sprite Sheet File", | |
"trif" => "Tiled Raster Interchange Format", | |
"tub" => "Paint Shop Pro Picture Tube", | |
"u" => "Subsampled Raw YUV Image", | |
"ufo" => "Ulead File Object", | |
"uga" => "Ulead GIF Animator File", | |
"urt" => "Utah Raster Toolkit File", | |
"usertile-ms" => "Windows 8 User Tile File", | |
"v" => "Subsampled Raw YUV Image", | |
"vda" => "Targa Bitmap Image File", | |
"vff" => "Sun TAAC Graphic File", | |
"vic" => "VICAR Image", | |
"viff" => "Visualization Image File Format", | |
"vna" => "JVC JLIP Image", | |
"vpe" => "Photoshop Vanishing Point Export File", | |
"vrphoto" => "VR Photo Image", | |
"vss" => "Visio Stencil File", | |
"vst" => "Targa Bitmap Image", | |
"wb1" => "Webshots Picture File", | |
"wbc" => "Webshots Collection File", | |
"wbd" => "Webshots Picture File", | |
"wbm" => "Wireless Bitmap Image", | |
"wbmp" => "Wireless Bitmap Image File", | |
"wbz" => "Webshots Download Picture File", | |
"wdp" => "Windows Media Photo File", | |
"webp" => "WebP Image", | |
"wi" => "Wavelet Image", | |
"wic" => "J Wavelet Image", | |
"wmp" => "Windows Media Photo File", | |
"wpb" => "openCanvas 1.1 Image", | |
"wpe" => "openCanvas 1.1 Event File", | |
"wvl" => "Wavelet Image", | |
"xbm" => "X11 Bitmap Graphic", | |
"xcf" => "GIMP Image File", | |
"xpm" => "X11 Pixmap Graphic", | |
"xwd" => "X Windows Dump Image", | |
"y" => "Subsampled Raw YUV Image", | |
"ysp" => "BYOB Sprite File", | |
"yuv" => "YUV Encoded Image File", | |
"zif" => "Zooming Image Format File" | |
), 'Disk Image' => array( | |
"000" => "Virtual CD Disc Image File", | |
"2mg" => "Apple IIGS Disk Image", | |
"aa" => "Generic CD Image", | |
"adf" => "Amiga Disk File", | |
"adz" => "Compressed Amiga Disk File", | |
"afd" => "AFF Disk Image Part File", | |
"aff" => "AFF Disk Image", | |
"afm" => "AFF Metadata File", | |
"ashdisc" => "Ashampoo Burning Studio Image", | |
"atr" => "Atari Disk Image", | |
"avhd" => "Hyper-V SnapShot File", | |
"b5i" => "BlindWrite 5 Disk Image", | |
"b5t" => "BlindWrite 5 Disc Track Information File", | |
"b6i" => "BlindWrite 6 Disc Image", | |
"b6t" => "BlindWrite 6 Track Information File", | |
"bdf" => "MIDAS BDF Disk Image File", | |
"bif" => "Boot Information File", | |
"bin" => "Binary Disc Image", | |
"bwa" => "BlindWrite Disk Information File", | |
"bwi" => "BlindWrite CD/DVD Disc Image", | |
"bws" => "BlindWrite Sub Code File", | |
"bwt" => "BlindWrite 4 Disk Image", | |
"bwz" => "WinImage Batch Configuration File", | |
"c2d" => "WinOnCD Disc Image", | |
"ccd" => "CloneCD Disc Image", | |
"cd" => "CD-i OptImage", | |
"cdi" => "DiscJuggler Disc Image", | |
"cdm" => "NTI CD-Maker Image", | |
"cdr" => "Macintosh DVD/CD Master", | |
"cdt" => "CD-Text File", | |
"cfs" => "Compact File Set Archive", | |
"cif" => "Easy CD Creator Disk Image", | |
"cl5" => "Easy CD Creator 5 Saved Project", | |
"cso" => "Compressed ISO Disk Image", | |
"cue" => "CDRWIN Cue Sheet", | |
"cue" => "Cue Sheet File", | |
"d00" => "VirtualDrive Disc Image Part File", | |
"d01" => "VirtualDrive Disc Image Part 2 File", | |
"d64" => "Commodore 64 Disk Image", | |
"d88" => "Toshiba Pasopia 7 Disk File", | |
"daa" => "PowerISO Direct-Access-Archive", | |
"dao" => "Disk at Once CD/DVD Image", | |
"dax" => "PSP Compressed ISO Disc Image", | |
"dbr" => "DeepBurner Disc Project", | |
"dcf" => "Disk Copy Fast Disk Image File", | |
"disc" => "Toast Document", | |
"disk" => "Linux Virtual Hard Disk", | |
"dmg" => "Mac OS X Disk Image", | |
"dmgpart" => "Mac OS X Disk Image Part", | |
"dms" => "Disk Masher Image", | |
"dsk" => "Disk Image", | |
"dvd" => "CloneCD DVD Information File", | |
"dvdr" => "DVD/CD-R Master Image", | |
"dxp" => "CDBurnerXP Data Compilation File", | |
"e01" => "EnCase Image File", | |
"ecm" => "ECM Disc Image", | |
"eda" => "Ensoniq ASR Disk Image", | |
"ede" => "Ensoniq EPS Disk Image", | |
"edk" => "Ensoniq KT Disk Image", | |
"edq" => "Ensoniq SQ1/SQ2/KS32 Disk Image", | |
"eds" => "Ensoniq SQ-80 Disk Image", | |
"edv" => "Ensoniq VFX-SD Disk Image", | |
"eui" => "Ensoniq EPS Compacted Disk Image", | |
"fcd" => "Virtual CD Format", | |
"fdd" => "Parallels Desktop Floppy Disk Image File", | |
"fdi" => "Amiga Disk Image", | |
"flg" => "IsoPuzzle Flag File", | |
"flp" => "Floppy Disk Image", | |
"g41" => "Commodore 1541 Disk Image", | |
"gbi" => "gBurner Project File", | |
"gcd" => "Prassi CD Image", | |
"gdrive" => "Gizmo Virtual Drive File", | |
"gi" => "Global Image", | |
"gkh" => "Ensoniq EPS Family Disk Image", | |
"hdd" => "Parallels Desktop Hard Disk File", | |
"hdi" => "Hard Disk Image", | |
"hds" => "Parallels Desktop Hard Disk File", | |
"hfs" => "HFS Disk Image File", | |
"hfv" => "HFS Disk Image", | |
"i00" => "DVD Shrink Part 1 File", | |
"i01" => "DVD Shrink Part 2 File", | |
"i02" => "DVD Shrink Part 3 File", | |
"ibb" => "ImgBurn Project File", | |
"ibp" => "IsoBuster Managed Image Information File", | |
"ibq" => "IsoBuster Managed Image File", | |
"ima" => "Disk Image", | |
"image" => "Apple Disk Image", | |
"img" => "Disc Image Data File", | |
"img" => "Floppy Disk Image", | |
"img" => "Macintosh Disk Image", | |
"imz" => "WinImage Compressed Disk Image", | |
"ipf" => "Interchangeable Preservation File", | |
"iso" => "Disc Image File", | |
"isz" => "Zipped ISO Disk Image", | |
"ixa" => "Ulead Disc Image format", | |
"k3b" => "K3b Disk Burning Project File", | |
"l01" => "EnCase Logical Evidence File", | |
"lcd" => "CDSpace Emulated Disk Image", | |
"lnx" => "Atari Lynx ROM", | |
"mbi" => "Multi-Bootable Information File", | |
"md0" => "Alcohol Disk Image Segment 1", | |
"md1" => "Alcohol Disk Image Segment 2", | |
"md1" => "GEAR CD/DVD Disc Image", | |
"md2" => "Alcohol Disk Image Segment 2", | |
"mdf" => "Media Disc Image File", | |
"mds" => "Media Descriptor File", | |
"mdx" => "Extended Media Descriptor File", | |
"mir" => "Mini-Image Ripper Disc Image", | |
"mlc" => "MobaLiveCD File", | |
"mrimg" => "Macrium Reflect Disk Image", | |
"ncd" => "NTI CD-Maker Disc Image", | |
"ndif" => "Apple New Disk Image Format File", | |
"nfi" => "Dreambox Disc Image", | |
"nn" => "Nero CD File List", | |
"nrg" => "Nero CD/DVD Image File", | |
"nri" => "Nero ISO CD Compilation File", | |
"omg" => "Image File", | |
"p01" => "Toast CD Image", | |
"p01" => "GEAR CD/DVD Disc Image", | |
"p2g" => "Power2Go Project File", | |
"p2i" => "Power2Go Disc Image", | |
"partimg" => "Partimage File", | |
"pdi" => "InstantCopy Disc Image", | |
"pgd" => "PGP Disk Image", | |
"pgx" => "Hopedot VOS Data File", | |
"pqi" => "PowerQuest Drive Image", | |
"pvm" => "Parallels Virtual Machine", | |
"pxi" => "PlexTools Disc Image", | |
"qcow" => "QEMU Copy On Write Disk Image", | |
"qcow2" => "QEMU Copy On Write Version 2 Disk Image", | |
"ratdvd" => "RatDVD Disk Image", | |
"rcl" => "Easy CD and DVD Creator 6 Project", | |
"rdf" => "PowerProducer Disc Image", | |
"sco" => "TotalRecovery Backup Image", | |
"sdi" => "Windows System Deployment Image", | |
"sdsk" => "SafeHouse Private Storage Volume", | |
"simg" => "Synclavier Disk Image File", | |
"smi" => "Self-Mounting Disk Image", | |
"sopt" => "Synclavier Optical Disk Image File", | |
"sparsebundle" => "Mac OS X Sparse Bundle", | |
"sparseimage" => "Mac OS X Sparse Image", | |
"sqfs" => "Squash FS Bootable File", | |
"st" => "Atari ST Disk Image", | |
"sub" => "CloneCD Subchannel File", | |
"swm" => "Split Windows Imaging Format File", | |
"t64" => "Commodore 64 Tape Image File", | |
"tao" => "Track at Once CD/DVD Image", | |
"tap" => "Commodore 64 Cassette Tape Image", | |
"tc" => "TrueCrypt Volume", | |
"td0" => "Teledisk Archive", | |
"tib" => "Acronis True Image File", | |
"toast" => "Toast Disc Image", | |
"toc" => "Brasero Table of Contents File", | |
"tzx" => "ZX Spectrum Tape Image File", | |
"udf" => "Universal Disk Format File", | |
"ufs" => "FreeBSD Unix File System File", | |
"uibak" => "UltraISO Backup Disk Image", | |
"uif" => "Universal Image Format Disc Image", | |
"vaporcd" => "Norum Vapor CD", | |
"vc4" => "Virtual CD Disc Image", | |
"vc6" => "Virtual CD 6 CD Image", | |
"vc8" => "Virtual CD 8 Disc Image", | |
"vcd" => "Virtual CD", | |
"vcd" => "FarStone Virtual Drive", | |
"vco" => "Virtual CD Collection File", | |
"vcx" => "Virtual Disc Definition File", | |
"vdi" => "VirtualBox Virtual Disk Image", | |
"vdi" => "Virtuo CD Manager Disk Image", | |
"vfd" => "Virtual Floppy Disk", | |
"vhd" => "Virtual PC Virtual Hard Disk", | |
"vhdx" => "Windows 8 Virtual Hard Drive File", | |
"vmdk" => "Virtual Machine Disk File", | |
"vmwarevm" => "VMware Fusion Virtual Machine", | |
"volarchive" => "CopyCatX Volume Archive", | |
"wii" => "Scrambled Wii Disc Image", | |
"wil" => "WinImage Disk Image List", | |
"wim" => "Windows Imaging Format File", | |
"winclone" => "Winclone Image", | |
"wlz" => "WinImage Compressed Disk Image Set", | |
"wmt" => "WinMount Virtual Disk File", | |
"x64" => "Commodore 64 Disk Image", | |
"xa" => "GEAR CD/DVD Disc Image", | |
"xdi" => "WinArchiver Extended Disc Image File", | |
"xmd" => "Extended Media Disc Image", | |
"xmf" => "GameJack Disc Image File", | |
"xva" => "XenServer Virtual Appliance File" | |
), 'Encoded' => array( | |
"aep" => "Advanced Encryption Package Encrypted File", | |
"aes" => "AES Crypt Encrypted File", | |
"afp" => "FileProtector Encrypted File", | |
"asc" => "PGP ASCII Armored File", | |
"axx" => "AxCrypt Encrypted File", | |
"azf" => "AirZip FileSECURE File", | |
"azs" => "AirZip FileSECURE File", | |
"b2a" => "Btoa Encoded File", | |
"bfa" => "Blowfish Encrypted File", | |
"bhx" => "BinHex Encoded File", | |
"bin" => "Macbinary Encoded File", | |
"bpk" => "Nero SecurDisc Public Key File", | |
"bpw" => "Bitser Password File", | |
"bsk" => "Nero SecurDisc Private Key File", | |
"btoa" => "Binary-to-ASCII Encoded File", | |
"bvd" => "Bitdefender Vault File", | |
"ccf" => "CryptLoad Container File", | |
"cef" => "CenturionMail Encrypted Package", | |
"cgp" => "PixelCryptor Encrypted File", | |
"chml" => "Chameleon Encrypted Database File", | |
"clx" => "Ceelox SecureMail Secure Message", | |
"cng" => "CryptoNG Encrypted Archive", | |
"cpio" => "Unix CPIO Archive", | |
"cpt" => "Ccrypt Encrypted Archive", | |
"crypted" => "WinOptimizer Encrypted File", | |
"cryptra" => "Cryptra Encrypted File", | |
"dc4" => "ViaThinkSoft (De)Coder 4 File", | |
"dcd" => "DisCryptor Encrypted Database", | |
"dcf" => "Safetica Free Encrypted Archive", | |
"dco" => "Safetica Free Encrypted Virtual Disk Archive", | |
"dim" => "DIME File", | |
"dime" => "Direct Internet Message Encapsulation File", | |
"dlc" => "Download Link Container File", | |
"e4a" => "Encrypt4all Archive", | |
"efl" => "Encryptafile Encrypted File", | |
"efr" => "Encryptafile Private Key File", | |
"efu" => "Encryptafile Public Key File", | |
"emc" => "Striata Reader Encrypted Document", | |
"enc" => "Encoded File", | |
"enx" => "Max PC Safe Encrypted File", | |
"esf" => "Password Manager Container File", | |
"fpenc" => "FileProtect Encrypted File", | |
"fsm" => "Splitty Master Split File", | |
"gfe" => "Glarysoft Encrypted File", | |
"gxk" => "Galaxkey Secured File", | |
"hbx" => "BinHex Encoded File", | |
"hex" => "BinHex Encoded File", | |
"hid" => "KeepSafe File", | |
"hid2" => "KeepSafe File", | |
"hqx" => "BinHex 4.0 Encoded File", | |
"htpasswd" => "Apache HTACCESS File", | |
"idea" => "Tresor IDEA Encrypted File", | |
"jac" => "JaStaCry Encrypted File", | |
"jcrypt" => "JCRYPT File", | |
"kde" => "KryptoStorage Container File", | |
"klq" => "Kaspersky Anti-Virus quarantine file", | |
"ksd" => "KeepSafe File", | |
"lastlogin" => "Minecraft User Credential File", | |
"lcn" => "License File", | |
"lvivt" => "Lvivtotoro Encrypted Game File", | |
"mcrp" => "MobyExplorer Encrypted File", | |
"meo" => "MEO Encrypted Archive", | |
"mfs" => "MetFS Encrypted File System", | |
"mim" => "Multi-Purpose Internet Mail Message File", | |
"mime" => "Multi-Purpose Internet Mail Extension", | |
"mjd" => "Adobe Acrobat MIME Encoded Job Definition File", | |
"mme" => "Multi-Purpose Internet Mail", | |
"mnc" => "AutoCAD Compiled Menu File", | |
"mse" => "3ds Max Encrypted MAXScript File", | |
"pack" => "Pack200 Packed Jar File", | |
"pdc" => "Lizard Safeguard Secure PDF File", | |
"pkey" => "PowerKey Encrypted File", | |
"psw6" => "Password Depot 6 File", | |
"rdi" => "Rohos Disk Image File", | |
"rsdf" => "RapidShare Download File", | |
"rzk" => "Red Zion Key File", | |
"rzx" => "File Crypt Encrypted File", | |
"safe" => "SIGLock Encrypted File", | |
"scb" => "Scrambls Encrypted File", | |
"sdo" => "Signed Document", | |
"sdoc" => "Sealed Word Document", | |
"sef" => "Encryptafile Signature File", | |
"sef" => "Password Manager Container File", | |
"sgz" => "SigzaLock Encrypted File", | |
"shy" => "ShyFile Encrypted File", | |
"sme" => "SmartEncryptor Encrypted File", | |
"snk" => "Strong Name Key File", | |
"spd" => "Sealed Acrobat Document", | |
"spdf" => "Sealed PDF File", | |
"suf" => "Ccrypt Encrypted File", | |
"switch" => "Switch Package", | |
"tar.md5" => "Android System File", | |
"uea" => "Protector Suite QL Encrypted Archive", | |
"uu" => "Uuencoded File", | |
"uud" => "UUDecoded File", | |
"uue" => "Uuencoded File", | |
"vdata" => "Vaulty Vault File", | |
"vlt" => "WinVault File Archive", | |
"vp" => "Verilog Encrypted Source Code File", | |
"wpe" => "WordPerfect Entrust Document", | |
"xxe" => "XXEncoded File", | |
"yenc" => "yEnc File", | |
"ync" => "yEnc Encoded File", | |
"zps" => "Zebra Portable Safe File" | |
), 'System' => array( | |
"0" => "Shared Library Link File", | |
"000" => "Indexing Service Data File", | |
"2fs" => "Puppy Linux Save State File", | |
"386" => "Windows Virtual Device Driver", | |
"3fs" => "Puppy Linux Save State File", | |
"73u" => "TI-73 Explorer Operating System File", | |
"8xu" => "TI-83 Plus Operating System File", | |
"adm" => "Administrative Template File", | |
"adml" => "Group Policy Language-Specific Administrative Template", | |
"admx" => "Group Policy Administrative Template File", | |
"adv" => "Audio Driver File", | |
"aml" => "ACPI Machine Language File", | |
"ani" => "Windows Animated Cursor", | |
"ann" => "Help Annotations", | |
"aos" => "ARCHOS PCtablet Firmware File", | |
"asec" => "Android Secure Application File", | |
"atahd" => "ATA Hard Drive Flag File", | |
"automaticdestinations-ms" => "Windows Jump List File", | |
"bash_history" => "Bash History File", | |
"bash_profile" => "Bash Interactive Login Shell File", | |
"bashrc" => "Bash Non-Interactive Login Shell File", | |
"bcd" => "Windows Boot Configuration Data File", | |
"bin" => "Router Firmware File", | |
"bio" => "BIOS File", | |
"bk1" => "Windows Indexing Service File", | |
"bk2" => "Windows Indexing Service Data File", | |
"blf" => "CLFS Base Log File", | |
"bmk" => "Help Bookmarks", | |
"bom" => "Mac OS X Bill of Materials File", | |
"bud" => "Binary Printer Description File", | |
"c32" => "Syslinux COM32 Module", | |
"cab" => "Windows Cabinet File", | |
"cat" => "Windows Catalog File", | |
"cdmp" => "WCS Device Model Profile", | |
"cgz" => "Linux Drivers Archive", | |
"chg" => "Windows Net Logon File", | |
"chk" => "Netgear Router Firmware File", | |
"chs" => "Windows Chinese Noise-Word List File", | |
"cht" => "Windows Chinese Traditional Noise-Word List File", | |
"ci" => "Windows Content Indexer Catalog File", | |
"clb" => "COM+ Catalog File", | |
"cnt" => "Help Contents File", | |
"configprofile" => "Apple Configuration Profile", | |
"cpi" => "Codepage Information File", | |
"cpl" => "Windows Control Panel Item", | |
"cpq" => "Compaq OEM Disc Configuration File", | |
"cpr" => "Windows Phone Display Settings File", | |
"crash" => "Mac OS X Crash Log File", | |
"cur" => "Windows Cursor", | |
"dat" => "Windows Registry Hive File", | |
"desklink" => "Desktop Shortcut", | |
"deskthemepack" => "Windows 8 Desktop Theme Pack File", | |
"dev" => "Windows Device Driver File", | |
"dfu" => "iOS DFU File", | |
"diagcab" => "Troubleshooting Pack Cabinet File", | |
"diagcfg" => "Troubleshooting Pack Configuration File", | |
"diagpkg" => "Troubleshooting Pack File", | |
"dimax" => "DiMAX Firmware Image File", | |
"dit" => "Active Directory Information Tree File", | |
"dll" => "Dynamic Link Library", | |
"dlx" => "Renamed DLL File", | |
"dmp" => "Windows Memory Dump", | |
"drpm" => "Delta RPM File", | |
"drv" => "Device Driver", | |
"dss" => "DCC Active Designer File", | |
"dvd" => "DOS Device Driver", | |
"dyc" => "Xerox Printer Driver Configuration File", | |
"ebd" => "Windows EBD System File", | |
"edj" => "Enlightenment Theme File", | |
"efi" => "Extensible Firmware Interface File", | |
"efires" => "EFI Image File", | |
"elf" => "Executable and Linkable Format File", | |
"emerald" => "Emerald Theme", | |
"etl" => "Microsoft Event Trace Log File", | |
"evt" => "Windows Event Viewer Log File", | |
"evtx" => "Windows 7 Event Log File", | |
"ffa" => "Find Fast Status File", | |
"ffl" => "Find Fast Document List", | |
"ffo" => "Find Fast Document Properties Cache", | |
"ffx" => "Microsoft Find Fast Index", | |
"fid" => "Microsoft Catalog Indexing Service File", | |
"flg" => "Puppy Linux Partition Flag File", | |
"fota" => "Firmware Over-the-Air File", | |
"fpbf" => "Mac OS X Burn Folder", | |
"ftg" => "Full Text Group", | |
"fts" => "Full Text Search", | |
"fx" => "ReadyBoot Trace File", | |
"gmmp" => "WCS Gamut Map Model Profile", | |
"grl" => "Windows Update Status File", | |
"group" => "Windows Contacts Group File", | |
"grp" => "Windows Program Manager Group", | |
"h1s" => "Windows Assistance Platform Help File", | |
"hdmp" => "Windows Heap Dump", | |
"help" => "Mac OS X Help Book", | |
"hhc" => "HTML Help Table of Contents", | |
"hhk" => "HTML Help Index", | |
"hiv" => "Windows Registry Hive File", | |
"hlp" => "Windows Help File", | |
"hpj" => "Help Project File", | |
"hsh" => "Windows Catalog Search Index File", | |
"htt" => "Hypertext Template File", | |
"icl" => "Windows Icon Library File", | |
"icns" => "Mac OS X Icon Resource File", | |
"ico" => "Icon File", | |
"iconpackage" => "IconPackager Theme File", | |
"idi" => "EVA Controller Event Log", | |
"idx" => "Index File", | |
"ifw" => "INTUS Firmware File", | |
"ime" => "Windows Input Method Editor File", | |
"img3" => "iPhone IMG3 File", | |
"inf_loc" => "Windows Driver Information Cache File", | |
"ins" => "Internet Naming Service File", | |
"internetconnect" => "Apple Internet Connect Document", | |
"ion" => "File Description File", | |
"ioplist" => "Mac OS X IOPLIST File", | |
"ipod" => "Rockbox Firmware File", | |
"iptheme" => "IconPackager Raw Theme File", | |
"itemdata-ms" => "Windows 8 Start Screen Item Data File", | |
"its" => "Internet Document Set", | |
"ius" => "InfoTMIC Firmware Update File", | |
"job" => "Windows Task Scheduler Job File", | |
"jpn" => "Windows Japanese Noise-Word List File", | |
"kbd" => "Keyboard Layout Script", | |
"kext" => "Mac OS X Kernel Extension", | |
"key" => "Security Key", | |
"ko" => "Linux Kernel Module File", | |
"kor" => "Windows Korean Noise-Words List File", | |
"ks" => "Kickstart File", | |
"lfs" => "Samsung Phone params.lfs File", | |
"library-ms" => "Windows Library Description File", | |
"lnk" => "Windows File Shortcut", | |
"lockfile" => "Mac OS X PLIST Lock File", | |
"log1" => "Windows Registry Hive Log File", | |
"log2" => "Windows Registry Hive Log 2 File", | |
"lpd" => "LPD Daemon Print Permissions File", | |
"lpd" => "Lookout Protocol Driver File", | |
"lst" => "GRUB Boot List File", | |
"manifest" => "Windows Application Manifest File", | |
"mapimail" => "Send To Mail Recipient", | |
"mbr" => "Master Boot Record File", | |
"mdmp" => "Windows Minidump", | |
"me" => "Puppy Linux Partition Flag File", | |
"mem" => "Parallels Desktop Memory Dump File", | |
"metadata_never_index" => "Spotlight Never Index File", | |
"mi4" => "Audio Player Firmware File", | |
"mlc" => "Microsoft Language Interface Pack", | |
"mobileconfig" => "Apple Mobile Configuration File", | |
"mod" => "GRUB Module", | |
"msc" => "Microsoft Management Console Snap-in Control File", | |
"msp" => "Windows Installer Patch", | |
"msstyle" => "Windows XP Unsigned Style", | |
"msstyles" => "Windows XP Style", | |
"mtz" => "MIUI Theme", | |
"mui" => "Multilingual User Interface File", | |
"mui_cccd5ae0" => "Hid User Library", | |
"mum" => "Windows Vista Update Package", | |
"mydocs" => "Send To My Documents", | |
"nb0" => "Device Boot Loader Image", | |
"nbh" => "ROM Update Utility Image File", | |
"networkconnect" => "Apple Network Connect Document", | |
"nfo" => "System Information File", | |
"nls" => "Microsoft National Language Support File", | |
"nt" => "Windows NT Startup File", | |
"ntfs" => "NTFS Partition File", | |
"panic" => "Kernel Panic File", | |
"pat" => "DiskStation Manager Installation File", | |
"pck" => "System Center Configuration Manager Package File", | |
"pdr" => "Windows Port Driver", | |
"pfx" => "PKCS #12 Certificate File", | |
"pid" => "Creative Driver File", | |
"pit" => "Samsung Phone Firmware File", | |
"pk2" => "Silkroad Online Game Data File", | |
"pnf" => "Precompiled INF File", | |
"pol" => "Windows Policy File", | |
"ppd" => "PostScript Printer Description File", | |
"ppm" => "Post Programmable Memory File", | |
"prefpane" => "Mac OS X System Preference Pane", | |
"prf" => "Windows System File", | |
"printerexport" => "Windows Printer Migration File", | |
"profile" => "Bash Shell Profile", | |
"provisionprofile" => "Apple Provision Profile", | |
"prt" => "Printer Driver File", | |
"ps1" => "Microsoft Indexing Service Data File", | |
"ps2" => "Microsoft Search Catalog Index File", | |
"pwl" => "Windows Password List", | |
"qky" => "Quirky Kernel", | |
"qvm" => "Q Virtual Machine", | |
"rc1" => "Samsung Mobile Device Firmware File", | |
"rc2" => "Samsung Mobile Device Firmware File", | |
"rco" => "PlayStation Portable Resource File", | |
"reg" => "Registry File", | |
"regtrans-ms" => "Registry Transaction Log File", | |
"rfw" => "Rockchip Firmware File", | |
"rmt" => "Router Firmware File", | |
"rs" => "Windows Rating System File", | |
"ruf" => "Samsung DVD and Blu-ray Player Firmware File", | |
"savedsearch" => "Spotlight Saved Search", | |
"saver" => "Mac OS X Screen Saver", | |
"sb" => "Slax Bundle", | |
"sbf" => "Android System File", | |
"sbn" => "Cisco IP Phone Firmware File", | |
"scap" => "EFI Firmware File", | |
"scf" => "Windows Explorer Command", | |
"schemas" => "GConf Schema Definition File", | |
"scr" => "Windows Screensaver", | |
"sdb" => "Custom Application Compatibility Database", | |
"sdt" => "Siemens Desktop Theme File", | |
"searchconnector-ms" => "Windows Search Connector File", | |
"sfcache" => "ReadyBoost Cache File", | |
"shd" => "Windows Print Job Shadow File", | |
"shsh" => "iPhone/iPod Touch SHSH Blob File", | |
"so.0" => "Unix Shared Library File", | |
"spl" => "Windows Print Spool File", | |
"sqm" => "Service Quality Monitoring File", | |
"str" => "Windows Screensaver File", | |
"swp" => "Swap File", | |
"sys" => "Motorola Driver File", | |
"sys" => "Windows System File", | |
"tdz" => "Drobo Firmware File", | |
"tha" => "Windows Thai Noise-Words List File", | |
"theme" => "Microsoft Plus! Desktop Theme", | |
"trx_dll" => "Windows Startup File", | |
"uce" => "Windows UCE System File", | |
"vga" => "VGA Display Driver", | |
"vgd" => "Generic CADD VGA Driver", | |
"vx_" => "Compressed Virtual Device Driver File", | |
"vxd" => "Virtual Device Driver", | |
"wdf" => "Windows Driver Foundation File", | |
"wdgt" => "Dashboard Widget", | |
"webpnp" => "Web Point and Print File", | |
"wer" => "Windows Error Report", | |
"wgz" => "S60 Web Runtime Widget Package", | |
"wph" => "Phoenix BIOS File", | |
"wpx" => "Printer Description File", | |
"xfb" => "Xserve RAID Firmware Binary File", | |
"xrm-ms" => "Microsoft Security Certificate", | |
"zone.identifier" => "Windows Zone Identifier File" | |
), 'Game' => array( | |
"0" => "M3 DS Real Save File", | |
"00" => "The Ur-Quan Masters Saved Game Slot 0 File", | |
"001" => "Snes9x Slot 2 Saved State", | |
"32x" => "Sega 32X ROM", | |
"3ds" => "Nintendo 3DS ROM", | |
"555" => "Black & White Weather Settings File", | |
"8ld" => "Overlord 2 Language File", | |
"a26" => "Atari 2600 ROM", | |
"a52" => "Atari 5200 ROM", | |
"aao" => "America's Army Map File", | |
"abk" => "Need for Speed Underground Audio File", | |
"abk" => "Arena Opening Book File", | |
"abs" => "AB SuDoKu Saved Game", | |
"acf" => "Steam Application Cache File", | |
"acx" => "Atari ST Program", | |
"adt" => "World of Warcraft Map File", | |
"agb" => "Game Boy Advance ROM", | |
"age3scn" => "Age of Empires 3 Scenario File", | |
"agx" => "AGT Game File", | |
"ai" => "Battlefield 2 Artificial Intelligence File", | |
"ain" => "Source Engine Compiled AI Nodegraph File", | |
"air" => "M.U.G.E.N. Animation File", | |
"alr" => "ADRIFT Language Resource File", | |
"am1" => "Adventure Maker", | |
"an2" => "Croc Legend of the Gobbos Animation File", | |
"ar" => "Midtown Madness Data File", | |
"arc" => "African Safari Data File", | |
"arch00" => "F.E.A.R. Game Archive", | |
"arena" => "Quake 3 Engine Arena File", | |
"arp" => "Audition Replay File", | |
"ars" => "Carmageddon Saved Game", | |
"ash" => "KoLmafia ASH Script", | |
"ash" => "Audiosurf Audio Metadata File", | |
"ass" => "Splinter Cell Blacklist Game Data File", | |
"asset" => "Unity Asset File", | |
"asstrm" => "Splinter Cell Blacklist Game Data File", | |
"atm" => "PSP Game Audio File", | |
"b" => "Grand Theft Auto 3 Saved Game File", | |
"bar" => "Age of Mythology Data File", | |
"bar" => "Age of Empires 3 Data File", | |
"bb3" => "BlasterBall 3 Level File Support", | |
"bdae" => "Gameloft Game Data File", | |
"bejeweled2deluxesavedgame" => "Bejeweled 2 Deluxe Saved Game", | |
"bf" => "CryoBF Game Data File", | |
"bfg" => "Big Fish Games Application File", | |
"bfm" => "Terminal Reality Model File", | |
"bfs" => "FlatOut Game Data File", | |
"bgl" => "Flight Simulator Scenery File", | |
"bgz" => "Blood Frontier Map File", | |
"bic" => "Civilization 3 Scenario File", | |
"bic" => "Neverwinter Nights Character File", | |
"bif" => "BioWare Infinity Engine File", | |
"big" => "Electronic Arts Game Data File", | |
"bik" => "Video Game Movie File", | |
"bin" => "Nintendo DS Binary File", | |
"bin" => "Sega Genesis Game ROM", | |
"bin" => "PCSX PlayStation BIOS Image", | |
"bin" => "Atari 2600 Game ROM", | |
"biq" => "Civilization 3 Scenario File", | |
"bix" => "Civilization 3 Scenario File", | |
"blackhawkstriker2" => "Blackhawk Striker 2 Saved Game", | |
"blasterball3savedgame" => "BlasterBall 3 Saved Game", | |
"blb" => "Dreamworks Resource File", | |
"blb" => "Interactive Fiction Package Game File", | |
"blorb" => "Interactive Fiction Package Game File", | |
"blp" => "Speedy Eggbert Game Data File", | |
"blp" => "Blizzard Texture File", | |
"bls" => "Blockland Saved Game File", | |
"blz" => "N-Gage Mobile Video Game File", | |
"bmd" => "MU Online Game Data File", | |
"bmd" => "GameCube 3D Model File", | |
"bme" => "BeatMania 7-Key Song File", | |
"bmg" => "Nintendo DS On-Screen Text File", | |
"bms" => "BeatMania Song File", | |
"bmz" => "Portal Bonus Map Zip File", | |
"bng" => "The Bingo Maker Card File", | |
"bnk" => "Test Drive Unlimited Data Package", | |
"bns" => "Portal Bonus Map Script", | |
"bnz" => "The Bingo Maker Card Template File", | |
"bookwormdeluxesavedgame" => "Bookworm Deluxe Saved Game", | |
"brlyt" => "Wii Textures and Material Lists File", | |
"brn" => "Gabriel Knight Barn File", | |
"brres" => "Wii BRRES Resource Package", | |
"brsar" => "Wii BRSAR Audio Package", | |
"bs1" => "VirtualBus Vehicle Configuration File", | |
"bsa" => "Bethesda Softworks Archive", | |
"bsb" => "BioShock Saved Game File", | |
"bsp" => "Quake Engine Game Map File", | |
"bus" => "OMSI Bus Configuration File", | |
"bus" => "VirtualBus Board Parameters File", | |
"bwa" => "Bookworm Adventures Player File", | |
"bzw" => "BZFlag World File", | |
"c4k" => "Clonk Key File", | |
"carc" => "Nintendo DS Compressed Archive File", | |
"cbf" => "ChessBase Game Information File", | |
"cbh" => "ChessBase Database Header File", | |
"cbs" => "Code Breaker PS2 Save File", | |
"cbv" => "ChessBase Database File", | |
"cdp" => "Trainz Simulator Content Dispatcher Pack", | |
"cdp2" => "Trainz Classics Content Dispatcher Pack 2", | |
"cem" => "Children of the Nile Model File", | |
"cfg" => "Wesnoth Markup Language File", | |
"cfge" => "Jewel Quest Configuration File", | |
"cfr" => "Cross Fire Replay File", | |
"cgf" => "Crytek Geometry Format File", | |
"cgz" => "Cube Map File", | |
"chd" => "MAME Hard Disk Image", | |
"chesstitanssave-ms" => "Microsoft Chess Titans Saved Game", | |
"chk" => "StarCraft Chunk File", | |
"chr0" => "Wii Model Animation File", | |
"cht" => "SNES Cheat File", | |
"civ5map" => "Civilization 5 Map", | |
"civ5mod" => "Civilization 5 Mod File", | |
"civ5save" => "Civilization 5 Saved Game", | |
"cli" => "Grand Theft Auto Clip Data File", | |
"clr0" => "Wii Color Swapping Animation File", | |
"clt" => "VisualBoyAdvance Cheat List File", | |
"cm" => "CLEO Custom Mission", | |
"cmd" => "M.U.G.E.N. Character Commands File", | |
"cme" => "Crazy Machines Experiment File", | |
"cml" => "Crazy Machines Lab File", | |
"cns" => "M.U.G.E.N. Character States File", | |
"col" => "Grand Theft Auto Collision File", | |
"comfycakessave-ms" => "Comfy Cakes Saved Game", | |
"con" => "Battlefield 1942 Configuration File", | |
"cos" => "Creatures CAOS File", | |
"cpg" => "StarCraft Campaign File", | |
"cpk" => "CRI Middleware Package", | |
"cpn" => "Age of Mythology Campaign File", | |
"cpr" => "CPC Plus Cartridge", | |
"cps" => "The Powder Toy Save File", | |
"cpx" => "Rise of Rome Campaign File", | |
"craft" => "KSP Spacecraft File", | |
"crs" => "StepMania Course File", | |
"crysisjmsf" => "Crysis Saved Game", | |
"crysispsf" => "Crysis Warhead Saved Game", | |
"cs" => "CLEO Custom Script", | |
"ct" => "Cheat Engine Cheat Table", | |
"ctm" => "Star Wars Republic Commando Map File", | |
"ctx" => "Valve ICE Encoded Script", | |
"cty" => "SimCity City File", | |
"d$$" => "AGT Game Encrypted Message File", | |
"d2s" => "Diablo 2 Save File", | |
"d3dbsp" => "Call of Duty Map File", | |
"da1" => "AGT Game Data File", | |
"da2" => "AGT Game Data File", | |
"da3" => "AGT Game Data File", | |
"da4" => "AGT Game Data File", | |
"da5" => "AGT Game Data File", | |
"da6" => "AGT Game Data File", | |
"dam" => "DAME Project", | |
"dat" => "SimCity 4 Game Data File", | |
"dat" => "Minecraft Data File", | |
"dat_mcr" => "Minecraft Level.dat Backup File", | |
"dat_new" => "Minecraft World Level File", | |
"dat_old" => "Minecraft Level.dat Backup File", | |
"day" => "Day of the Zombie Map File", | |
"dazip" => "Dragon Age: Origins Game File", | |
"db" => "X-Ray Engine Database", | |
"ddb" => "Command & Conquer: Renegade Data File", | |
"ddt" => "Football Manager Keep Player Data File", | |
"def" => "M.U.G.E.N. Character Definition File", | |
"dek" => "Yugioh Virtual Desktop Deck File", | |
"dek" => "LackeyCCG Card Deck File", | |
"dek" => "Magic: The Gathering Deck File", | |
"dem" => "Video Game Demo File", | |
"desc" => "Battlefield 2 Map Description File", | |
"dif" => "MAME CHD Diff File", | |
"diva" => "Project DIVA Song File", | |
"dl" => "Zoo Tycoon 2 Data File", | |
"dlg" => "Dialogue File", | |
"dm2" => "Quake 2 Demo File", | |
"dm3" => "Quake 3 Demo File", | |
"dm_68" => "Quake 3 Demo File", | |
"dm_82" => "Wolfenstein 1.00 Demo Movie File", | |
"dm_83" => "Wolfenstein 1.02 Demo Movie File", | |
"dm_84" => "Wolfenstein 2.06 Demo Movie File", | |
"dmb" => "BYOND Game Executable", | |
"dmo" => "Cube 2: Sauerbraten Demo File", | |
"dmo" => "Duke Nukem 3D Demo File", | |
"dms" => "Dream Maker Script", | |
"dn1" => "Duke Nukem 1 Game Data File", | |
"dn2" => "Duke Nukem Episode 2 Game File", | |
"dn3" => "Duke Nukem Episode 3 Game File", | |
"dnf" => "Duke Nukem Forever Map File", | |
"dnh" => "Danmakufu Script", | |
"dns" => "Duke Nukem Forever Save File", | |
"dol" => "GameCube Executable File", | |
"dpf" => "Dargon Package", | |
"drm" => "Deus Ex Data File", | |
"ds" => "Furcadia DragonSpeak File", | |
"dsg" => "Decker Saved Game", | |
"duc" => "Action Replay Max DS Save File", | |
"dun" => "Dungeon Defenders Saved Game File", | |
"dv2" => "Divinity 2 Data File", | |
"dwp" => "Darwin Pond Save File", | |
"dxs" => "Deus Ex Saved Game", | |
"dz" => "Land of the Dead Level File", | |
"dzip" => "The Witcher 2 Game Archive", | |
"e2gm" => "Pangea Enigmo 2 Custom Game File", | |
"ecl" => "Touhou Stage Script", | |
"edat" => "Sony Encrypted Data File", | |
"eepf" => "EmuOS Exchangeable Packet File", | |
"efx" => "Jedi Knight Effects File", | |
"egm" => "Enigmo Custom Game File", | |
"eix" => "Metin2 Game Data File", | |
"elf" => "PlayStation Executable File", | |
"elm" => "Eternal Lands Map File", | |
"enc" => "Cabal Online Data File", | |
"eng" => "Chess Engine", | |
"epc" => "Doctor Who Game Data File", | |
"epk" => "Metin2 Game Data Package", | |
"erb" => "Evil Genius Resource File", | |
"erf" => "BioWare Entity Resource File", | |
"erp" => "Alter Ego Game Archive", | |
"esg" => "Enigmo Saved Game File", | |
"esm" => "Fallout 3 Master File", | |
"esm" => "Elder Scrolls Master File", | |
"esp" => "Fallout 3 Plugin File", | |
"esp" => "Elder Scrolls Plugin File", | |
"ess" => "The Elder Scrolls Saved Game", | |
"est_uax" => "Spanish Unreal Audio Package", | |
"exc" => "Black & White Zone File", | |
"exs" => "Blades of Exile Scenario", | |
"far" => "The Sims Archive File", | |
"fbrb" => "Battlefield Bad Company 2 Data File", | |
"fc2map" => "Far Cry 2 User Map", | |
"fcm" => "fCraft World File", | |
"fds" => "Nintendo FDS ROM", | |
"ff" => "Call of Duty 4 Fast File", | |
"ffd" => "FATE Saved Game", | |
"fgd" => "Forge Game Data File", | |
"fila" => "Aleph One Replay File", | |
"fl" => "Freelancer Saved Game File", | |
"flash" => "Frictional Games Flashback File", | |
"fld" => "YSFLIGHT Field File", | |
"fml" => "WWE RAW Character File", | |
"fnta" => "Aleph One Font File", | |
"fomod" => "Fallout Mod Archive", | |
"forge" => "Assassin's Creed Game Data File", | |
"fos" => "Fallout 3 Saved Game", | |
"fox" => "Furcadia Art File", | |
"fpg" => "FPS Creator Game Project File", | |
"fpid" => "FPS Creator AI Wizard Data File", | |
"fpk" => "Civilization 4 Data File", | |
"fpmb" => "FPS Creator Mab Buffer File", | |
"fpmo" => "FPS Creator Map Overlay File", | |
"fpop" => "Spider-Man: Shattered Dimensions Saved Game", | |
"fpp" => "FPS Creator Prefab File", | |
"fps" => "FPS Creator Segment File", | |
"frc" => "FS Recorder File", | |
"freecellsave-ms" => "Microsoft FreeCell Saved Game", | |
"frz" => "Snes9x Saved State", | |
"fs2" => "FreeSpace 2 Saved Mission File", | |
"fsg" => "FreeCol Saved Game File", | |
"fsm" => "FreeSpace Mission File", | |
"fssave" => "Flight Simulator Save File", | |
"fst" => "Crazy Machines 2 Object File", | |
"ftl" => "Faster Than Light Mod File", | |
"fuk" => "Postal 2 Map File", | |
"fxt" => "Grand Theft Auto Fake Text File", | |
"g3x" => "RealFlight Content File", | |
"galaxy" => "Blizzard Galaxy File", | |
"gam" => "Saved Game File", | |
"game" => "Apple Chess Saved Game", | |
"game" => "GameSalad Exported Game File", | |
"gamedata" => "Sandlot Game Data File", | |
"gar" => "Farming Simulator Game Archive File", | |
"gb" => "Game Boy ROM File", | |
"gba" => "Game Boy Advance ROM", | |
"gbaskin" => "Game Boy Advance Controller Skin File", | |
"gbc" => "Game Boy Color ROM", | |
"gbcskin" => "Game Boy Color Controller Skin File", | |
"gblorb" => "Glulx Blorb Game File", | |
"gbx" => "Nadeo Game File", | |
"gc" => "Galactic Conquest Saved Game", | |
"gcf" => "Game Cache File", | |
"gci" => "GameCube Save File", | |
"gcm" => "GameCube ROM", | |
"gcs" => "GameCube SharkSave File", | |
"gct" => "Ocarina Cheat Code Manager File", | |
"gcz" => "Compressed GameCube/Wii ROM", | |
"gdi" => "Dreamcast Gigabyte Disc Image", | |
"gdw" => "Jaws Unleashed Data File", | |
"gen" => "Sega Genesis ROM", | |
"gg" => "Sega Game Gear ROM", | |
"gjd" => "The 7th Guest Media File", | |
"gla" => "Ghoul 2 Animation File", | |
"glb" => "Glulx Blorb Game File", | |
"gma" => "Garry's Mod Addon File", | |
"gme" => "DexDrive Game Card File", | |
"gmres" => "Game Maker Resource File", | |
"gmv" => "Gens Game Recording", | |
"gnp" => "GenePool Save File", | |
"god" => "Populous II Player Progress File", | |
"goomod" => "World of Goo Add-on", | |
"gpf" => "Gecko Patch File", | |
"gpf" => "GRAVITY Ragnarok Online Patch File", | |
"gr2" => "Granny 3D File", | |
"grf" => "Ragnarok Client Archive", | |
"grf" => "Transport Tycoon Graphics Resource File", | |
"grp" => "StarCraft Graphics Group File", | |
"gs0" => "Sega Genesis Emulator Quick Slot 0 Save File", | |
"gsba" => "Game Save Backup Archive", | |
"gsc" => "Call of Duty Game Script", | |
"gsx" => "Sega Genesis Emulator Saved State File", | |
"h2o" => "Battle Realms Game Data File", | |
"h3m" => "Heroes 3 Map File", | |
"h4r" => "Heroes of Might and Magic IV Data File", | |
"ham" => "Descent 2 Resource File", | |
"heartssave-ms" => "Microsoft Hearts Save File", | |
"hhsl" => "Hockey High Score List File", | |
"hi" => "MacMAME High Scores File", | |
"hit" => "The Sims Sound File", | |
"hmp" => "Worms Height Map File", | |
"hog" => "Descent Mission File", | |
"honmod" => "HON Modification Manager File", | |
"hot" => "The Sims Sound File", | |
"hpk" => "Tropico Game Archive", | |
"hps" => "HPL2 Script", | |
"hs" => "LaserTank High Scores File", | |
"hum" => "OMSI Human Configuration File", | |
"hwd" => "Hedgewars Demo File", | |
"hwmap" => "Hedgewars Drawn Map File", | |
"hws" => "Hedgewars Saved Game", | |
"hxm" => "Descent 2 Resource Modification", | |
"i3pack" => "Point Blank Game Data File", | |
"ib2" => "IncrediBots 2 Saved Challenge File", | |
"ib3" => "IncrediBots 3 Saved Challenge File", | |
"ibro" => "IncrediBots Robot File", | |
"ibt" => "Texture and Model File", | |
"idx0" => "Runescape Cache Index File", | |
"idx255" => "Runescape Cache File", | |
"ifp" => "GTA Animation File", | |
"img" => "Grand Theft Auto Data File", | |
"imga" => "Aleph One Image File", | |
"inform" => "Inform Project", | |
"inp" => "MAME Replay File", | |
"ins" => "AGT Game Instruction File", | |
"inv" => "INVedit File", | |
"ipl" => "GTA Item Placement File", | |
"ips" => "Internal Patching System Patch File", | |
"isr" => "GoMoku Game File", | |
"itk" => "ScummVM Game Data File", | |
"itr" => "Icy Tower Replay File", | |
"ivt" => "International Volleyball 2006 Data File", | |
"iwd" => "Call of Duty Game Data File", | |
"j2i" => "Jazz 2 Internet Link File", | |
"j2l" => "Jazz Jackrabbit 2 Level File", | |
"ja" => "Jet Archive", | |
"jag" => "Jagex Data File", | |
"jam" => "PS3 Unreal Tournament 3 Mod File", | |
"jap" => "Japanese Nintendo 64 Game ROM", | |
"jg4" => "BigJig Jigsaw Puzzle", | |
"jigsaw" => "Jigsaw Explorer Save File", | |
"jkb" => "Jedi Knight Bot File", | |
"jrc" => "PCjr Cartridge ROM File", | |
"jrz" => "PSP Game Data File", | |
"k2s" => "Kaiser 2 Saved Game", | |
"kag" => "King Arthur's Gold Map File", | |
"kar" => "Karel Function Dictionary", | |
"kcl" => "Mario Kart Collision File", | |
"kmp" => "Mario Kart Wii Course Description File", | |
"kodu" => "Kodu Game File", | |
"kv6" => "Ace of Spades Model File", | |
"kwreplay" => "Command & Conquer 3 Replay File", | |
"l3d" => "Black & White Graphics File", | |
"laby" => "Laby Level File", | |
"lang" => "Minecraft Language File", | |
"ldb" => "Max Payne Level File", | |
"ldw" => "Virtual Villagers Saved Game File", | |
"lgl" => "LeechGet Download List", | |
"lgp" => "Final Fantasy Media Archive", | |
"lip" => "Real Virtuality Lip Sync File", | |
"lip" => "Bethesda Softworks Lip Sync File", | |
"ll" => "List & Label Preview File", | |
"lmp" => "Quake Engine Lump File", | |
"lmu" => "RPG Maker Map File", | |
"lock" => "Minecraft World Lock File", | |
"lod" => "Heroes of Might and Magic 3 Graphics File", | |
"love" => "LÖVE Game File", | |
"lpb" => "LaserTank Replay File", | |
"lrf" => "League of Legends Replay File", | |
"lsd" => "RPG Maker Game Save File", | |
"lsw" => "RPG Maker Saved Game File", | |
"ltg" => "LaserTank Graphics File", | |
"ltx" => "S.T.A.L.K.E.R. Properties File", | |
"luxb" => "Lux Map File", | |
"lvl" => "Game Level File", | |
"m2" => "World or Warcraft Model Object", | |
"mae" => "My Avatar Editor Character File", | |
"mahjongtitanssave-ms" => "Mahjong Titans Saved Game", | |
"manm" => "Vietcong Game Data File", | |
"map" => "Furcadia Dream File", | |
"map" => "Halo Map File", | |
"map" => "Leges Motus Map File", | |
"map" => "Quake Engine Map File", | |
"maplet" => "Maplet World File", | |
"mas" => "rFactor Track File", | |
"masseffectprofile" => "Mass Effect Player Profile", | |
"masseffectsave" => "Mass Effect Saved Game", | |
"mato" => "Atomic Combat Saved Game", | |
"max" => "Action Replay Max Save File", | |
"maz" => "Hover! Maze File", | |
"mca" => "Minecraft \"Anvil\" Map File", | |
"mcgame" => "Minecraft Game Backup File", | |
"mclevel" => "Minecraft Map File", | |
"mcmeta" => "Minecraft Animation File", | |
"mcr" => "Minecraft Region File", | |
"mcr" => "ePSXe Memory Card File", | |
"mcworld" => "Minecraft World Backup File", | |
"md" => "Sharkport Saved Game File", | |
"md" => "SEGA Mega Drive ROM", | |
"md2" => "Quake 2 Player Model", | |
"md3" => "Quake 3 3D Model", | |
"mdl" => "Half-Life Model File", | |
"mdl0" => "Wii Model File", | |
"mdm" => "Mario Dash Map File", | |
"me2mod" => "Mass Effect 2 Modification File", | |
"mem" => "Virtual Game Station Memory File", | |
"menu" => "Quake 3 Engine Menu File", | |
"mf" => "Gameplay Multifile", | |
"mgl" => "Age of Empires 2 Replay File", | |
"mgx" => "Age of Empires 2 Expansion Replay File", | |
"mgx" => "Rise of Nations Saved Game", | |
"mii" => "Wii Virtual Avatar File", | |
"mine" => "Minecraft Map File", | |
"minesweepersave-ms" => "Minesweeper Saved Game", | |
"mis" => "Saved Game Mission File", | |
"mis" => "Marble Blast Gold Mission File", | |
"mission" => "Vega Strike Mission File", | |
"mix" => "MotoGP Game File", | |
"mix" => "Command & Conquer Data File", | |
"mm6" => "Might and Magic 6 Saved Game", | |
"mm7" => "Might and Magic 7 Saved Game", | |
"mm8" => "Might and Magic 8 Saved Game", | |
"mod" => "Neverwinter Nights Module", | |
"momma" => "Offspring Fling Replay File", | |
"mp2m" => "Max Payne 2 Mod File", | |
"mp2s" => "Max Payne 2 Saved Game", | |
"mpk" => "Project64 Memory Pack File", | |
"mpm" => "Max Payne Modfication File", | |
"mpq" => "Blizzard Mo'PaQ File", | |
"mps" => "Max Payne Saved Game", | |
"mpz" => "Red Eclipse Map File", | |
"mrs" => "GunZ Game Data File", | |
"ms1" => "VirtualBus Map File", | |
"mul" => "Deus Ex: HR Multiplexed Audio File", | |
"mul" => "Ultima Online Multi File", | |
"mus" => "Electronic Arts Game Music File", | |
"n-gage" => "N-Gage Application", | |
"n3d" => "Super 3D Noah's Ark Data File", | |
"n3pmesh" => "Knight Online 3D Mesh File", | |
"n64" => "Nintendo 64 Emulator ROM File", | |
"nam" => "G.E.C.K. Mod Data File", | |
"narc" => "Nintendo DS Archive File", | |
"nav" => "Id Tech 3 Bot Navigation File", | |
"naz" => "Total Overdose Game Data File", | |
"nbt" => "Minecraft Named Binary Tag File", | |
"ncf" => "No Cache File", | |
"ncgr" => "Nintendo DS Title Graphics File", | |
"nclr" => "Nintendo DS Color Palette File", | |
"nds" => "Nintendo DS Game ROM", | |
"neosave" => "Neopets Save File", | |
"nes" => "Nintendo (NES) ROM File", | |
"nfo" => "Age of Empires Player File", | |
"nfs11save" => "Need for Speed: Hot Pursuit Save File", | |
"ngage" => "N-Gage Game File", | |
"ngc" => "NeoGeo Pocket Color ROM", | |
"ngp" => "NeoGeo Pocket ROM", | |
"nkm" => "Mario Kart DS Track Data File", | |
"nlelem" => "NoLimits Track Element File", | |
"nlpx" => "NoLimits Package", | |
"nltrack" => "NoLimits Roller Coaster Track File", | |
"nml" => "NSMB Editor Exported Level File", | |
"nsbca" => "Nintendo DS Model Animation File", | |
"nsbmd" => "Nintendo DS Model File", | |
"nsbtx" => "Nintendo DS Model Texture File", | |
"nscr" => "Nintendo DS Title Screen File", | |
"ntrk" => "Pacific FIghters Online Track File", | |
"nv" => "MAME NVRAM File", | |
"odf" => "Battlezone Object Definition File", | |
"ogz" => "Cube 2 Map File", | |
"omod" => "Oblivion Mod Archive", | |
"opt" => "AGT Game Data File", | |
"osk" => "Osu! Skin File", | |
"osr" => "Osu! Replay File", | |
"osu" => "Osu! Script", | |
"osz" => "Osu! Beatmap File", | |
"ovh" => "OMSI Vehicle Configuration File", | |
"ovl" => "Rollercoaster Tycoon 3 Data File", | |
"p2m" => "Gameshark PlayStation 2 Cheats file", | |
"p2s" => "PCSX2 Saved State", | |
"p3t" => "PlayStation 3 Theme File", | |
"package" => "Electronic Arts Game Package File", | |
"pak" => "Simutrans Object File", | |
"pak" => "Video Game Package", | |
"papa" => "Game Save Backup File", | |
"par" => "FMS Aircraft Parameters File", | |
"pat" => "Kega Fusion Cheats File", | |
"pat0" => "Wii Texture Pattern File", | |
"pbn" => "Portable Bridge Notation File", | |
"pbo" => "Packed Bohemia Object", | |
"pbp" => "PSP Firmware Update File", | |
"pcc" => "Mass Effect Package", | |
"pcd" => "Pokémon Wonder Card File", | |
"pce" => "TurboGrafx-16 ROM", | |
"pcf" => "Valve Particle System File", | |
"pck" => "Perfect World Data File", | |
"pcsav" => "Mass Effect 2 Saved Game", | |
"pcsxstate" => "PCSX Saved State File", | |
"peg" => "Peggle Replay File", | |
"pegn" => "Peggle Nights Replay File", | |
"per" => "Age of Empires Personality File", | |
"pgf" => "Pokémon Mystery Gift for Black & White File", | |
"pgn" => "Portable Game Notation File", | |
"pgt" => "Pokémon Gift File", | |
"phn" => "Algodoo Phun Phunlet", | |
"phya" => "Aleph One Physics File", | |
"phz" => "Algodoo Phun Compressed Phunlet", | |
"pig" => "Descent Texture File", | |
"pig" => "Pirates of the Burning Sea Data File", | |
"pj" => "Project64 Saved State File", | |
"pk3" => "ZDoom Package", | |
"pk3" => "Quake 3 Engine Game Data File", | |
"pk4" => "Doom 3 Engine Game Data File", | |
"pkg" => "PlayStation Store Downloaded Package", | |
"pkm" => "Pokémon Saved Game Data File", | |
"pl1" => "Adventure Maker Plug-in", | |
"playmission" => "MissionPlayer Game File", | |
"plf" => "Mr. Bean Game Data File", | |
"pln" => "Flight Simulator Flight Plan", | |
"plr" => "rFactor Player File", | |
"plr" => "Terraria Player File", | |
"plt0" => "Wii Color Palette File", | |
"pnach" => "PCSX2 Patch File", | |
"pod" => "Terminal Reality Game Data File", | |
"pof" => "Descent Robot Definition File", | |
"pog" => "Descent 2 Texture Modification", | |
"pop" => "Team Fortress 2 Population File", | |
"ppf" => "PlayStation Patch Format File", | |
"pqhero" => "Puzzle Quest Saved Game", | |
"prefs" => "MMORPG Tycoon Preferences File", | |
"prg" => "Commodore Program File", | |
"prison" => "Prison Architect Saved Game", | |
"prk" => "Thrillville Park File", | |
"profile" => "Pandemic Studios Game Player Profile", | |
"properties" => "Minecraft Properties File", | |
"prx" => "PSP Plugin File", | |
"ps2" => "Sharkport Saved Game", | |
"ps2" => "PCSX2 Memory Card File", | |
"psdl" => "Midtown Madness 2 City File", | |
"pss" => "PlayStation 2 Game Video File", | |
"pssg" => "EGO Engine Textures File", | |
"psu" => "EMS PS2 Memory Adapter Save File", | |
"psv" => "PlayStation 2 Save File", | |
"psx" => "PlayStation Save File", | |
"psys" => "ZEQ2 Lite Particle Effects File", | |
"purblepairssave-ms" => "Purble Pairs Saved Game", | |
"purbleshopsave-ms" => "Purble Place Shop Saved Game", | |
"puz" => "Across Lite Crossword Puzzle", | |
"pvpf" => "Pet ville Save File", | |
"pwf" => "Counter-Strike PODBot Waypoint File", | |
"pxp" => "Counter-Strike PODBot Experience File", | |
"pzl" => "Tibo Jigs@w Puzzle File", | |
"pzp" => "Tibo Jigs@w Compressed Puzzle File", | |
"qc" => "QuakeC Source Code File", | |
"qdp" => "MPQDraft Plugin File", | |
"qvm" => "Quake 3 Virtual Machine File", | |
"qwd" => "QuakeWorld Demo File", | |
"radq" => "Need for Madness Game Archive", | |
"ras" => "Remedy Archive System File", | |
"raw" => "Dolphin Wii and Gamecube Emulator Game Save File", | |
"rbj" => "XRK Compiled Redcode Object File", | |
"rbxl" => "ROBLOX Location File", | |
"rbxm" => "ROBLOX Model", | |
"rda" => "Anno 2070 Data File", | |
"rel" => "Relocatable Module File", | |
"rep" => "Grand Theft Auto Replay File", | |
"rep" => "StarCraft Replay File", | |
"res" => "Star Wars KotOR Save Resources File", | |
"rez" => "Lithtech Game Engine Resource File", | |
"rfa" => "Battlefield 1942 Game Package", | |
"rfd" => "Emperor: Battle for Dune Data File", | |
"rfgs_pc" => "Red Faction: Guerilla Saved Game File", | |
"rfm" => "rFactor Modification File", | |
"rgp" => "RealArcade Game Package", | |
"rgss2a" => "RPG Maker VX RGSS Encrypted Archive", | |
"rgss3a" => "RPG Maker VX Ace RGSS Encrypted Archive", | |
"rgssad" => "RPG Maker VX RGSS Encrypted Archive", | |
"rim" => "BioWare Resource Image File", | |
"rkg" => "Mario Kart Wii Ghost Data File", | |
"rkp" => "Rockchip MP4 Player Game", | |
"rl" => "The 7th Guest Audio Data File", | |
"rle" => "Golly Simulation Pattern File", | |
"rle.gz" => "Golly Compressed Simulation Pattern File", | |
"rmf" => "Hammer Rich Map Format", | |
"rom" => "Killing Floor Map File", | |
"rom" => "N64 Game ROM File", | |
"ros" => "BattleScribe Roster Editor File", | |
"rot" => "Homeworld 2 Graphics File", | |
"rp2" => "RetroPlatform Player Program Archive", | |
"rpf" => "Grand Theft Auto 4 Data File", | |
"rpl" => "Special Force Replay", | |
"rpl" => "Toribash Replay File", | |
"rpy" => "Touhou Project Replay File", | |
"rpy" => "Ren'Py Script", | |
"rpyc" => "Ren'Py Compiled Script", | |
"rs2" => "RailSim2 Saved Layout File", | |
"run" => "Rune Map File", | |
"rvdata" => "RPG Maker VX Data File", | |
"rvdata2" => "RPG Maker VX Ace Data File", | |
"rvproj" => "RPG Maker VX Project File", | |
"rvproj2" => "RPG Maker VX Ace Project File", | |
"rwd" => "Microsoft Flight Simulator Rewards File", | |
"rws" => "RenderWare Stream File", | |
"rxdata" => "RMXP Data File", | |
"s10" => "Brasfoot Saved Game File", | |
"s2m" => "Stronghold 2 Map File", | |
"s2mh" => "StarCraft 2 Map Header File", | |
"s2z" => "Heroes of Newerth Game Data File", | |
"s4m" => "SWAT 4 Map File", | |
"s5x" => "Heritage of Kings: The Settlers Map File", | |
"sa1" => "Game Boy Emulator Save File", | |
"sab" => "Saber File", | |
"sad" => "Black & White Audio File", | |
"sami" => "Grand Theft Auto San Andres Mod Installer File", | |
"sav" => "Saved Game", | |
"sav" => "Mass Effect 3 Saved Game", | |
"sav" => "Nintendo DS Save File", | |
"sc2" => "SimCity 2000 City File", | |
"sc2archive" => "Blizzard StarCraft 2 Archive File", | |
"sc2assets" => "Blizzard StarCraft 2 Assets File", | |
"sc2bank" => "StarCraft 2 Bank File", | |
"sc2data" => "Blizzard StarCraft 2 Data File", | |
"sc2ma" => "StarCraft 2 Map Data File", | |
"sc2map" => "Blizzard StarCraft 2 Map File", | |
"sc2mod" => "Blizzard StarCraft 2 Modification File", | |
"sc2replay" => "Blizzard StarCraft 2 Replay File", | |
"sc2save" => "Blizzard StarCraft 2 Saved Game", | |
"sc2scene" => "StarCraft 2 Cut Scene File", | |
"sc3" => "SimCity 3000 City File", | |
"sc4" => "SimCity 4 Saved File", | |
"sc4" => "RollerCoaster Tycoon Scenario File", | |
"sc4desc" => "SimCity 4 Description File", | |
"sc4lot" => "SimCity 4 Lot File", | |
"sc5" => "Chris Sawyer's Locomotion Scenario File", | |
"sc6" => "RollerCoaster Tycoon 2 Scenario File", | |
"scea" => "Aleph One Map File", | |
"scene" => "Antibody Level File", | |
"scf" => "SimTown Sounds File", | |
"schematic" => "MCEdit Schematic File", | |
"sclvl" => "Scritter's Nest Data File", | |
"scm" => "StarCraft Map File", | |
"scm" => "CLEO Compiled Script", | |
"scn" => "Age of Mythology Scenario File", | |
"scn" => "OpenTTD Scenario File", | |
"scn" => "SimCity Scenario File", | |
"sco" => "OMSI Scenery Object Configuration File", | |
"scs" => "Prism3D Game Data File", | |
"scs" => "SimCity Societies Saved Game File", | |
"scx" => "Microsoft Game Scenario File", | |
"scx" => "Game Scenario File", | |
"sd7" => "Spring Content Package", | |
"sdf" => "World in Conflict Game Map", | |
"sdt" => "Grand Theft Auto 3 Audio File", | |
"sdz" => "Spring Content Package", | |
"settings" => "Minecraft iConomy Plug-in Settings File", | |
"sfar" => "Mass Effect 3 DLC File", | |
"sfb" => "PlayStation 3 Disc Data File", | |
"sfc" => "Creatures Saved Game", | |
"sfc" => "Super Nintendo ROM", | |
"sff" => "M.U.G.E.N. Sprite File", | |
"sfo" => "PSP Game Parameters File", | |
"sfs" => "Kerbal Space Program Save File", | |
"sga" => "Relic Entertainment Game Archive", | |
"sgaa" => "Aleph One Saved Game", | |
"sgb" => "Dawn of War Map File", | |
"sgb" => "Super Game Boy ROM File", | |
"sgm" => "VisualBoyAdvance Saved Game", | |
"sgpbprj" => "Baltie Project", | |
"sgr" => "SimCity 4 Graphics Rules File", | |
"sh2" => "Stronghold 2 Saved Game", | |
"shader" => "Quake 3 Engine Shader File", | |
"shpa" => "Aleph One Shape File", | |
"sid" => "Steam Game Data Backup File", | |
"sii" => "18 Wheels of Steel: Haulin' Truck Definition File", | |
"sims2pack" => "Downloaded Sims 2 Package File", | |
"sims3" => "The Sims 3 Game Save File", | |
"sims3.backup" => "The Sims 3 Game Save Backup File", | |
"sims3.bad" => "The Sims 3 Failed Game Save File", | |
"sims3pack" => "The Sims 3 Package File", | |
"skein" => "Skein XML File", | |
"skse" => "Skyrim Script Extender Save File", | |
"sli" => "OMSI Spline Configuration File", | |
"slst" => "Game Data File", | |
"sm" => "StepMania Song File", | |
"smc" => "Super Nintendo Game ROM", | |
"smd" => "Sega Mega Drive ROM", | |
"smo" => "Sumotori Dreams Arena File", | |
"smpd" => "Sc2gears Mouse Print Data File", | |
"sms" => "Sega Master System ROM", | |
"smzip" => "StepMania Package", | |
"sna" => 'NO$GBA Snapshot File', | |
"snda" => "Aleph One Sound File", | |
"solitairesave-ms" => "Microsoft Solitaire Saved Game", | |
"sounds" => "Quake 3 Engine Sound Definition File", | |
"sow" => "Descent ARJ Archive", | |
"sp2" => "Super Ball 2 Level File", | |
"spb" => "Flight Simulator Mission File", | |
"spc" => "SNES Soundtrack File", | |
"spidersolitairesave-ms" => "Microsoft Spider Solitaire Saved Game", | |
"spk" => "Deer Hunter Map File", | |
"spo" => "Spore Saved Game", | |
"sprite" => "SuperTux Sprite File", | |
"sps" => "Quake 3 Engine Speaker Definition File", | |
"sps" => "Sharkport PS2 Save File", | |
"sqf" => "ArmA Script File", | |
"sqm" => "Operation Flashpoint Mission File", | |
"srk" => "Sub Rosa Client File", | |
"srm" => "Super Nintendo ROM Save File", | |
"srt0" => "Wii Texture Animation File", | |
"ssa" => "Children of the Nile Campaign File", | |
"ssc" => "StepMania Song File", | |
"ssfsav" => "Super Smash Flash Saved Game File", | |
"sst" => "Children of the Nile Textures File", | |
"sta" => "MAME Saved State File", | |
"steamstart" => "Valve Steam Start File", | |
"stl" => "SuperTux Level File", | |
"str" => "BFME2 Strings File", | |
"sts" => "DuoS DSEMU Saved State File", | |
"stsg" => "SuperTux Saved Game", | |
"stwm" => "SuperTux World Map File", | |
"sub" => "SubTerra Level File", | |
"sud" => "Sudoku Puzzle File", | |
"sv5" => "BigJig Saved Puzzle", | |
"sv5" => "Chris Sawyer's Locomotion Saved Game", | |
"sv6" => "RollerCoaster Tycoon 2 Saved Game", | |
"sve" => "Simutrans Saved Game", | |
"sve" => "Carmageddon: TDR 2000 Saved Game", | |
"svg" => "Saved Game File", | |
"svs" => "Game Boy Advance Saved State File", | |
"svt" => "Torchlight Saved Game File", | |
"swc" => "Super Nintendo Wild Card ROM File", | |
"swv" => "Microsoft Sidewinder Game Voice Settings File", | |
"sww" => "Anno Saved Game", | |
"syb" => "Syberia Game Data File", | |
"system" => "Vega Strike Virtual System File", | |
"szs" => "GameCube Data File", | |
"taf" => "ADRIFT Text Adventure File", | |
"tap" => "Tap Tap Revenge Tap File", | |
"tbm" => "Toribash Mod File", | |
"td4" => "RollerCoaster Tycoon Track File", | |
"td6" => "RollerCoaster Tycoon Track Design File", | |
"tdb" => "Transcendence Game Data File", | |
"tdt" => "Sim Tower Game File", | |
"ted" => "Alamo Map File", | |
"ted" => "Tribes 2 Game Data File", | |
"tex0" => "Wii Texture File", | |
"tfr" => "TIE Fighter Pilot File", | |
"tiger" => "Tomb Raider Game Data Archive", | |
"tim" => "The Incredible Machine Level", | |
"tja" => "Taikojiro Song Map File", | |
"tjc" => "Taikojiro Song Map Sequence File", | |
"tkr" => "Tinker Custom Level File", | |
"tlk" => "BioWare Aurora Engine Talk Table File", | |
"toc" => "World of Warcraft Add-on Table of Contents File", | |
"tor" => "Star Wars: The Old Republic Asset File", | |
"tp4" => "RollerCoaster Tycoon Track Picture File", | |
"tpl" => "Wii Image File", | |
"trk" => "Pacific Fighters Offline Track File", | |
"tsc" => "Cave Story Script", | |
"ttarch" => "Telltale Games Archive", | |
"ttl" => "AGT Game Title File", | |
"ttm" => "Tower Toppler Mission File", | |
"tut" => "Children of the Nile Tutorial File", | |
"twt" => "Carmageddon 2 Data File", | |
"u" => "Unreal Tournament Class Package", | |
"uc" => "UnrealScript Class", | |
"ucl" => "Killing Floor System File", | |
"ucm" => "Crazy Machines Model File", | |
"udk" => "Unreal Engine Map File", | |
"ukx" => "Unreal Animation Package", | |
"ulx" => "Glulx Game File", | |
"umd" => "Splinter Cell Blacklist Game Data File", | |
"umod" => "Unreal Tournament Module File", | |
"umx" => "Unreal Music Package", | |
"unity" => "Unity Scene File", | |
"unity3d" => "Unity Web Player File", | |
"unityproj" => "Unity 3D Project", | |
"unr" => "Unreal Level Map", | |
"uop" => "Ultima Online Patch File", | |
"updatr" => "iConomy Update File", | |
"upk" => "Unreal Engine 3 Package", | |
"uqm" => "The Ur-Quan Masters Game Data File", | |
"usa" => "Unreal Saved Game File", | |
"usx" => "Unreal Static Meshes", | |
"ut2" => "Unreal Tournament Map", | |
"ut2mod" => "Unreal Tournament 2003/2004 Module File", | |
"ut3" => "Unreal Tournament 3 Map File", | |
"ut4mod" => "Unreal Tournament 2004 Module", | |
"ut8" => "Ghost Master Language File", | |
"utc" => "Bioware Creature File", | |
"utw" => "Unity Whirld File", | |
"utx" => "Unreal Texture Package", | |
"uvx" => "Unreal Tournament 2003 Saved Game", | |
"uxx" => "Unreal Tournament Cache", | |
"v64" => "Nintendo 64 ROM Dump", | |
"vb" => "Virtual Boy ROM File", | |
"vbf" => "City Interactive Game Data File", | |
"vcm" => "Vice City Mod Manager File", | |
"vdf" => "Valve Data File", | |
"vdf" => "Gothic Game Data File", | |
"veh" => "Vehicle File", | |
"vgi" => "Vista Game Explorer Editor Game File", | |
"vhv" => "Valve Source Lighting File", | |
"vis" => "Visibility Image File", | |
"viv" => "Need for Speed Car Data File", | |
"viv" => "PlayStation Video File", | |
"vmf" => "Valve Map File", | |
"vmv" => "VisualBoyAdvance Recording", | |
"vmv" => "VirtuaNES Recording", | |
"vmx" => "Valve Map Backup File", | |
"vob" => "Live for Speed Car File", | |
"vol" => "Video Game Archive", | |
"vp" => "Volition Package File", | |
"vpk" => "Valve Pak", | |
"vtf" => "Valve Texture File", | |
"vvvvvv" => "VVVVVV Game Level File", | |
"vwp" => "Vehicle Weapon File", | |
"w3g" => "Warcraft 3 Replay File", | |
"w3m" => "Warcraft 3 Map File", | |
"w3n" => "Warcraft 3 Expansion Campaign File", | |
"w3x" => "Warcraft 3 Expansion Map FIle", | |
"w3z" => "Warcraft 3 Saved Game File", | |
"wa2" => "Wonderland Adventures Custom Adventure File", | |
"wad" => "Doom WAD File", | |
"wad" => "Nintendo Wii Game Data File", | |
"wagame" => "Worms Armageddon Game Recording", | |
"wal" => "Quake 2 Texture File", | |
"wbfs" => "Wii Backup File System File", | |
"wbt" => "Toribash Help File", | |
"wdb" => "Blizzard World of Warcraft Database File", | |
"wdf" => "Wiimm Disc File", | |
"wdf" => "Wonderland Adventures Media File", | |
"weap" => "Quake 3 Engine Weapon File", | |
"wgf" => "Widelands Game File", | |
"whirld" => "Unity Whirld Package", | |
"wl1" => "Wolfenstein 3D Data File", | |
"wl6" => "Wolfenstein 3D Data File", | |
"wld" => "Terraria World File", | |
"wld" => "SMBX World File", | |
"wmf" => "Widelands Map File", | |
"wmo" => "World of Warcraft World Map Object", | |
"wolfquest" => "WolfQuest Saved Game", | |
"wop" => "Wonderland Object Preset", | |
"world" => "The Sims 3 Create a World Tool File", | |
"world" => "WorldPainter File", | |
"wotreplay" => "World of Tanks Replay File", | |
"wpl" => "GTA Binary Item Placement File", | |
"wpm" => "Warcraft 3 Path Map File", | |
"wpt" => "Cube 2 Waypoint File", | |
"wrpl" => "Widelands Saved Game File", | |
"wrpl.wgf" => "Widelands Initial Saved Game File", | |
"wsc" => "WonderSwan Color Game ROM", | |
"wtd" => "Grand Theft Auto IV Textures File", | |
"wtf" => "World of Warcraft Text File", | |
"wx" => "Flight Simulator Weather File", | |
"wz" => "Warzone 2100 Data File", | |
"wz" => "MapleStory Game Data File", | |
"xan" => "Worms Map File", | |
"xbe" => "Xbox Executable File", | |
"xbsav" => "Mass Effect 2 Xbox Saved Game", | |
"xds" => "DS Game Maker Project File", | |
"xen" => "Guitar Hero III Data File", | |
"xex" => "Xbox 360 Executable File", | |
"xmb" => "Age of Empires Game Data File", | |
"xmb" => "X-Wing Mission Briefing File", | |
"xnb" => "XNA Game Studio Binary Package", | |
"xom" => "Worms 3D Object File", | |
"xp" => "XPilot Map", | |
"xp2" => "XPilot NG", | |
"xp3" => "KiriKiri Package File", | |
"xp4" => "KiriKiri Package", | |
"xpd" => "PlayStation Store PSP License File", | |
"xpk" => "WWE RAW Model File", | |
"xs" => "Age of Empires 3 Map AI Generator", | |
"xtl" => "Vietcong Data File", | |
"xvmconf" => "World of Tanks XVM Configuration File", | |
"y3a" => "Yu-Gi-Oh! ONLINE 3 Avatar File", | |
"y3d" => "Yu-Gi-Oh! ONLINE 3 Deck File", | |
"ycm" => "Yugioh Card Maker File", | |
"ydc" => "Yu-Gi-Oh! Card Deck File", | |
"ydr" => "Yu-Gi-Oh! Power of Chaos Replay File", | |
"ydt" => "Yu-Gi-Oh! Power of Chaos Data File", | |
"yfs" => "YSFLIGHT Mission File", | |
"z1" => "Z-machine Z-code File", | |
"z2" => "Z-machine Z-code File", | |
"z2f" => "Zoo Tycoon 2 Object File", | |
"z3" => "Z-machine Z-code File", | |
"z4" => "Z-machine Z-code File", | |
"z5" => "Z-machine Z-code File", | |
"z6" => "Z-machine Z-code File", | |
"z64" => "Nintendo 64 Game ROM", | |
"z7" => "Z-machine Z-code File", | |
"z8" => "Z-machine Z-code File", | |
"zad" => "Carmageddon Game Data File", | |
"zblorb" => "Z-machine Package Game File", | |
"zds" => "GZDoom Save File", | |
"zip" => "MAME Game ROM", | |
"zlb" => "Z-machine Package Game File", | |
"zmap" => "Zombies Ate My Neighbors Map File", | |
"zoo" => "Zoo Tycoon Saved Game", | |
"zs0" => "ZSNES Slot 0 Saved State File", | |
"zs1" => "ZSNES Slot 1 Saved State File", | |
"zs2" => "ZSNES Slot 2 Saved State File", | |
"zs3" => "ZSNES Slot 3 Saved State File", | |
"zs4" => "ZSNES Slot 4 Saved State File", | |
"zs5" => "ZSNES Slot 5 Saved State File", | |
"zs6" => "ZSNES Slot 6 Saved State File", | |
"zs7" => "ZSNES Slot 7 Saved State File", | |
"zs8" => "ZSNES Slot 8 Saved State File", | |
"zs9" => "ZSNES Slot 9 Saved State File", | |
"zsd" => "Dave Mirra Freestyle BMX Data File", | |
"zst" => "ZSNES Save File", | |
"ztd" => "Zoo Tycoon Data Archive", | |
"ztmp" => "Steam Compressed Game Resource File", | |
"zzz" => "Black & White Game Data File" | |
), 'CAD' => array( | |
"123" => "PCB123 Circuit Board Design", | |
"123c" => "Autodesk 123C Drawing", | |
"123d" => "Autodesk 123D Drawing", | |
"123dx" => "123D Design Model File", | |
"2d" => "VersaCAD 2D Drawing File", | |
"3dc" => "RoboCell Cell Setup File", | |
"3dl" => "Sierra LandDesigner 3D File", | |
"a2l" => "ASAP2 ECU Description File", | |
"act" => "Alma CAD/CAM Document", | |
"adi" => "AutoCAD Device-Independent Binary Plotter File", | |
"adt" => "AutoCAD Audit Log", | |
"afd" => "Alphacam Flame Drawing", | |
"afs" => "STAAD.foundation Project File", | |
"any" => "AnyRail Layout Plan", | |
"ard" => "ArtiosCAD Workspace File", | |
"art" => "ArtCAM Model", | |
"asc" => "LTspice Circuit Schematic File", | |
"asm" => "Solid Edge Assembly File", | |
"asy" => "LTspice Symbol File", | |
"att" => "Alphacam Lathe Tool File", | |
"bbcd" => "BobCAD-CAM Document", | |
"bcd" => "RealView Debugger Board Chip Definition File", | |
"bdc" => "West Point Bridge Designer Design File", | |
"bdl" => "CoCreate Bundle File", | |
"bit" => "Xilinx Bitstream File", | |
"blk" => "AutoCAD Block Template File", | |
"bmf" => "FloorPlan File", | |
"bpm" => "Bizagi Process Modeler", | |
"bpmc" => "Bizagi Process Modeler Collaboration", | |
"bpz" => "Easy Blue Print Symbol Library", | |
"brd" => "Cadence Allegro PCB Design File", | |
"brd" => "KiCad PCB Design File", | |
"bxl" => "Accelerated Designs PCB Library File", | |
"cad" => "BobCAD-CAM File", | |
"cam" => "Gerber CAM Job File", | |
"catpart" => "CATIA V5 Part File", | |
"catproduct" => "CATIA V5 Assembly File", | |
"cddx" => "Circuit Diagram Document", | |
"cdl" => "CADKEY Wireframe Design File", | |
"cdw" => "KOMPAS Document", | |
"cel" => "MicroStation Cell Library", | |
"cf2" => "Common File Format File", | |
"cff" => "Common File Format", | |
"cgr" => "CATIA Graphical Representation File", | |
"cib" => "Luminaire Data File", | |
"circuit" => "KTechlab Circuit Design File", | |
"ckd" => "Kubotek Design Container", | |
"cmp" => "Solid Edge Wire Harness File", | |
"cmp" => "Generic CADD Component File", | |
"cnc" => "CNC Machine Tool Path", | |
"cnc" => "PartMaster CNC File", | |
"cnd" => "Melco Condensed Embroidery File", | |
"cpa" => "CADSTAR PCB Archive File", | |
"crv" => "VCarve Pro Design File", | |
"cyp" => "Home Designer Pro Project File", | |
"czd" => "CAD Zone Drawing", | |
"db1" => "Tekla Structures Model File", | |
"dbq" => "AutoCAD Query Set", | |
"dc" => "DesignCAD Design File", | |
"dc1" => "DevCad Document", | |
"dc2" => "DevCad Cam Pro Document", | |
"dc2" => "DesignCAD 2D ASCII Drawing", | |
"dc3" => "DesignCAD 3D ASCII Drawing", | |
"dcd" => "DesignCAD Drawing", | |
"des" => "Pro/DESKTOP CAD File", | |
"dft" => "Solid Edge Draft Document", | |
"dfx" => "Drafix CAD File", | |
"dgb" => "FlashCAD Drawing Database", | |
"dgk" => "Delcam 3D Model File", | |
"dgn" => "MicroStation Design File", | |
"dlv" => "CATIA 4 Export File", | |
"dlx" => "DIALux Document", | |
"dra" => "Dolphin PartMaster Drawing File", | |
"dra" => "OrCAD Drawing File", | |
"drg" => "AllyCAD Drawing File", | |
"dru" => "EAGLE Design Rules File", | |
"drwdot" => "SolidWorks Drawing Template", | |
"dsg" => "Control Studio Document", | |
"dsn" => "OrCAD Design File", | |
"dst" => "AutoCAD Sheet Set File", | |
"dst" => "Tajima Embroidery Format", | |
"dvg" => "Graphic Works Vector Graphic", | |
"dwfx" => "Design Web Format XPS File", | |
"dwg" => "AutoCAD Drawing Database File", | |
"dws" => "AutoCAD Drawing Standards File", | |
"dwt" => "AutoCAD Drawing Template", | |
"dxe" => "AutoCAD Data Extraction Template", | |
"dxf" => "Drawing Exchange Format File", | |
"dxx" => "AutoCAD Drawing Interchange Attribute File", | |
"easm" => "eDrawings Assembly File", | |
"edn" => "EDIF Implementation Netlist File", | |
"edrw" => "SolidWorks eDrawings File", | |
"eld" => "Eulumdat Formatted Luminaire Data File", | |
"epf" => "EAGLE Project", | |
"eqn" => "GAL Equation File", | |
"ewb" => "Electronics Workbench Circuit Design File", | |
"ewd" => "EasyWOOD Design File", | |
"exb" => "CAXA Draft", | |
"ezc" => "AutoCAD Ecscad Components Backup File", | |
"ezp" => "AutoCAD Ecscad Project Backup File", | |
"fan" => "Form•Z Animation File", | |
"fcd" => "FastCAD DOS Drawing", | |
"fcstd" => "FreeCAD Document", | |
"fcw" => "FastCAD Windows Drawing", | |
"flx" => "FelixCAD Drawing", | |
"fmz" => "Form•Z Project File", | |
"fnc" => "QuickCAM 3D CNC File", | |
"fpd" => "Front Panel Designer Project", | |
"fpp" => "Front Panel Project", | |
"fz" => "Fritzing Project File", | |
"fzp" => "Fritzing Part File", | |
"fzz" => "Fritzing Shareable Project File", | |
"g" => "BRL-CAD Geometry File", | |
"g3d" => "GOM 3D File", | |
"gbx" => "Gerber PCB File", | |
"gcd" => "Generic CADD Drawing File", | |
"gds" => "Graphic Data System File", | |
"ginspect_prj" => "GOM Inspect Project File", | |
"gsm" => "Graphic Description Language File", | |
"gxc" => "General CADD Pro Component", | |
"gxd" => "General CADD Pro Drawing", | |
"gxh" => "General CADD Pro Hatch Pattern File", | |
"gxm" => "General CADD Pro Macro File", | |
"hcp" => "HydroCAD Project File", | |
"hsc" => "Aspen HYSYS Simulation File", | |
"hsf" => "HOOPS Stream Format File", | |
"hus" => "Husqvarna Embroidery File", | |
"iam" => "Inventor Assembly File", | |
"iba" => "Lectra Clothing Design Pieces File", | |
"ic3d" => "IC3D Scene File", | |
"icd" => "IronCAD 3D Drawing File", | |
"ics" => "IronCAD 3D Drawing File", | |
"ide" => "Inventor iFeature File", | |
"idv" => "Inventor Design View File", | |
"idw" => "Inventor Drawing", | |
"if" => "Procedimientos-Uno IFWin Project File", | |
"ifcxml" => "Industry Foundation Classes XML File", | |
"ifczip" => "Compessed IFC File", | |
"igs" => "IGES Drawing File", | |
"ipf" => "iMPACT Project File", | |
"ipj" => "Inventor Project File", | |
"ipn" => "Inventor Presentation File", | |
"ipt" => "Inventor Part File", | |
"ise" => "Xilinx ISE Project", | |
"iso" => "Arbortext IsoDraw Document", | |
"isoz" => "Compressed Arbortext IsoDraw Illustration", | |
"jam" => "Jam STAPL File", | |
"jbc" => "Jam STAPL Byte-Code File", | |
"job" => "MetaCAM Nest Job File", | |
"jt" => "JT Open CAD File", | |
"jvsg" => "Video Surveillance Project", | |
"kit" => "20-20 Design File", | |
"lcf" => "ArchiCAD Library Container File", | |
"ldr" => "LDraw Model File", | |
"ldt" => "Eulumdat Formatted Luminaire Data File", | |
"li3d" => "Live Interior 3D Document", | |
"lin" => "AutoCAD Linetype File", | |
"lizd" => "Live Interior 3D Compressed Document", | |
"ltl" => "Luminaire Data File", | |
"lyc" => "bestIMAGE Compressed Design File", | |
"lyr" => "bestIMAGE Design File", | |
"mc9" => "Mastercam 9 Geometry File", | |
"mcd" => "MiniCAD Design File", | |
"mcx" => "MICRO CADAM-X/6000 Model Data File", | |
"mdl" => "Lectra Modaris Clothing Design File", | |
"mhs" => "Xilinx XPS Hardware Specification File", | |
"min" => "Okuma CNC Program File", | |
"model" => "CATIA 3D Model FIle", | |
"mp10" => "Multisim 10 Project File", | |
"mp11" => "Multisim 11 Project File", | |
"mp7" => "Multisim 7 Project File", | |
"mp9" => "Multisim 9 Project File", | |
"ms11" => "Multisim 11 Circuit Design File", | |
"ms7" => "Multisim 7 Circuit Design File", | |
"ms9" => "Multisim 9 Circuit Design File", | |
"mvs" => "Microchip Verification Specification File", | |
"nc" => "Mastercam Numerical Control File", | |
"neu" => "Pro/ENGINEER Neutral File", | |
"ngc" => "Xilinx Generated Netlist File", | |
"ngd" => "Xilinx Netlist File", | |
"npl" => "Xilinx ISE 5-6 Project File", | |
"nwc" => "Navisworks Cache File", | |
"nwd" => "Navisworks Document", | |
"nwf" => "Navisworks File Set", | |
"olb" => "OrCAD Symbol Library File", | |
"opj" => "OrCAD Project File", | |
"opt" => "Opterecenja File", | |
"pat" => "AutoCAD Hatch Pattern File", | |
"pc6" => "PowerCADD 6 Drawing File", | |
"pc7" => "PowerCADD 7 Drawing File", | |
"pcs" => "Pfaff Embroidery File", | |
"phj" => "PhCNC Project File", | |
"pho" => "Gerber Photoplot File", | |
"pipd" => "PIPE-FLO Demo Project File", | |
"pipe" => "PIPE-FLO Project File", | |
"pla" => "ArchiCAD Project Archive", | |
"pln" => "ArchiCAD Project File", | |
"pm3" => "Crouzet Logic Software M3 File", | |
"prg" => "PC-DMIS Part Program File", | |
"pro" => "KiCad Project", | |
"prt" => "Solid Edge Part File", | |
"prt" => "Pro/ENGINEER Part File", | |
"prt" => "CADKEY Part File", | |
"prt" => "Unigraphics Part File", | |
"psf" => "AutoCAD PostScript Patterns File", | |
"psm" => "Solid Edge Sheet Metal File", | |
"pss" => "AutoCAD Plot Stamp Settings File", | |
"psu" => "PSU Designer Document", | |
"psv" => "Pipe System Viewer File", | |
"pwd" => "Solid Edge Weldment Document", | |
"pwt" => "AutoCAD Publish To Web Template", | |
"qpm" => "Quick Pallet Maker Input Data", | |
"rcd" => "LEGO MINDSTORMS Recording File", | |
"rdf" => "Relux Project File", | |
"red" => "CADViewer Redline Markup File", | |
"rig" => "vRigger Design File", | |
"rml" => "Redline Markup Language File", | |
"rra" => "vRigger Rigging Gear File", | |
"rs" => "RapidSketch Document", | |
"rsg" => "RaySupreme Graph", | |
"rsm" => "RouterSim Network Visualizer File", | |
"rtd" => "Robot Structural Analysis Design File", | |
"sab" => "ACIS SAB Model File", | |
"sat" => "ACIS SAT 3D Model File", | |
"sbp" => "OpenSBP CNC Program File", | |
"scad" => "OpenSCAD Script", | |
"sch" => "KiCad Schematic File", | |
"sdg" => "Strater Project File", | |
"sew" => "Home Embroidery Format", | |
"shx" => "AutoCAD Compiled Shape File", | |
"skf" => "AutoSketch Drawing", | |
"sldasm" => "SolidWorks Assembly File", | |
"slddrw" => "SolidWorks Drawing File", | |
"sldprt" => "SolidWorks Part File", | |
"spt" => "SpeedTree Tree Data File", | |
"stl" => "Stereolithography File", | |
"svd" => "SolidView Design File", | |
"t3001" => "TARGET 3001! Circuit Design Project File", | |
"tak" => "TAK 2000 Thermal Model File", | |
"tbp" => "Tekla BIMsight Project", | |
"tc2" => "TurboCAD 2D Mac Drawing", | |
"tc3" => "TurboCAD 2D/3D Mac Drawing", | |
"tcd" => "Technobox CAD Drawing", | |
"tcm" => "TurboCAD Mac Drawing", | |
"tct" => "TurboCAD Drawing Template", | |
"tcw" => "TurboCAD Drawing File", | |
"tcx" => "TurboCAD 3D Model Text File", | |
"top" => "TopSolid Design Document", | |
"topprj" => "TopSolid Project File", | |
"topviw" => "TopSolid'Viewer Document", | |
"tsc" => "TINA Design File", | |
"tsf" => "Strater Template File", | |
"uld" => "Unified Luminaire Data File", | |
"unt" => "AutoCAD Unit Definition File", | |
"upf" => "Unified Power Format File", | |
"vet" => "Lectra Cutter's Must File", | |
"vnd" => "Type3 Design File", | |
"vtf" => "3DESIGN CAD File", | |
"vwx" => "Vectorworks Design File", | |
"wdp" => "AutoCAD Electrical Project File", | |
"x_b" => "Parasolid Model Part File", | |
"x_t" => "Parasolid Model Part File", | |
"xise" => "Xilinx ISE Project File", | |
"xv3" => "Lattice XVL Geometry File" | |
), 'Miscellaneous' => array( | |
"!bt" => "BitTorrent Incomplete Download File", | |
"!qb" => "qBittorrent Partial Download File", | |
"!ut" => "uTorrent Incomplete Download", | |
"000" => "Windows CE Installation Data File", | |
"1" => "Unix Section 1 Man Page", | |
"323" => "H.323 Internet Telephony File", | |
"3dc" => "RacerMate 3D Course File", | |
"83p" => "TI-83 Calculator File", | |
"8xp" => "TI-83 Plus Calculator File", | |
"_eml" => "Windows Live Mail Email File", | |
"_nws" => "Windows Live Mail Newsgroup Copy File", | |
"_sys.lfo" => "Adware File", | |
"aawdef" => "Ad-Aware Definitions File", | |
"abr" => "Adobe Photoshop Brushes File", | |
"ac$" => "AutoCAD Temporary File", | |
"acb" => "AOL Cab Launcher", | |
"acl" => "AutoCorrect List File", | |
"acs" => "Agent Character File", | |
"ad" => "After Dark Screensaver", | |
"adadownload" => "Adobe Download Assistant Partial Download File", | |
"add" => "Dynamics AX Developer Documentation File", | |
"adi" => "Dynamics AX Developer Documentation Index File", | |
"adm" => "Portfolio Admin-Level Access Flag", | |
"aepkey" => "Advanced Encryption Package Key File", | |
"afploc" => "Apple Filing Protocol Location", | |
"agd" => "Agile Advantage E-mail Attachment", | |
"ahd" => "Dynamics AX Online Help Data File", | |
"ahi" => "Dynamics AX Online Help Index File", | |
"aif" => "Symbian Application Information File", | |
"aim" => "AOL Instant Messenger Launch File", | |
"alt" => "Dynamics AX Temporary File", | |
"aml" => "Microsoft Assistance Markup Language File", | |
"annot" => "Adobe Digital Editions Annotations File", | |
"aod" => "Dynamics AX Object Data File", | |
"aoi" => "Dynamics AX Application Object Index File", | |
"aol" => "America Online File", | |
"apf" => "Adobe Profile File", | |
"appdownload" => "Mac App Store Partially Downloaded App", | |
"appup" => "Erlang Application Upgrade File", | |
"arr" => "Advanced RAR Password Recovery Project", | |
"ash" => "Nintendo Wii System Menu File", | |
"ass" => "Aegisub Advanced Substation Alpha File", | |
"atz" => "Atomic Time Zone File", | |
"auz" => "Ableton Authorization File", | |
"avastlic" => "Avast! License File", | |
"avgdx" => "AVG Diagnostics File", | |
"awc" => "Emulex AWC Firmware Update File", | |
"awd" => "Award BIOS Update File", | |
"awkw" => "Awkwords Word Generator File", | |
"az!" => "Vuze Partial Download File", | |
"bbl" => "BibTeX Generated Bibliography File", | |
"bc" => "BitComet Partially Downloaded File", | |
"bc!" => "BitComet Incomplete File", | |
"bdr" => "Publisher Borders File", | |
"bfc" => "Windows Briefcase File", | |
"bkmk" => "Yummy FTP Bookmark File", | |
"blf" => "MasterWorks Working File", | |
"bli" => "Thomson Speedtouch Firmware File", | |
"bmc" => "Embroidery Image File", | |
"bmk" => "Nokia Device Bookmark File", | |
"bnd" => "DB2 CLI Bind File", | |
"bootskin" => "Stardock Bootskin File", | |
"box" => "Microsoft Store Download File", | |
"bp2" => "AutoCAD Batch Plot File", | |
"bp3" => "AutoCAD Batch Plot File", | |
"bpdx" => "Acrobat Batch PDX File", | |
"bpl" => "AutoCAD Batch Plot File", | |
"bps" => "BPS Virus File", | |
"bqy" => "Brio Query File", | |
"bst" => "BibTeX Style Document", | |
"bt!" => "BitSpirit Incomplete Download File", | |
"buf" => "Buffer File", | |
"bup" => "McAfee Quarantined File", | |
"c2u" => "Texas Instruments CBL 2 OS File", | |
"ca" => "Initial Telnet Cache", | |
"cache" => "Cache File", | |
"calb" => "Coolect Album File", | |
"calibre" => "Calibre Device Data File", | |
"cas" => "Autodesk Cascade License File", | |
"cbds" => "Comic Book DS File", | |
"cbt" => "Computer Based Training File", | |
"cch" => "NET Security Resolution Cache File", | |
"cdf-ms" => "ClickOnce Compiled Manifest File", | |
"cfl" => "IMVU Product File", | |
"cfs" => "Lucene Compound Index File", | |
"chk" => "Saved File Fragment", | |
"chunk001" => "File Splitter Split Archive Part 1", | |
"chw" => "Compiled Help Index File", | |
"cl" => "Cursor Library", | |
"clkk" => "Clicker Keyboard", | |
"clkt" => "Clicker Template", | |
"clkw" => "Clicker Word Bank", | |
"clkx" => "Clicker Grid Set", | |
"clr" => "Flash Color Set", | |
"cls" => "LaTeX Document Class File", | |
"cml" => "CryptoMailer Encrypted File", | |
"cmm" => "Corel Multimedia Manager Album", | |
"contour" => "Contour Screenplay File", | |
"cos2" => "Pinnacle Studio Cache File", | |
"cp3" => "Grand Prix 3 Cockpit Shape File", | |
"cpt" => "Pocket Slides Presentation", | |
"cpu" => "Virtual CPU File", | |
"crashed" => "AbiWord Crash-Saved Document", | |
"crc" => "Total Commander Checksum File", | |
"crd" => "Guitar Tabs", | |
"crd" => "Windows CardSpace File", | |
"crdownload" => "Chrome Partially Downloaded File", | |
"csh" => "Photoshop Custom Shapes File", | |
"ctf" => "AVG Update Control File", | |
"ctf" => "Content Transformation File", | |
"ctg" => "Canon Digital Camera Catalog File", | |
"cul" => "Windows Cursor Library", | |
"cvf" => "CPU-Z Validation File", | |
"cvr" => "Microsoft Crash Report File", | |
"cxf" => "Picasa Collage File", | |
"da2" => "Ad-Aware License File", | |
"dal" => "Download Accelerator Plus URL List", | |
"dap" => "Download Accelerator Plus Partial Download", | |
"dat" => "Exchange E-mail Attachment", | |
"dat" => "Inno Setup Uninstaller Data File", | |
"db" => "Windows Thumbnail Cache", | |
"dbx" => "Outlook Express E-mail Folder", | |
"dc1" => "Bloomba E-mail Message", | |
"dcover" => "Disc Cover File", | |
"dct" => "Dictionary File", | |
"dctmp" => "DC++ Partially Downloaded File", | |
"decrypt" => "Decrypted Microsoft ESD File", | |
"dek" => "Memorize-It Flashcard Deck", | |
"desktop" => "Desktop Entry File", | |
"devicesalt" => "NOOK Device Salt File", | |
"dfu" => "LaTeX Font Encoding File", | |
"dgc" => "TurboTax Tax Form", | |
"dic" => "Dictionary File", | |
"disabled" => "Spybot - Search & Destroy Disabled File", | |
"diskdefines" => "Linux LiveCD Information File", | |
"dke" => "DriveLock FDE Disk Key File", | |
"dlm" => "Akamai Download Manager File", | |
"dmx-info" => "DriverMax Driver Information File", | |
"doc#" => "LibreOffice Document Lock File", | |
"downloading" => "Pando Incomplete Download File", | |
"dpb" => "FaxMaster Document", | |
"dr" => "DRM Rights Object", | |
"drc" => "DRM Rights Object", | |
"dsc" => "Nikon Disk Identification File", | |
"dskin" => "DockX Skin", | |
"dstudio" => "DownloadStudio Incomplete Download", | |
"dt_" => "Macintosh Data Fork", | |
"dtapart" => "DownThemAll! Partially Downloaded File", | |
"dtf" => "Domino Temporary File", | |
"dump" => "Google BreakPad Crash Log File", | |
"dus" => "Readiris Font Dictionary", | |
"dwc" => "Emulex DWC Firmware Update File", | |
"dwl" => "TurboCAD Drawing Lock File", | |
"dwlibrary" => "Paperless Document Library", | |
"dwn" => "Firmware Update File", | |
"ebn" => "Philips Firmware Update File", | |
"edc" => "Kryptel Lite Encrypted File", | |
"eek" => "Arachne Network-Enabled Script", | |
"ef2" => "Internet Download Manager Export File", | |
"efl" => "External Format Language File", | |
"email" => "Outlook Express Email Message", | |
"enc" => "Encore Musical Notation File", | |
"enf" => "EndNote Filter File", | |
"enml" => "Evernote for Android Note", | |
"eqn" => "WordPerfect Equation", | |
"erl" => "GameGuard Error Log File", | |
"err" => "AutoCAD Error Log File", | |
"esd" => "Windows Electronic Software Download File", | |
"event" => "Corel Cataloged Folder File", | |
"exd" => "Control Information Cache File", | |
"ext" => "Generic Email Attachment", | |
"extra" => "Google BreakPad Crash Log Extra File", | |
"eyb" => "Microsoft Encarta Yearbook Update File", | |
"ezlog" => "Skype Extras Manager Log File", | |
"ezw" => "easyOFFER Real Estate Form File", | |
"fb!" => "FlashGet Incomplete Download File", | |
"fdr" => "Windows Error Report File", | |
"feedback" => "Expression SketchFlow Feedback File", | |
"ffl" => "Fetion Emoticons Package", | |
"file" => "Generic Windows File", | |
"fl3" => "Flash 3D File", | |
"flf" => "Microsoft Dynamics NAV License File", | |
"flk" => "AccountEdge Company Lock File", | |
"fmelic" => "FME License File", | |
"fnd" => "Windows Saved Search", | |
"fnlf" => "Scarlett Plug-in Suite License File", | |
"fpfv" => "File Protected From Virus", | |
"fpk" => "JetForm FormFlow File", | |
"frk" => "Macintosh Resource or Data Fork", | |
"frm" => "Form File", | |
"frz" => "Locked FormFlow File", | |
"ftil" => "e-Hastakshar Contract Note", | |
"ftploc" => "FTP Location", | |
"fw" => "Firmware Update File", | |
"g3a" => "Casio Prizm Add-in File", | |
"gau" => "Flight Simulator Gauge File", | |
"gg" => "Google Desktop Gadget File", | |
"glink" => "Google Drive External File Shortcut", | |
"gly" => "Word Glossary File", | |
"god" => "God Configuration File", | |
"gp4" => "Guitar Pro 4 Tablature", | |
"gpg" => "GNU Privacy Guard Public Keyring", | |
"growlregdict" => "Growl Temp File", | |
"gsp" => "Geometer's Sketchpad File", | |
"gta" => "Microsoft Groove Tool Archive", | |
"h1q" => "Microsoft Help Merged Query Index File", | |
"hdk" => "HotDocs Registration File", | |
"hdx" => "Delphi MultiHelp Index File", | |
"hex" => "Hexadecimal Source File", | |
"hlb" => "VMS / VAX Help Library", | |
"hlx" => "ATI Radeon Video Driver Support File", | |
"hmx" => "Help & Manual 4 Project", | |
"hps" => "HP Digital Sender Metadata File", | |
"hs" => "Motorola Flash Flex File", | |
"hxa" => "Microsoft Help 2 Attribute Definition File", | |
"hxc" => "Microsoft Help 2 Collection Definition File", | |
"hxe" => "Microsoft Help 2 Sample Definition File", | |
"hxk" => "Microsoft Help 2 Index File", | |
"hxt" => "Microsoft Help 2 Table of Contents File", | |
"hyp" => "Dictionary Information File", | |
"ical" => "iCalendar File", | |
"icalendar" => "iCalendar File", | |
"icma" => "InCopy Assignment File", | |
"icontainer" => "CandyBar iContainer File", | |
"ics" => "iCalendar File", | |
"id" => "Lotus Notes User ID File", | |
"idlk" => "Adobe InDesign Lock File", | |
"idx" => "Movie Subtitle File", | |
"ifl" => "3ds Max Image File List", | |
"iix" => "Translation Memory Index File", | |
"imapmbox" => "IMAP Mailbox", | |
"iml" => "ACT! Internet Mail Message", | |
"imy" => "iMelody Ringtone File", | |
"in" => "Spyware File", | |
"inca" => "InCopy CS3 Assignment File", | |
"ind" => "Memory Stick Formatting File", | |
"indk" => "Adobe Shortcut Set File", | |
"inetloc" => "Internet Location", | |
"info" => "Texinfo Document", | |
"info" => "Generic Information File", | |
"ing" => "MasterCook Ingredients File", | |
"inlk" => "Adobe InDesign Lock File", | |
"inm" => "FaxMaster Document", | |
"iobit" => "Advanced SystemCare Rollback File", | |
"ipsw" => "iPod and iPhone Software Update File", | |
"isn" => "Installer Source Files", | |
"itc" => "iTunes Cover Flow Data File", | |
"iva" => "Dementia.4207 Virus File", | |
"iws" => "InstallWatch Scan File", | |
"jad" => "Java Application Descriptor File", | |
"jc" => "FlashGet Partial Download", | |
"jc!" => "FlashGet Incomplete Download", | |
"jrs" => "Exchange Reserve Transaction Log File", | |
"key" => "LightWave License File", | |
"key" => "Software License Key File", | |
"khd" => "Dynamics AX Kernel Help Data File", | |
"khi" => "Dynamics AX Kernel Help Index File", | |
"kmr" => "KnowledgeMill Link File", | |
"kwm" => "WebMoney Key File", | |
"kyr" => "Lotus Domino Key Ring File", | |
"lay" => "DVD Studio Pro Layout File", | |
"lck" => "Program Lock File", | |
"ldb" => "Microsoft Access Lock File", | |
"legal" => "DaveTech Legal Document", | |
"letter" => "Undeliverable Mail File", | |
"lic" => "Software License File", | |
"licensekey" => "iPartition License Key File", | |
"lid" => "Kodak EasyShare Album File", | |
"link" => "iPod Link File", | |
"linx" => "iPod Links Folder", | |
"lock" => "Lock File", | |
"logonvista" => "LogonStudio Windows Vista Logon Screen", | |
"logonxp" => "LogonStudio Windows XP Logon Screen", | |
"loov" => "Smadav Virus Definitions File", | |
"lrc" => "Lyrics File", | |
"lrs" => "Check Point License Request File", | |
"lsn" => "Finale Lesson File", | |
"ltf" => "Frogans Shortcut File", | |
"lwtp" => "LimeWire Theme Pack", | |
"lxa" => "Microsoft Speech Lexicon File", | |
"lyr" => "ArcView Layer File", | |
"mab" => "Mozilla Address Book", | |
"mad" => "Access Module Shortcut", | |
"mag" => "Access Diagram Shortcut File", | |
"mailplanelicense" => "Mailplane License File", | |
"mailtoloc" => "Mail Internet Location File", | |
"manifest" => "Steam Manifest File", | |
"map" => "TECkit Mapping File", | |
"mar" => "Mozilla Archive", | |
"mat" => "Microsoft Access Table Shortcut File", | |
"mau" => "Media Attachment Unit", | |
"mb" => "Kodak EasyShare Data File", | |
"mbb" => "Kodak EasyShare Data File", | |
"mbs" => "Opera Mailbox File", | |
"mc2" => "MasterCook 5 Cookbook File", | |
"mcf" => "MasterCook 2 Cookbook File", | |
"mcfi" => "Maya Initial Fluid Cache File", | |
"mcfp" => "Maya Fluid Cache Playback File", | |
"mci" => "Media Control Interface File", | |
"mco" => "Live Messenger Winks File", | |
"md0" => "Adobe Photoshop Metadata Cache File", | |
"md5" => "MD5 Checksum File", | |
"mdf" => "Translation Memory Data Find File", | |
"mdl" => "Flight Simulator Airplane Model", | |
"mdw" => "Access Workgroup File", | |
"me" => "Temporary Delete Me File", | |
"merlinlicense" => "Merlin License File", | |
"mfil" => "Blizzard Software Update File", | |
"mgdatabase" => "MacGourmet Deluxe Database File", | |
"mgo" => "MacGourmet Recipe File", | |
"mgt" => "Musicnotes Guitar Guru Song File", | |
"mif" => "Management Information Format", | |
"mjbooktemplate" => "MacJournal Book Template", | |
"mjdoc" => "MacJournal Document", | |
"mls" => "CrystalPlayer Playlist", | |
"mmo" => "Memory Map Overlay File", | |
"mnl" => "AutoCAD Menu LISP File", | |
"mnx" => "FoxPro Menu", | |
"mobileprovision" => "Xcode Mobile Provisioning Profile", | |
"montage" => "Montage Screenplay File", | |
"mpcpl" => "Media Player Classic Playlist", | |
"mrk" => "DPOF Auto Print Order File", | |
"ms-tnef" => "MS Transport Neutral Encapsulation Format", | |
"msf" => "Mail Summary File", | |
"msi" => "Windows Installer Package", | |
"mso" => "Inline E-mail Attachment", | |
"mso" => "Microsoft Office Macro Reference File", | |
"msrcincident" => "Windows Remote Assistance Invitation File", | |
"msu" => "Windows Vista Update Package", | |
"mta" => "Samsung AllShare Metadata File", | |
"mtd" => "Musicnotes Digital Sheet Music File", | |
"mtf" => "MasterCook Tips", | |
"mtf" => "Translation Memory Translations File", | |
"mthd" => "MOPEKS Method File", | |
"mvi" => "AutoCAD Movie Command File", | |
"mwf" => "Translation Memory Word Find File", | |
"mwlic" => "MoneyWell License File", | |
"mxn" => "Miinoto Exchangeable Note File", | |
"mzz" => "Microsoft .NET Download Package", | |
"na2" => "Netscape Address Book File", | |
"nav" => "MSN Application Extension File", | |
"nav2" => "WinAVI Temporary Navigation File", | |
"nch" => "Outlook Express Folder File", | |
"ncw" => "Nero CoverDesigner Wizard File", | |
"nd5" => "Renamed NDS File", | |
"ndl" => "Lotus Notes Doclink File", | |
"nfs" => "Network File System Temporary File", | |
"nick" => "Outlook 2000 Nickname File", | |
"njb" => "Nikon Photo Index File", | |
"nk2" => "Outlook 2002 Nickname File", | |
"nomedia" => "Android No Media File", | |
"nss" => "Magentic Screensaver File", | |
"ntf" => "MediaFACE II CD Label File", | |
"nth" => "Nokia Series 40 Theme File", | |
"nup" => "Smart Security Update File", | |
"nvi" => "NVIDIA Driver File", | |
"nwm" => "Sony NWM Display Screen File", | |
"nwp" => "Magentic Wallpaper File", | |
"ob!" => "Orbit Downloader Incomplete Download", | |
"ocr" => "Subtitle Workshop OCR Script", | |
"odf" => "OpenDocument Formula", | |
"ods" => "Outlook Express 5 Mailbox", | |
"ofr" => "SMS Offer Manager File", | |
"olb" => "OLE Object Library", | |
"ook" => "Arachne Batch Script", | |
"opdownload" => "Opera Partially Downloaded File", | |
"opf" => "FlipAlbum File", | |
"ost" => "Outlook Offline Folder File", | |
"otc" => "OpenDocument Chart Template", | |
"otf" => "OpenDocument Formula Template", | |
"owg" => "OutWit Gear Database", | |
"owm" => "OutWit XML Mashup File", | |
"p10" => "Certificate Request File", | |
"p2p" => "FolderShare Placeholder File", | |
"p7m" => "Digitally Encrypted Message", | |
"p7r" => "Certificate Request Response File", | |
"pad" => "ACT! Database Pointer File", | |
"pakm" => "PAKM Package File", | |
"pamp" => "Poweramp Album Art File", | |
"pando" => "Pando File", | |
"pap" => "Corel Painter Paper Texture", | |
"part" => "Partially Downloaded File", | |
"partial" => "Internet Explorer Partially Downloaded File", | |
"pekey" => "PhysicsEditor License Key File", | |
"pes" => "Brother Embroidery Format", | |
"pgp" => "PGP Security Key", | |
"pid" => "Process ID File", | |
"pkpass" => "Passbook Pass File", | |
"pla" => "iriver iQuickList File", | |
"playset" => "Souptoys Playset File", | |
"plf" => "Papyrus License File", | |
"plsk" => "Messenger Plus! Live Skin Pack", | |
"pn" => "Powernoodle File", | |
"ppf" => "Paint Shop Pro Soft Plastic Preset File", | |
"ppk" => "PuTTY Private Key File", | |
"ppm_b" => "Nokia PPM Flash File", | |
"prs" => "PlayStation Radio Player Location", | |
"psar" => "PSP Update File", | |
"psf" => "HP-UX Product Specification File", | |
"psi" => "PrimalScript Online Help Shortcut", | |
"pss" => "Picture and Sound Show File", | |
"psw" => "Windows Password Reset Disk File", | |
"pt" => "Panther Project File", | |
"pth" => "4D Path Document", | |
"ptr" => "Flash Intro Project File", | |
"pvk" => "Private Key File", | |
"pvm" => "HP Photo Album", | |
"qds" => "Windows Directory Query File", | |
"qua" => "Avira AntiVir Quarantined File", | |
"qwq" => "OpenQwaq Auto-Launch File", | |
"qxl" => "QuarkXPress Library", | |
"radiumkey2" => "Radium 2 License File", | |
"raskinlicense" => "Raskin License File", | |
"rat" => "PICS Rating File", | |
"redir" => "Spotify Executable Redirect File", | |
"reloc" => "Windows EXE Relocation Section File", | |
"rem" => "BlackBerry Encrypted Data File", | |
"req" => "Canon SD Card Version Request File", | |
"req" => "SSL Certificate Request File", | |
"rfb" => "RoboForm Bookmark File", | |
"rfc" => "RoboForm Contact File", | |
"rfn" => "RoboForm Safenote File", | |
"rfp" => "RoboForm Passcard File", | |
"rft" => "RoboForm Identity File", | |
"rjs" => "RealJukebox Skin File", | |
"rmf" => "Adobe Rights Management Document", | |
"rml" => "Elixir Report Template File", | |
"rnd" => "PGP Random Seed File", | |
"rnd" => "Random Hash Data File", | |
"rom" => "Read Only Memory Image", | |
"rov" => "Report Object Variable", | |
"rpmsg" => "Outlook Restricted Permission Message", | |
"rsa" => "Minecraft JAR Codesign File", | |
"rsa" => "RSA Certificate File", | |
"rtc" => "Live Meeting Connection File", | |
"rtm" => "LabVIEW Run-Time Menu File", | |
"rtp" => "TurboTax Update File", | |
"rwlibrary" => "Paperless Receipt Library", | |
"rwz" => "Outlook Rules Wizard File", | |
"rxc" => "Roxio Certificate File", | |
"sbc" => "Office Accounting Company Shortcut File", | |
"sbk" => "Multimedia ToolBook System Book", | |
"sc" => "Space Engine Script", | |
"sc2locale" => "Blizzard StarCraft 2 Localization File", | |
"scw" => "Score Writer Document", | |
"sdr" => "Dell Support File", | |
"sdx" => "Kivuto Secure Download Manager File", | |
"search-ms" => "Windows Saved Search File", | |
"sec" => "PGP Secret Key Ring", | |
"secure" => "Septium Secure Document", | |
"sf" => "Minecraft JAR Signature File", | |
"sft" => "Microsoft App-V Sequencer File", | |
"sfv" => "Simple File Verification File", | |
"sha1" => "SHA-1 Hash File", | |
"sha256" => "FileVerifier++ SHA-256 Hashes File", | |
"sha512" => "SHA 512 Hash File", | |
"shortcut" => "Asutype Shortcut", | |
"shs" => "Microsoft Scrap File", | |
"shv" => "Husqvarna Viking Embroidery File", | |
"shx" => "Motorola Flash Superfile", | |
"sidb" => "iTunes Authorization Data File", | |
"sidd" => "iTunes Authorization Data File", | |
"sidn" => "iTunes Authorization Data File", | |
"sis" => "Symbian Installation File", | |
"sis.dm" => "Ovi Store DRM-Protected Application", | |
"sisx" => "Symbian OS Installation File", | |
"sisx.dm" => "Nokia Ovi Store DRM-Protected Application", | |
"sk" => "Safari History Index File", | |
"skindex" => "Mail Index File", | |
"skr" => "PGP Private Keyring", | |
"slb" => "AutoCAD Slide Library", | |
"slf" => "Symantec License File", | |
"sls" => "Image Playlist", | |
"slupkg-ms" => "XrML Digital License Package", | |
"smrd" => "Adobe InDesign Filter File", | |
"smwt" => "Adobe InDesign Filter", | |
"snf" => "Starry Night Pro Document", | |
"snm" => "Netscape Mail Index", | |
"snt" => "Sticky Notes File", | |
"spd" => "Form·Z Suspended Render File", | |
"spk" => "Synology Package", | |
"sr0" => "SecuROM Analysis File", | |
"srg" => "Ketron Single Registration File", | |
"ssc" => "Stellarium Script", | |
"ssd" => "WindowBlinds Skin File List", | |
"sslf" => "HLSW Shared Server List File", | |
"sst" => "Serialized Certificate Store File", | |
"ssw" => "Sony Ericsson Firmware File", | |
"std" => "CD/DVD Label Template", | |
"sth" => "Lotus Domino Stash File", | |
"stmb" => "Synclavier Timbre File", | |
"storymill" => "StoryMill Project File", | |
"sum" => "Garmin Checksum File", | |
"svn-work" => "Subversion Cache File", | |
"swj" => "SolidWorks Journal File", | |
"swp" => "Vi Swap File", | |
"sxm" => "StarMath Formula", | |
't$m' => "AVG Internet Security Temporary File", | |
"tag" => "DataFlex Query Tag", | |
"tbs" => "TuneUp Utilities Boot Screen", | |
"tcr" => "TouchMagix Creative Suite Published File", | |
"tcz" => "Tiny Core File", | |
"td" => "Thunder Incomplete Download File", | |
"tdl" => "MathType Translator Definition Language", | |
"tec" => "TECkit Compiled Mapping File", | |
"temp" => "Temporary (Temp) File", | |
"tfil" => "Blizzard Software Update File", | |
"thm" => "Sony Ericsson Theme File", | |
"tip" => "TuneUp Utilities Icon Package", | |
"tko" => "Win32/Oficla Trojan File", | |
"tla" => "TuneUp Utilities Startup Logo", | |
"tlb" => "OLE Type Library", | |
"tls" => "TuneUp Utilities Logon Screen", | |
"tmb" => "Timbuktu Pro Connection Document", | |
"tmpl" => "Xfire User Interface Template", | |
"tnef" => "Transport Neutral Encapsulation Format", | |
"tnsp" => "TI-Nspire PublishView Document", | |
"toc" => "Eudora Table of Contents", | |
"torrent" => "BitTorrent File", | |
"tpkey" => "TexturePacker License Key File", | |
"tpl" => "Document Template", | |
"tpm" => "Transformation Parameters Model File", | |
"tpm" => "Trusted Platform Module Password File", | |
"trace" => "VMware ThinApp Trace Log File", | |
"tstream" => "SwarmPlayer Streaming Torrent", | |
"ttx" => "Trados TagEditor File", | |
"tvl" => "TurboTax File", | |
"uds" => "NetBackup UNIX Domain Socket File", | |
"uls" => "NetMeeting User Location Service File", | |
"unk" => "Unknown File", | |
"unknown" => "Unknown File Type", | |
"unl" => "Garmin Unlock File", | |
"upg" => "Upgrade File", | |
"urr" => "Uniface Signatures File", | |
"vbt" => "Spyware Doctor Temporary Scan File", | |
"vbt" => "iAntiVirus Temporary Scan File", | |
"vdi" => "StepMania Debug Resource File", | |
"vdjsend" => "VirtualDJ Send File", | |
"ver" => "Version Record", | |
"vfs" => "Virtual File System Index", | |
"vir" => "Virus-Infected File", | |
"vlcl" => "VMware Localization File", | |
"vmdk-converttmp" => "VMWare Fusion Temporary File", | |
"vmf_autosave" => "Valve Hammer Editor Autosave File", | |
"vmg" => "Nokia Text Message", | |
"vmhf" => "VMware Hot Fix File", | |
"vmhr" => "VMware Hot Fix Request File", | |
"vmsg" => "VMware Application Message File", | |
"vncloc" => "Screen Sharing VNC Internet Location", | |
"vol" => "Volfs File System Directory", | |
"vor" => "StarOffice Template", | |
"vpa" => "VPchat Chat Gestures File", | |
"vpc6" => "Virtual Machine Package", | |
"vpc7" => "Virtual Machine Package", | |
"vs" => "Vivid Include File", | |
"w" => "Google Toolbar Search History File", | |
"wal" => "Winamp Modern Skin", | |
"wba" => "WindowBlinds Compressed Skin", | |
"wcm" => "Microsoft Works Communications Script", | |
"wdseml" => "Thunderbird Searchable Email File", | |
"wgs" => "Walk-Graph Segment File", | |
"wje" => "WinJournal Entry", | |
"wjf" => "WinJournal Journal File", | |
"wlx" => "Windows Live Mesh Sync File", | |
"wordlist" => "Desktop Poet Word List File", | |
"wsz" => "Winamp Classic Skin", | |
"wtc" => "Logitech Webcam File", | |
"wul" => "WinUHA Language File", | |
"wwd" => "Works Wizard File", | |
"wzmul" => "WinZip Registration File", | |
"xensearch" => "XenCenter Saved Search File", | |
"xlnk" => "XML Shortcut File", | |
"xlw" => "Excel Workspace File", | |
"xmp" => "Extensible Metadata Platform File", | |
"xnk" => "Exchange Shortcut", | |
"xol" => "PowerDesigner Object Language File", | |
"xpr" => "PressIt Disc Label", | |
"xslic" => "XenServer License File", | |
"xwf" => "OmniPage Workflow File", | |
"xxx" => "Compucon Singer Embroidery File", | |
"ybd" => "YobiDrive Link File", | |
"ybk" => "Microsoft Encarta Yearbook File", | |
"ymg" => "Yahoo! Messenger File", | |
"yps" => "Yahoo! Messenger Data File", | |
"z1" => "ZoneAlarm Renamed VB File", | |
"zm1" => "ZoneAlarm Renamed MDA File", | |
"zm2" => "ZoneAlarm Renamed MDZ File", | |
"zm3" => "ZoneAlarm Renamed NCH File", | |
"zm9" => "ZoneAlarm MailSafe Renamed Zip File", | |
"zml" => "Zooming Markup Language File", | |
"ztf" => "DVD Label Template File", | |
"ztr" => "DVD Label Template Media File", | |
"zvpl" => "Visual Paradigm License File", | |
"zzz" => "CCleaner Securely Deleted File" | |
), 'Audio' => array( | |
"2sf" => "Nintendo DS Sound File", | |
"2sflib" => "Nintendo DS Audio Library File", | |
"3ga" => "3GPP Audio File", | |
"4mp" => "4-MP3 Database File", | |
"5xb" => "Line 6 POD HD500X Edit Bundle", | |
"5xe" => "Line 6 POD HD500X Edit Preset File", | |
"5xs" => "Line 6 POD HD500X Edit Setlist File", | |
"669" => "UNIS Composer 669 Module", | |
"6cm" => "Six Channel Module", | |
"8cm" => "Eight Channel Module", | |
"8med" => "Amiga OctaMed Music File", | |
"8svx" => "Amiga 8-Bit Sound File", | |
"a2b" => "Adlib Tracker II Instrument Bank", | |
"a2i" => "Adlib Tracker II Instrument File", | |
"a2m" => "Adlib Tracker II File", | |
"a2p" => "Adlib Tracker II Pattern File", | |
"a2t" => "Adlib Tracker II Tiny Module File", | |
"a2w" => "Adlib Tracker II Instrument Bank with Macros", | |
"a52" => "Dolby Digital Audio File", | |
"aa" => "Audible Audio Book File", | |
"aa3" => "ATRAC Audio File", | |
"aac" => "Advanced Audio Coding File", | |
"aax" => "Audible Enhanced Audiobook File", | |
"ab" => "Ambling BookPlayer MP3 File", | |
"abc" => "ABC Music Notation", | |
"abm" => "Music Album", | |
"ac3" => "Audio Codec 3 File", | |
"acd" => "ACID Project File", | |
"acd-bak" => "Sony ACID Project Backup File", | |
"acd-zip" => "Sony ACID Project With Embedded Media File", | |
"acm" => "Interplay Audio File", | |
"acp" => "aacPlus Audio File", | |
"act" => "ADPCM Compressed Audio File", | |
"adg" => "Ableton Device Group", | |
"adt" => "ADTS Audio File", | |
"adts" => "Audio Data Transport Stream File", | |
"adv" => "Ableton Device Preset File", | |
"afc" => "Mass Effect 2 Audio File", | |
"agm" => "DTS Multi-channel Pro Packer File", | |
"agr" => "Ableton Groove File", | |
"ahx" => "WinAHX Tracker Module", | |
"aif" => "Audio Interchange File Format", | |
"aifc" => "Compressed Audio Interchange File", | |
"aiff" => "Audio Interchange File Format", | |
"aimppl" => "AIMP Playlist File", | |
"ais" => "Velvet Studio Instrument", | |
"akp" => "Akai Sampler File", | |
"al" => "A-Law Compressed Sound Format", | |
"alac" => "ALAC Encoded Audio File", | |
"alaw" => "A-Law Compressed Sound Format", | |
"alc" => "Ableton Live Clip File", | |
"all" => "Cubasis Project File", | |
"als" => "Ableton Live Set File", | |
"amf" => "Advanced Module File", | |
"amr" => "Adaptive Multi-Rate Codec File", | |
"ams" => "Extreme Tracker Module", | |
"ams" => "Velvet Studio Module", | |
"amxd" => "Ableton Max Patch File", | |
"amz" => "Amazon MP3 Downloader File", | |
"aob" => "DVD-Audio Audio Object File", | |
"ape" => "Monkey's Audio Lossless Audio File", | |
"apf" => "Sony Ericsson Firmware Acoustics File", | |
"apl" => "Monkey's Audio Track Information File", | |
"aria" => "Chipsounds Sound File", | |
"ariax" => "Chipsounds XML Sound File", | |
"asd" => "Ableton Live Sample Analysis File", | |
"ase" => "Velvet Studio Sample", | |
"at3" => "ATRAC3 Audio File", | |
"atrac" => "Sony ATRAC Audio File", | |
"au" => "Audio File", | |
"au" => "Audacity Audio File", | |
"aud" => "Video Game Compressed Audio File", | |
"aup" => "Audacity Project File", | |
"avastsounds" => "Avast! Soundpack File", | |
"avr" => "Audio Visual Research File", | |
"awb" => "AMR-WB Audio File", | |
"ay" => "AY Chiptune File", | |
"b4s" => "Winamp Playlist File", | |
"band" => "GarageBand Project File", | |
"bap" => "Blaze Audio Wave Information File", | |
"bcs" => "Sonic Foundry Batch Converter Script", | |
"bdd" => "CARA Sound Radiation Data File", | |
"bidule" => "Bidule Layout File", | |
"bmml" => "Braille Music Markup Language File", | |
"bnk" => "Adlib Instrument Bank", | |
"bonk" => "Bonk Audio File", | |
"box" => "CARA Loudspeaker Design File", | |
"brstm" => "BRSTM Audio Stream File", | |
"bun" => "Cakewalk Bundle File", | |
"bwf" => "Broadcast Wave File", | |
"bwg" => "BrainWave Generator Audio File", | |
"bww" => "Bagpipe Player File", | |
"c01" => "Typhoon Wave Audio File", | |
"caf" => "Core Audio File", | |
"caff" => "Core Audio File", | |
"cda" => "CD Audio Track Shortcut", | |
"cdda" => "CD Digital Audio File", | |
"cdlx" => "Audition CD Layout File", | |
"cdo" => "Crescendo Music Notation File", | |
"cdr" => "Raw Audio CD Data", | |
"cel" => "Audition Loop", | |
"cfa" => "Adobe Conformed Audio File", | |
"cfxr" => "Cocoa Sfxr File", | |
"cgrp" => "Pro Tools Clip Group File", | |
"cidb" => "iTunes CD Information File", | |
"ckb" => "Cricket Audio Bank File", | |
"ckf" => "Casio Keyboard File", | |
"cmf" => "Creative Music Format", | |
"conform" => "Conformalizer Change List File", | |
"copy" => "Sony Ericsson Protected Content File", | |
"cpr" => "Cubase Project", | |
"cpt" => "DTS Compact Audio File", | |
"csh" => "Cubase Waveform File", | |
"cts" => "CrazyTalk Script File", | |
"cwb" => "Cakewalk Bundle", | |
"cwp" => "Cakewalk SONAR Project", | |
"cwt" => "Cakewalk SONAR Template", | |
"d00" => "OPL2 FM Audio File", | |
"d01" => "OPL2 FM Audio File", | |
"dcf" => "DRM Content Format File", | |
"dcm" => "DCM Audio Module", | |
"dct" => "Dictation Audio File", | |
"ddt" => "Jill of the Jungle Music File", | |
"dewf" => "SoundEdit Recorded Instrument", | |
"df2" => "Defractor 2 Instrument", | |
"dfc" => "Defractor Instrument", | |
"dff" => "DSD Audio File", | |
"dig" => "Digilink Audio File", | |
"dig" => "Sound Designer Audio File", | |
"djr" => "Ringtone Media Studio DJ Ringtone Project", | |
"dls" => "Downloadable Sounds File", | |
"dm" => "DRM Delivery Message", | |
"dmc" => "DPCM Sample File", | |
"dmf" => "Delusion Digital Music File", | |
"dmsa" => "Music Disc Creator Project File", | |
"dmse" => "Sound Editor Project File", | |
"dra" => "Nuance Dragon Voice Recording File", | |
"drg" => "I-Doser Audio Drug File", | |
"ds" => "LMMS DrumSynth File", | |
"ds2" => "Olympus DSS Pro Audio File", | |
"dsf" => "Delusion Digital Sound File", | |
"dsm" => "Digital Sound Module", | |
"dsp" => "Dynamic Studio Professional Module", | |
"dss" => "Digital Speech Standard File", | |
"dtm" => "DigiTrakker Module", | |
"dts" => "DTS Encoded Audio File", | |
"dtshd" => "DTS-HD Master Audio File", | |
"dvf" => "Sony Digital Voice File", | |
"dw" => "David Whittaker Audio File", | |
"dwa" => "Digital Waveform Archiver Audio File", | |
"dwd" => "DiamondWare Digital Audio File", | |
"ear" => "Eyemail Audio Recording", | |
"efa" => "Ensoniq ASR File", | |
"efe" => "Ensoniq EPS File", | |
"efk" => "Ensoniq KT File", | |
"efq" => "Ensoniq SQ1/SQ2/KS-32 File", | |
"efs" => "Ensoniq SQ-80 File", | |
"efv" => "Ensoniq VFX-SD File", | |
"emd" => "ABT Extended Module", | |
"emp" => "eMusic Music Download File", | |
"emx" => "eMusic Download File", | |
"emy" => "eMelody Ringtone File", | |
"eop" => "EveryonePiano Music Score File", | |
"erb" => "Braille Music Reader File", | |
"esps" => "ESPS Sampled Data File", | |
"evr" => "Enhanced Variable Rate Audio File", | |
"expressionmap" => "Cubase Expression Map File", | |
"f2r" => "Farandoyle Linear Module File", | |
"f32" => "Raw 32-Bit Audio File", | |
"f3r" => "Farandoyle Blocked Module File", | |
"f4a" => "Adobe Flash Protected Audio File", | |
"f64" => "Raw 64-Bit Audio File", | |
"far" => "Farandole Composer Module", | |
"fda" => "Dawn of War Audio File", | |
"fdp" => "FMOD Project File", | |
"fev" => "FMOD Audio Events File", | |
"fff" => "Gravis UltraSound Sound Bank", | |
"flac" => "Free Lossless Audio Codec File", | |
"flp" => "FruityLoops Project", | |
"fls" => "Flash Lite Sound Bundle", | |
"fpa" => "Finale Performance Assessment File", | |
"frg" => "Sony Sound Forge Pro Project File", | |
"fsb" => "FMOD Sample Bank File", | |
"fsm" => "Farandole Composer WaveSample File", | |
"ftm" => "Finale Template File", | |
"ftm" => "FamiTracker Module", | |
"ftmx" => "Finale Template File", | |
"fzb" => "Casio FZ-1 Bank Dump", | |
"fzf" => "Casio FZ-1 Full Dump", | |
"fzv" => "Casio FZ-1 Voice Dump", | |
"g721" => "G.721 Audio File", | |
"g723" => "G.723 Audio File", | |
"g726" => "G.726 Audio File", | |
"gbproj" => "GarageBand Project", | |
"gbs" => "GameBoy Sound File", | |
"gig" => "Tascam GigaSampler File", | |
"gio" => "Adagio Score", | |
"gio" => "Nyquist MIDI File", | |
"gm" => "Transport Tycoon Music File", | |
"gp5" => "Guitar Pro 5 Tablature File", | |
"gpbank" => "Guitar Pro Sound Bank File", | |
"gpk" => "WaveLab Audio Peak File", | |
"gpx" => "Guitar Pro 6 Document", | |
"gro" => "Allegro MIDI File", | |
"groove" => "ACID Groove File", | |
"gsm" => "US Robotics GSM Audio File", | |
"gsm" => "Global System for Mobile Audio File", | |
"h0" => "Movie Edit Pro Waveform Information File", | |
"h3b" => "Line 6 POD HD300 Edit Bundle", | |
"h3e" => "Line 6 POD HD300 Edit Preset File", | |
"h4b" => "Line 6 POD HD400 Edit Bundle", | |
"h4e" => "Line 6 POD HD400 Edit Preset File", | |
"h5b" => "Line 6 POD HD500 Edit Bundle", | |
"h5e" => "Line 6 POD HD500 Edit Preset File", | |
"h5s" => "Line 6 POD HD500 Edit Setlist File", | |
"hbb" => "Line 6 POD HD Edit Bundle", | |
"hbe" => "Line 6 POD HD Edit Preset File", | |
"hbs" => "Line 6 POD HD Edit Setlist File", | |
"hdp" => "MAGIX Hard Disk Project Audio File", | |
"hma" => "Sony HI-MD Audio File", | |
"hmi" => "HMI Audio File", | |
"hps" => "GameCube Audio File", | |
"hsb" => "HALion Sound Bank File", | |
"iaa" => "INTUS Audio Archive", | |
"ics" => "IC Recorder Sound File", | |
"iff" => "Interchange File Format", | |
"igp" => "Igor Published Music Notation File", | |
"igr" => "Igor Engraver File", | |
"imf" => "Id Music File", | |
"imp" => "Audition Impulse File", | |
"ins" => "Ensoniq Instrument", | |
"ins" => "Sample Cell II Instrument Definition File", | |
"ins" => "Adlib Tracker Instrument File", | |
"isma" => "IIS Smooth Streaming Audio File", | |
"it" => "Impulse Tracker Module", | |
"iti" => "Impulse Tracker Instrument", | |
"itls" => "iTunes Live Stream URL", | |
"its" => "Impulse Tracker Sample", | |
"jam" => "Line 6 Device Recording", | |
"jam" => "JAM Musical Score", | |
"jo" => "jo Audio File", | |
"jo-7z" => "jo Audio File", | |
"k25" => "Kurzweil K2500 File", | |
"k26" => "Kurzweil K2600 File", | |
"kar" => "Karaoke MIDI File", | |
"kfn" => "KaraFun Karaoke File", | |
"kin" => "Kinetic Music Project", | |
"kit" => "Battery Drum Kit File", | |
"kmp" => "Korg Trinity/Triton Keymap File", | |
"koz" => "Audiokoz Music File", | |
"koz" => "Bell Music File", | |
"kpl" => "Kazaa Playlist File", | |
"krz" => "Kurzweil K2000 File", | |
"ksc" => "Korg Trinity/Triton Script File", | |
"ksd" => "Native Instruments Massive Sound File", | |
"ksf" => "Korg Trinity/Triton Sample File", | |
"ksm" => "Ken Silverman Music File", | |
"kt2" => "Battery 2 Drum Kit File", | |
"kt3" => "Battery 3 Drum Kit File", | |
"ktp" => "Kinetic Project Template", | |
"l" => "Left Audio Channel File", | |
"la" => "Lossless Audio File", | |
"lof" => "Audacity File List", | |
"logic" => "Logic Pro Project File", | |
"lqt" => "Liquid Audio File", | |
"lso" => "Logic Audio Project", | |
"lvp" => "Avaya Voice Player Audio File", | |
"lwv" => "Linguistically Enhanced Sound File", | |
"m1a" => "MPEG-1 Audio File", | |
"m3u" => "Media Playlist File", | |
"m3u8" => "UTF-8 M3U Playlist File", | |
"m4a" => "MPEG-4 Audio File", | |
"m4b" => "MPEG-4 Audio Book File", | |
"m4p" => "iTunes Music Store Audio File", | |
"m4r" => "iPhone Ringtone File", | |
"ma1" => "Monarch Audio File", | |
"mbr" => "Zune Smooth Streaming File", | |
"mdc" => "MidiCo Karaoke Audio File", | |
"mdl" => "DigiTrakker Module", | |
"med" => "Amiga MED Sound File", | |
"mgv" => "Yamaha MegaVoice File", | |
"mid" => "MIDI File", | |
"midi" => "MIDI File", | |
"mini2sf" => "Nintendo DS Sound Information File", | |
"minincsf" => "NCSF Nintendo DS Audio File", | |
"minipsf" => "Miniature PlayStation Sound Format File", | |
"minipsf2" => "Miniature PlayStation Sound Format File", | |
"miniusf" => "Nintendo 64 Song File", | |
"mka" => "Matroska Audio File", | |
"mlp" => "Meridian Lossless Packing Audio File", | |
"mmf" => "Synthetic Music Mobile Application File", | |
"mmm" => "Music Maker Arrangement File", | |
"mmp" => "MixMeister Playlist", | |
"mmp" => "LMMS Project File", | |
"mmpz" => "LMMS Project File", | |
"mo3" => "MO3 Audio File", | |
"mod" => "Amiga Music Module File", | |
"mogg" => "Multitrack Ogg File", | |
"mp1" => "MPEG-1 Layer 1 Audio File", | |
"mp2" => "MPEG Layer II Compressed Audio File", | |
"mp3" => "MP3 Audio File", | |
"mp_" => "Mobile Phone Sound File", | |
"mpa" => "MPEG-2 Audio File", | |
"mpc" => "Musepack Compressed Audio File", | |
"mpdp" => "MixPad Project File", | |
"mpga" => "MPEG-1 Layer 3 Audio File", | |
"mpu" => "MPEG Layer 3 Audio File", | |
"mscx" => "MuseScore Music Score File", | |
"mscz" => "MuseScore Compressed Score File", | |
"msv" => "Memory Stick Voice File", | |
"mt2" => "MadTracker 2 Module", | |
"mt9" => "MT9 Audio File", | |
"mte" => "MadTracker 2 Envelope", | |
"mtf" => "Multi Tracker File", | |
"mti" => "MadTracker Instrument", | |
"mtm" => "MultiTracker Module", | |
"mtp" => "MadTracker 2 Pattern", | |
"mts" => "MadTracker 2 Sample File", | |
"mu3" => "Myriad Packed Musical Score", | |
"mui" => "Myriad Instrument File", | |
"mus" => "Minecraft Music File", | |
"mus" => "Doom Music File", | |
"mus" => "Finale Notation File", | |
"musa" => "Aleph One Music File", | |
"musx" => "Finale Notation File", | |
"mux" => "Trackmania Music File", | |
"mux" => "Myriad Stand-Alone Music Score", | |
"muz" => "MUZ Audio File", | |
"mwand" => "GarageBand MagicMentor Template", | |
"mws" => "MWave DSP Synth Instrument Extract", | |
"mx3" => "Mixcraft 3 Audio Project", | |
"mx4" => "Mixcraft 4 Audio Project", | |
"mx5" => "Mixcraft 5 Audio Project", | |
"mx5template" => "Mixcraft 5 Audio Project Template", | |
"mxl" => "Compressed MusicXML File", | |
"mxmf" => "Mobile XMF Ringtone File", | |
"myr" => "Myriad Music File", | |
"mzp" => "Mozart Percussion File", | |
"nap" => "Napster Secured Music File", | |
"narrative" => "Narrator Document", | |
"nbs" => "Minecraft Note Block Studio File", | |
"ncw" => "Native Compressed Wave File", | |
"nkb" => "Kontakt Audio Bank", | |
"nkc" => "Kontakt Library Data File", | |
"nki" => "KONTAKT Instrument File", | |
"nkm" => "Kontakt Multi Instrument File", | |
"nks" => "Kontakt Monolith Container", | |
"nkx" => "Kontakt Monolith Container File", | |
"nml" => "Traktor Collection File", | |
"nmsv" => "Native Instruments Massive Sound File", | |
"note" => "Notessimo Composition", | |
"npl" => "Cubase Library File", | |
"nra" => "Nero Audio Compilation", | |
"nrt" => "Nokia Ringtone", | |
"nsa" => "Nullsoft Streaming Audio File", | |
"nsf" => "NES Sound Format File", | |
"nst" => "NoiseTracker Module", | |
"ntn" => "NOTION Song File", | |
"nvf" => "Creative Labs NVF Audio File", | |
"nwc" => "NoteWorthy Composer File", | |
"obw" => "Superior Drummer Sounds File", | |
"odm" => "OverDrive Media File", | |
"ofr" => "OptimFROG Audio File", | |
"oga" => "Ogg Vorbis Audio File", | |
"ogg" => "Ogg Vorbis Audio File", | |
"okt" => "Oktalyzer Module", | |
"oma" => "Sony OpenMG Music File", | |
"omf" => "Open Media Framework File", | |
"omg" => "OpenMG Audio File", | |
"omx" => "OtsAV Media Library Information File", | |
"opus" => "Opus Audio File", | |
"orc" => "Voyetra Digital Orchestrator File", | |
"ots" => "OtsAV Album File", | |
"ove" => "Overture Musical Score", | |
"ovw" => "Cubase WAVE Overview File", | |
"ovw" => "Logic Pro Overview File", | |
"pac" => "SBStudio II Song File", | |
"pandora" => "Pandora Android App Executable", | |
"pat" => "Gravis UltraSound GF1 Patch File", | |
"pbf" => "Pinnacle Sample Bank", | |
"pca" => "Perfect Clarity Audio File", | |
"pcast" => "iTunes Podcast File", | |
"pcg" => "Korg Instrument Bank File", | |
"pcm" => "Pulse Code Modulation", | |
"pd" => "Spore Audio Playback File", | |
"peak" => "Steinberg Peak File", | |
"pek" => "Adobe Peak Waveform File", | |
"pho" => "MBROLA Phonetic Data File", | |
"phy" => "PhyMod Physical Modeling Data", | |
"pjunoxl" => "Preset File", | |
"pk" => "Audition Peak File", | |
"pkf" => "Audition Peak File", | |
"pla" => "Sansa Playlist File", | |
"pls" => "Audio Playlist", | |
"plst" => "SmartMusic Playlist", | |
"ply" => "Finale Playback File", | |
"pna" => "PhatNoise Audio File", | |
"pno" => "Windows 8 Piano Song", | |
"ppc" => "Adobe Presenter Audio File", | |
"ppcx" => "Adobe Presenter Presentation Audio File", | |
"prg" => "WAVmaker Patch File", | |
"prg" => "Akai MPC2000 Program File", | |
"psf" => "Portable Sound File", | |
"psf1" => "PlayStation Sound Format File", | |
"psf2" => "PlayStation Sound Format File", | |
"psm" => "Protracker Studio Module", | |
"psy" => "Psycle Song File", | |
"ptcop" => "PxTone Audio File", | |
"ptf" => "Pro Tools 7 Session File", | |
"ptm" => "PolyTracker Module", | |
"pts" => "Pro Tools Session", | |
"ptx" => "Pro Tools Session File", | |
"pvc" => "Panasonic VM1 Voice File", | |
"q1" => "Winamp Equalizer Presets File", | |
"q2" => "Winamp Equalizer Auto-Load Presets File", | |
"qcp" => "PureVoice Audio File", | |
"r" => "Right Audio Channel File", | |
"r1m" => "RealOne Streaming Media File", | |
"ra" => "Real Audio File", | |
"rad" => "Reality Adlib Tracker Module", | |
"ram" => "Real Audio Metadata File", | |
"raw" => "Raw Audio Data", | |
"rax" => "Real Music Store Audio File", | |
"rbs" => "MP3 Ringtone File", | |
"rbs" => "Rebirth Song File", | |
"rcy" => "ReCycle 1.x Document", | |
"record" => "GarageBand Records Audio File", | |
"rex" => "ReCycle Loop File", | |
"rfl" => "Reason ReFill Sound Bank", | |
"rgrp" => "Pro Tools Region Group File", | |
"rip" => "Hit'n'Mix Audio Mashup File", | |
"rmf" => "Rich Music Format Audio File", | |
"rmi" => "RMID MIDI File", | |
"rmj" => "Real Media Jukebox Audio File", | |
"rmm" => "RAM Meta File", | |
"rmx" => "RealJukebox Format", | |
"rng" => "Nokia Composer Ringtone", | |
"rns" => "Reason Song File", | |
"rol" => "Ad Lib Synthesized Instrument", | |
"rsf" => "LEGO MINDSTORMS EV3 Robot Sound File", | |
"rsn" => "Reason Project File", | |
"rso" => "NXT Brick Audio File", | |
"rta" => "TrueRTA Project File", | |
"rti" => "Real Tracker Instrument", | |
"rtm" => "Real Tracker Module", | |
"rts" => "Real Tracker Sample", | |
"rvx" => "Real Protected Video File", | |
"rx2" => "REX2 Audio File", | |
"s3i" => "Scream Tracker 3 Instrument", | |
"s3m" => "ScreamTracker 3 Module", | |
"s3z" => "Compressed Scream Tracker 3 Module", | |
"saf" => "Secure Audio File", | |
"sam" => "MOD Edit Sample File", | |
"sap" => "Atari SAP Music File", | |
"sb" => "Signed Byte Audio File", | |
"sbg" => "SBaGen Binaural Beat File", | |
"sbi" => "Sound Blaster Instrument", | |
"sbk" => "E-MU SoundFont Sound Bank", | |
"sc2" => "Sample Cell II Instrument Definition", | |
"scs11" => "Show Cue System Cue File", | |
"sd" => "Sound Designer Audio File", | |
"sd" => "ESPS Sampled Data File", | |
"sd2" => "Sound Designer II File", | |
"sd2f" => "Sound Designer 2 File", | |
"sdat" => "Nintendo DS Sound Data File", | |
"sdii" => "Sound Designer 2 Audio File", | |
"sds" => "MIDI Sample Dump Standard File", | |
"sdt" => "Electronic Arts Sound Data File", | |
"sdx" => "Sample MIDI Dump Exchange", | |
"seg" => "Eragon Audio File", | |
"seq" => "PowerTracks Pro Audio Project File", | |
"ses" => "Audition Session File", | |
"sesx" => "Adobe Audition Session File", | |
"sf" => "IRCAM Sound File", | |
"sf2" => "SoundFont 2 Sound Bank", | |
"sfap0" => "Sound Forge Audio Proxy File", | |
"sfk" => "Sound Forge Audio Peak File", | |
"sfl" => "Sound Forge Sound Data File", | |
"sfpack" => "Packed SoundFont File", | |
"sfs" => "SFX Sample File", | |
"sgp" => "MP3 Audio Mixer Sound Group Project", | |
"shn" => "Shorten Compressed Audio File", | |
"sib" => "Sibelius Score", | |
"sid" => "SID Audio File", | |
"slp" => "SpectraLayers Pro Project", | |
"slx" => "SpectraLayers Pro Project", | |
"sma" => "SmartMusic Accompaniment File", | |
"smf" => "Standard MIDI File", | |
"smp" => "SmartMusic Performance File", | |
"smp" => "SampleVision Audio Sample Format", | |
"smpx" => "SmartMusic Accompaniment File", | |
"snd" => "Macintosh Sound Resource", | |
"snd" => "Akai MPC Sample", | |
"snd" => "Sound File", | |
"sng" => "MIDI Song File", | |
"sng" => "Korg Trinity Song File", | |
"sns" => "SNS Video Game Audio File", | |
"snsf" => "Super NES Sound Format File", | |
"sou" => "SBStudio II Sound File", | |
"sph" => "NIST SPHERE Audio File", | |
"sppack" => "SPPack Sound Sample", | |
"sprg" => "Synclavier Program File", | |
"spx" => "Ogg Vorbis Speex File", | |
"sseq" => "Nintendo DS Sound File", | |
"sseq" => "Synclavier Sequence File", | |
"ssnd" => "Synclavier Sound File", | |
"stap" => "Soundtrack Pro Audio Project File", | |
"sth" => "SampleTank 2 User Preset Data File", | |
"sti" => "SampleTank 2 User Preset Data File", | |
"stm" => "Scream Tracker 2 Module", | |
"stw" => "SampleTank 2 User Preset Data File", | |
"stx" => "Scream Tracker Music Interface Kit File", | |
"sty" => "Band-in-a-Box Styles File", | |
"sty" => "Yamaha/Korg Keyboard Style", | |
"svd" => "Roland Patch File", | |
"svx" => "8SVX Sound File", | |
"sw" => "Signed Word Audio File", | |
"swa" => "Shockwave Audio", | |
"swav" => "Nintendo DS Audio File", | |
"sxt" => "Propellerhead Reason NN-XT Patch File", | |
"syh" => "Synchomatic Instrument", | |
"syn" => "Synergy On Air Audio File", | |
"syn" => "SimSynth Document", | |
"syw" => "Yamaha SY99/SY85 Audio File", | |
"syx" => "MIDI System Exclusive Message", | |
"tak" => "Music Maker Take File", | |
"tak" => "Tom's Lossless Audio Kompressor File", | |
"td0" => "Akai Teledisk Sound Library", | |
"tfmx" => "Final Music System Tracker Module", | |
"tg" => "TuxGuitar Document", | |
"thx" => "Amiga THX Tracker Music File", | |
"tm2" => "Theta Music Composer 2.x Audio File", | |
"tm8" => "Theta Music Composer 1.x Audio File", | |
"tmc" => "Theta Music Composer 1.x Audio File", | |
"toc" => "PSP Audio File", | |
"trak" => "Traktor Content Pack File", | |
"tsp" => "TrueSpeech Audio File", | |
"tta" => "True Audio File", | |
"tun" => "LEGO Racers Audio File", | |
"txw" => "Yamaha TX16W Audio File", | |
"u" => "AU Audio File", | |
"u8" => "3D Lemmings Audio File", | |
"uax" => "Unreal Audio Package", | |
"ub" => "Unsigned Byte Audio File", | |
"ulaw" => "Raw u-Law Audio File", | |
"ult" => "UltraTracker Module", | |
"ulw" => "u-Law Audio File", | |
"uni" => "MikMod UniMOD Module", | |
"usf" => "Nintendo 64 Music File", | |
"usflib" => "Nintendo 64 Song Library", | |
"ust" => "UTAU Sequence Text File", | |
"uw" => "Unsigned Word Audio File", | |
"uwf" => "UltraTracker Wave File", | |
"v2m" => "V2 Synthesizer Audio File", | |
"vag" => "PlayStation Compressed Sound File", | |
"val" => "Olympus Voice Recording", | |
"vap" => "Dialogic Indexed Voice Audio File", | |
"vb" => "Grand Theft Auto Audio File", | |
"vc3" => "VSampler Soundbank File", | |
"vdj" => "VirtualDJ Audio Sample File", | |
"vgm" => "Video Game Music File", | |
"vgz" => "Video Game Music Compressed File", | |
"vlc" => "VLC Playlist", | |
"vmd" => "Covox Raw Sample", | |
"vmf" => "Covox Speech Thing Sample", | |
"vmf" => "Vocaltec Media File", | |
"vmo" => "Siemens Voice Memo File", | |
"voc" => "Creative Labs Audio File", | |
"voi" => "Voyetra Voice File", | |
"vox" => "Dialogic Voice Audio File", | |
"voxal" => "Voxal Project File", | |
"vpl" => "Karaoke Player Playlist", | |
"vpm" => "Garmin Voice File", | |
"vpw" => "VoxPro Wave File", | |
"vqf" => "TwinVQ Audio File", | |
"vrf" => "Ventrilo Audio Recording", | |
"vsq" => "VOCALOID2 Project File", | |
"vtx" => "VTX Chiptune File", | |
"vyf" => "Samsung Digital Voice Recorder File", | |
"w01" => "Yamaha SY Series Wave File", | |
"w64" => "Sony Wave64 Audio File", | |
"wand" => "GarageBand Magic Template", | |
"wav" => "WAVE Audio File", | |
"wav" => "DTS-WAV File", | |
"wave" => "WAVE Sound File", | |
"wax" => "Windows Media Audio Redirect", | |
"wem" => "Wwise Encoded Media File", | |
"wfb" => "WaveFront Sound Bank", | |
"wfd" => "WaveFront Drum Kit File", | |
"wfm" => "Pro Tools Wave Cache File", | |
"wfp" => "WaveFront Program File", | |
"wma" => "Windows Media Audio File", | |
"wow" => "Grave Composer Music Module", | |
"wpk" => "Nero Wave Editor File", | |
"wpp" => "WavePad Project File", | |
"wproj" => "Wwise Project File", | |
"wrk" => "Cakewalk Music Project", | |
"wtpl" => "WireTap Studio Library", | |
"wtpt" => "WireTap Studio Packaged Track", | |
"wus" => "WUTG Tagged Audio File", | |
"wut" => "WUTG Tag File", | |
"wv" => "WavPack Audio File", | |
"wvc" => "WavPack Correction File", | |
"wve" => "WaveEditor Project File", | |
"wwu" => "Wwise Work Unit", | |
"wyz" => "WYZTracker File", | |
"xa" => "PlayStation Audio File", | |
"xa" => "The Sims Audio File", | |
"xbmml" => "Braille Music Markup Language File", | |
"xfs" => "eRacer Sound File", | |
"xi" => "Fasttracker 2 Extended Instrument File", | |
"xm" => "Fasttracker 2 Extended Module", | |
"xmf" => "Extensible Music File", | |
"xmi" => "Extended MIDI File", | |
"xmz" => "FastTracker 2 Extended Module", | |
"xp" => "Fastracker 2 Pattern", | |
"xpf" => "LMMS Preset File", | |
"xrns" => "Renoise Song File", | |
"xsb" => "XACT Sound Bank", | |
"xsp" => "XBMC Smart Playlist File", | |
"xspf" => "XSPF Playlist File", | |
"xt" => "Fastracker 2 Track", | |
"xwb" => "XACT Wave Bank", | |
"ym" => "Atari ST Audio File", | |
"yookoo" => "Yookoo Player Playlist File", | |
"zab" => "Zipped Audio Book", | |
"zpa" => "Vielklang Audio Metadata File", | |
"zpl" => "Zune Playlist", | |
"zvd" => "ZyXEL Voice File", | |
"zvr" => "SAFA Media Audio File" | |
), '3D Files' => array( | |
"3d" => "Stereo CAD-3D Image File", | |
"3d2" => "Stereo CAD-3D 2.0 Image File", | |
"3d4" => "Stereo CAD-3D 2.0 Image File", | |
"3da" => "3D Assembly File", | |
"3dc" => "3DCT 3D Image", | |
"3dc" => "3DCrafter Scene File", | |
"3df" => "3D Format", | |
"3dl" => "LightConverse 3D Model File", | |
"3dm" => "Rhino 3D Model", | |
"3dmf" => "QuickDraw 3D Metafile", | |
"3dmk" => "123D Make Project File", | |
"3don" => "Scrutinize 3D Mesh File", | |
"3dp" => "123D Catch Photo Scene Data File", | |
"3ds" => "3D Studio Scene", | |
"3dv" => "3D VRML World", | |
"3dw" => "3D World Studio File", | |
"3dx" => "Rhino 3D Model File", | |
"3dxml" => "Dassault Systemes 3D XML File", | |
"a2c" => "Alice Object File", | |
"a3d" => "Alternativa Player 3D Export File", | |
"a8s" => "Anim8or Script", | |
"act" => "Genesis3D Actor File", | |
"an8" => "Anim8or File", | |
"anim" => "Maya Animation File", | |
"anim" => "Antibody Animation File", | |
"anim" => "Unity Animation File", | |
"animset" => "FaceFX Animation Set File", | |
"animset_ingame" => "FaceFX In-Game Animation Set File", | |
"anm" => "3D Animation File", | |
"aof" => "Artlantis Object File", | |
"aoi" => "Art of Illusion 3D Scene", | |
"asat" => "Assemble SAT 3D Model File", | |
"atf" => "Alternativa Texture File", | |
"atl" => "Artlantis 3D Scene File", | |
"atm" => "Vue Atmospheres File", | |
"b3d" => "Blitz3D Entity Model File", | |
"bio" => "Mudbox Bio 3D File", | |
"bip" => "Character Studio Biped File", | |
"blend" => "Blender 3D Data File", | |
"br3" => "Bryce 3 Scene File", | |
"br4" => "Bryce 4 Scene File", | |
"br5" => "Bryce 5 Scene File", | |
"br6" => "Bryce 6 Scene File", | |
"br7" => "Bryce 7 Scene File", | |
"brg" => "Age of Mythology Model File", | |
"bro" => "Broadleaf Tree Model", | |
"bsk" => "Bryce Skies File", | |
"bto" => "Bryce Tree File", | |
"bvh" => "Biovision Hierarchy Animation File", | |
"c3z" => "OpenQwaq 3D Model File", | |
"c4d" => "Cinema 4D Model File", | |
"caf" => "Cal3D Binary Animation File", | |
"cal" => "CryENGINE Character Animation List", | |
"cal" => "3ds Max Pose Adjustment File", | |
"cas" => "Total War Model File", | |
"ccb" => "CopperCube 3D Scene", | |
"ccp" => "CopperCube JavaScript File", | |
"cfg" => "Cal3D Model Configuration File", | |
"cg" => "Cg Program", | |
"cg3" => "Cabri 3D Document", | |
"cga" => "Crytek Geometry Animation File", | |
"cgfx" => "CgFX Shader File", | |
"chr" => "3ds Max Characters File", | |
"chr" => "CryENGINE Character File", | |
"chrparams" => "CryENGINE Character Parameters File", | |
"cm2" => "Poser Camera Set File", | |
"cmf" => "Cal3D Binary Mesh File", | |
"cmod" => "Celestia Model", | |
"cmz" => "Compressed Poser Camera Set File", | |
"cpy" => "3ds Max Copy Track File", | |
"cr2" => "Poser Character Rigging File", | |
"crf" => "Cal3D Binary Materials File", | |
"crz" => "Compressed Poser Character Rigging File", | |
"csd" => "Manga Studio Scene File", | |
"csf" => "Cal3D Binary Skeleton File", | |
"csm" => "Character Studio Marker File", | |
"cso" => "Compiled Shader Object File", | |
"d3d" => "Game Maker 3D File", | |
"dae" => "Digital Asset Exchange File", | |
"daz" => "DAZ Studio 3D Scene", | |
"dbc" => "DAZ Brick Camera File", | |
"dbl" => "DAZ Brick Light File", | |
"dbm" => "DAZ Brick Material File", | |
"dbs" => "GAMBIT Mesh File", | |
"ddd" => "GLBasic 3D Data File", | |
"des" => "Corel Designer File", | |
"dff" => "RenderWare Model File", | |
"dfs" => "BrainSuite Surface File", | |
"dif" => "Torque Game Engine Model File", | |
"dmc" => "Mimic Configuration File", | |
"drf" => "VIZ Render File", | |
"ds" => "DAZ Studio 1/2 Script", | |
"dsa" => "DAZ Studio 3+ Script", | |
"dsb" => "DAZ Studio Binary Script", | |
"dsd" => "DAZ Studio Object Morph File", | |
"dse" => "DAZ Studio Encrypted Script", | |
"dsf" => "DAZ Studio Asset File", | |
"dsi" => "DAZ Studio Layered Image Set", | |
"dsi" => "Double-Precision Spectral Image", | |
"dso" => "DAZ Studio Object File", | |
"dsv" => "DAZ Studio UV Mapping File", | |
"duf" => "DAZ User File", | |
"dwf" => "Design Web Format File", | |
"e57" => "LIDAR Point Cloud Data File", | |
"egg" => "Panda3D Model File", | |
"exp" => "CATIA 4 Export File", | |
"f3d" => "Fusion 3D Design", | |
"facefx" => "FaceFX Actor File", | |
"facefx_ingame" => "FaceFX In-Game Actor File", | |
"fbx" => "Autodesk FBX Interchange File", | |
"fc2" => "Poser Face Pose File", | |
"fcp" => "Phantasy Star Online 2 Female Cast File", | |
"fcz" => "Compressed Poser Face Pose File", | |
"fg" => "FaceGen Project File", | |
"fig" => "3ds Max Figure File", | |
"flt" => "OpenFlight Scene Description File", | |
"fnc" => "Vue Functions File", | |
"fp" => "Fragment Program File", | |
"fp3" => "FloorPlan 3D Design File", | |
"fpe" => "FPS Creator Entity File", | |
"fpf" => "IKEA Home Planner File", | |
"fpj" => "CryENGINE Facial Editor Project File", | |
"fry" => "Fryrender Scene File", | |
"fsh" => "Fragment Shader File", | |
"fsq" => "CryENGINE Facial Editor Sequence File", | |
"fx" => "Direct3D Effects File", | |
"fxa" => "OC3 Entertainment FaceFX Actor File", | |
"fxl" => "CryENGINE Facial Expression Library", | |
"fxm" => "MessiahStudio Motion File", | |
"fxs" => "MessiahStudio Scene File", | |
"fxt" => "FaceFX Actor Template File", | |
"geo" => "VRML Geography File", | |
"glf" => "Space Engine Shader File", | |
"glm" => "Ghoul 2 Model File", | |
"gmf" => "Leaderwerks Game Model File", | |
"gmmod" => "Game Maker 3D Model File", | |
"gmt" => "rFactor Model File", | |
"grn" => "Granny 3D File", | |
"hd2" => "Poser Hand Pose File", | |
"hdz" => "Compressed Poser Hand Pose File", | |
"hip" => "Houdini Project File", | |
"hipnc" => "Houdini Apprentice File", | |
"hlsl" => "High Level Shader Language File", | |
"hr2" => "Poser Hair File", | |
"hrz" => "Compressed Poser Hair File", | |
"hxn" => "Hexagon Model File", | |
"ifc" => "Industry Foundation Classes File", | |
"iges" => "IGES File", | |
"igm" => "Indigo Renderer Material File", | |
"igs" => "Indigo Renderer Scene File", | |
"ik" => "CryENGINE IK Animation File", | |
"irr" => "Irrlicht 3D Scene", | |
"irrmesh" => "Irrlicht Static Mesh File", | |
"iv" => "Open Inventor Scene Graph File", | |
"ive" => "OpenSceneGraph Binary File", | |
"j3o" => "jMonkeyEngine 3D Scene", | |
"jas" => "Cheetah3D Model File", | |
"kfm" => "Gamebryo 3D Model File", | |
"kmc" => "Kinemac Animation File", | |
"kmcobj" => "Kinemac Sprite Object", | |
"ktz" => "Kahootz Project File", | |
"ldm" => "VolumeViz Multi-Resolution Volume File", | |
"llm" => "Linden Lab Mesh File", | |
"lnd" => "3D Landscape File", | |
"lp" => "Lightscape Preparation File", | |
"lps" => "Bryce Leaf Shape File", | |
"lt2" => "Poser Light Set File", | |
"ltz" => "Compressed Poser Light Set File", | |
"lwo" => "LightWave 3D Object File", | |
"lws" => "LightWave 3D Scene File", | |
"lxf" => "LEGO Digital Designer Model File", | |
"lxo" => "Luxology modo 3D Image", | |
"m3" => "Blizzard MDX3 Model File", | |
"m3d" => "3D Model File", | |
"m3d" => "DIALux 3D Object File", | |
"ma" => "Maya Project File", | |
"mat" => "3ds Max Materials File", | |
"max" => "3ds Max Scene File", | |
"maxc" => "3ds Max Container File", | |
"mb" => "Maya Binary Project File", | |
"mc5" => "Poser 5 Material File", | |
"mc6" => "Poser Material Collection File", | |
"mcz" => "Compressed Poser Material File", | |
"md5anim" => "id Tech 4 Model Animation File", | |
"md5camera" => "id Tech 4 Model Camera File", | |
"md5mesh" => "id Tech 4 3D Mesh File", | |
"mdd" => "Point Oven Deformation Data File", | |
"mdl" => "Warcraft 3 3D Model Text File", | |
"mdx" => "Warcraft 3 Model File", | |
"meb" => "PRO100 3D Interior Catalog Element", | |
"mesh" => "3D Mesh Model", | |
"mesh" => "DirectX Mesh File", | |
"mgf" => "Materials and Geometry Format", | |
"mix" => "3ds Max Motion Mixer File", | |
"mnm" => "Character Studio Marker Name File", | |
"mot" => "LightWave Motion File", | |
"mp" => "Maya PLE Project File", | |
"mpj" => "MessiahStudio Project File", | |
"mqo" => "Metasequoia Document", | |
"mrml" => "3D Slicer Scene Description File", | |
"ms3d" => "MilkShape 3D Model", | |
"msh" => "Orbiter 3D Mesh File", | |
"mtl" => "OBJ Material File", | |
"mtx" => "MetaStream Scene File", | |
"mtz" => "Compressed MetaStream Scene File", | |
"mu" => "Kerbal Space Program Mesh File", | |
"mud" => "Mudbox 3D Scene File", | |
"mxm" => "Maxwell Material File", | |
"mxs" => "Maxwell Studio Scene File", | |
"n2" => "Nitrous Minecraft GLSL Shader File", | |
"n3d" => "Nuclear 3D File", | |
"nff" => "Neutral File Format", | |
"nif" => "Gamebryo Model File", | |
"nm" => "Space Engine Nebula Model File", | |
"nsbta" => "Nintendo DS Texture Animation File", | |
"obj" => "Wavefront 3D Object File", | |
"obp" => "Bryce Object File", | |
"obz" => "Compressed 3D Object File", | |
"oct" => "Radiance Octree File", | |
"off" => "Object File Format", | |
"ogf" => "S.T.A.L.K.E.R. Model File", | |
"ol" => "Valve Hammer Object Layout File", | |
"p21" => "Express STEP Data Model File", | |
"p2z" => "Compressed Poser Pose File", | |
"p3d" => "Peak3D 3D Graphics File", | |
"p3l" => "Adobe Photoshop Light Preset File", | |
"p3m" => "Adobe Photoshop Material Preset File", | |
"p3r" => "Adobe Photoshop Render Settings Preset File", | |
"par" => "Solid Edge Part File", | |
"pat" => "3D Patch File", | |
"phy" => "3ds Max Physique File", | |
"pigm" => "Packaged Indigo Renderer Material File", | |
"pigs" => "Packaged Indigo Renderer Scene File", | |
"pkg" => "Midtown Madness 2 Model File", | |
"pkg" => "CoCreate OneSpace Modeling Package File", | |
"pl0" => "3D Home Architect Foundation Floor Plan", | |
"pl1" => "3D Home Architect Floor Plan", | |
"pl2" => "3D Home Architect Second Level Floor Plan", | |
"ply" => "Polygon Model File", | |
"pmd" => "MikuMikuDance Model File", | |
"pmd" => "Poser Binary Morph File", | |
"pp2" => "Poser Prop File", | |
"ppz" => "Compressed Poser Prop File", | |
"prc" => "Product Representation Compact File", | |
"prefab" => "Unity Prefab File", | |
"prm" => "Re-Volt Model File", | |
"pro" => "Professional Home Design Project", | |
"prv" => "Vue Preview File", | |
"psa" => "Unreal Engine Skeletal Animation File", | |
"psk" => "Unreal Engine Skeletal Mesh File", | |
"pz2" => "Poser Pose File", | |
"pz3" => "Poser Scene File", | |
"pzz" => "Compressed Poser Scene File", | |
"qc" => "Half-Life Model Compiler Script", | |
"rad" => "VRAD Lights File", | |
"rad" => "Radiance Scene File", | |
"ray" => "Rayshade Image", | |
"rcs" => "RandomControl Scene File", | |
"rds" => "Ray Dream Studio Scene File", | |
"rft" => "Revit Family Template File", | |
"rig" => "Antibody Model Rig File", | |
"s" => "Microsoft Train Simulator Shape File", | |
"sc4model" => "SimCity 4 Model File", | |
"sdb" => "SAP2000 Model File", | |
"session" => "CATIA 4 Session File", | |
"sgn" => "Signet Bureau DRM File", | |
"sh3d" => "Sweet Home 3D Design File", | |
"sh3f" => "Sweet Home 3D Model Library", | |
"shp" => "Shapes File", | |
"si" => "Softimage Image File", | |
"skl" => "Maya Skeleton File", | |
"skp" => "SketchUp Document", | |
"sm" => "Space Engine 3D Mesh File", | |
"smd" => "Valve Studiomdl Data File", | |
"srf" => "LightWave Surface File", | |
"stc" => "Shade to Manga Studio File", | |
"step" => "STEP 3D Model", | |
"sto" => "PRO100 3D Interior Design Project", | |
"stp" => "STEP 3D CAD File", | |
"t3d" => "Unreal Engine 3D Object File", | |
"t3d" => "Swift 3D Document", | |
"tddd" => "3D Data Description File", | |
"tgo" => "Terragen Object File", | |
"thl" => "Total 3D Home Design File", | |
"tmd" => "PlayStation Game Model File", | |
"tme" => "Bryce Time File", | |
"tmo" => "3DCG Animation and Pose File", | |
"tps" => "Bryce Tree Shape File", | |
"tri" => "Triangle Mesh File", | |
"tri" => "FaceGen Polygonal Model File", | |
"truck" => "Rigs of Rods Truck Definition File", | |
"ts1" => "VirtualBus Texture Description File", | |
"u3d" => "Universal 3D File", | |
"ums" => "Rune 3D Mesh File", | |
"v3d" => "Visual3D.NET Data File", | |
"v3o" => "Emergency 3 and 4 Model File", | |
"vac" => "MikuMikuDance Accessory Settings File", | |
"veg" => "Vue Vegetation file", | |
"vmd" => "Vocaloid Motion Data File", | |
"vmo" => "Virtools Media Object File", | |
"vob" => "Vue Objects File", | |
"vox" => "Voxlap Voxel Model File", | |
"vp" => "Vertex Program File", | |
"vpd" => "MikuMikuDance Vocaloid Pose Data File", | |
"vrl" => "VRML Virtual World", | |
"vs" => "Vertex Shader File", | |
"vsh" => "Vertex Shader File", | |
"vso" => "Compiled Vertex Shader File", | |
"vtx" => "Anim8or 3D Model", | |
"vue" => "Vue Scene File", | |
"vvd" => "Vivid 3D Scanner Element File", | |
"w3d" => "Adobe Shockwave 3D File", | |
"wft" => "GTA 4 Car Model File", | |
"wrl" => "VRML World", | |
"wrp" => "Geomagic 3D Wrap File", | |
"wrz" => "Compressed VRML World File", | |
"x" => "DirectX Model File", | |
"x3d" => "Xara3D Project", | |
"xaf" => "3ds Max XML Animation File", | |
"xaf" => "Cal3D XML Animation File", | |
"xmf" => "Cal3D XML Mesh File", | |
"xmm" => "3ds Max XML Animation Map File", | |
"xof" => "Reality Lab 3D Image File", | |
"xpr" => "Pro/ENGINEER Part Instance Accelerator File", | |
"xrf" => "Cal3D XML Materials File", | |
"xsf" => "Cal3D XML Skeleton File", | |
"xsi" => "Softimage XSI 3D Image", | |
"xv0" => "Lattice XVL Structure File", | |
"yaodl" => "PowerFlip 3D Image File", | |
"ydl" => "PowerFlip YAODL 3D Image File", | |
"z3d" => "ZModeler 3D File", | |
"zt" => "Mental Ray Image Depth File" | |
), 'Data Files' => array( | |
"1pe" => "TurboTax Form File", | |
"1ph" => "TurboTax File", | |
"3dp" => "3DMark2011 SE Project File", | |
"3dr" => "3D Rad Project File", | |
"3dr" => "3DMark Results File", | |
"3dt" => "3D Topicscape File", | |
"3me" => "TurboTax Form File", | |
"3pe" => "TurboTax 2008 Form File", | |
"4dv" => "4D View Ultrasound File", | |
"4fs" => "Puppy Linux Save State File", | |
"73c" => "TI-73 Constant File", | |
"73l" => "TI-73 Data List File", | |
"8xg" => "TI-83/84 Plus Group File", | |
"8xk" => "TI-83 Plus Application Upgrade File", | |
"8xs" => "TI-83/84 Plus String File", | |
"8xv" => "TI-83/84 Plus Variable File", | |
"a1wish" => "Audials Wishlist File", | |
"a3l" => "Authorware 3 Library", | |
"a3m" => "Authorware 3 Macintosh File", | |
"a3w" => "Authorware 3 Windows File", | |
"a4l" => "Authorware 4 Library", | |
"a4m" => "Authorware 4 Macintosh File", | |
"a4w" => "Authorware 4 Windows File", | |
"a5l" => "Authorware 5 Library", | |
"a5rpt" => "Alpha Five Project Report File", | |
"a5w" => "Authorware 5 Windows File", | |
"a5wcmp" => "Alpha Five Web Components File", | |
"a65" => "Authorware 6.5 File", | |
"aam" => "Authorware Map File", | |
"aao" => "Agenda At Once File", | |
"ab" => "DNA Sequence File", | |
"ab1" => "DNA Electropherogram File", | |
"ab2" => "Print Shop Address Book File", | |
"ab3" => "PhotoImpact 3 Album File", | |
"abcd" => "AudioVisual Book Data File", | |
"abdata" => "Adobe Bridge Data File", | |
"abi" => "DNA Chromatogram File", | |
"abkprj" => "Ashampoo Backup Project", | |
"abp" => "AVS Barcode Profile", | |
"abt" => "Annotated Braille Text File", | |
"aby" => "AOL Address Book File", | |
"aca" => "Agent Character Animation File", | |
"acc" => "Graphics Accounts Data File", | |
"acf" => "Agent Character Data File", | |
"acg" => "Audio Comparer Group File", | |
"acg" => "Agent Preview File", | |
"acr" => "Audio Comparer Results File", | |
"adcp" => "Adobe Device Central Project File", | |
"adobebridge" => "Adobe Bridge URL FIle", | |
"adox" => "ActivDox Document", | |
"adt" => "ACT! Document Template", | |
"adu" => "Addict User Dictionary File", | |
"adv" => "Nortek Acoustic Doppler Velocimeter File", | |
"advs" => "Adobe Device Central Device Set", | |
"adx" => "Approach Index File", | |
"afe" => "Avid File Exchange File", | |
"aft" => "Ancestry.com Family Tree Database", | |
"agd" => "AgileGraph Data File", | |
"aggr" => "Adobe Captivate Aggregate File", | |
"aifb" => "AIF Builder Project File", | |
"aiv" => "AIVault Data File", | |
"alc" => "Dynamics AX Label Description File", | |
"ald" => "Dynamics AX Application Label Data File", | |
"ali" => "Dynamics AX Label Index File", | |
"ali" => "RoboHelp Alias File", | |
"amb" => "AIMMS Model File", | |
"amb" => "All My Books Database File", | |
"amc" => "Ant Movie Catalog File", | |
"amm" => "All My Movies Database File", | |
"amsorm" => "OnLine Ringman Auction Client File", | |
"amu" => "PictureGear Studio Photo Album File", | |
"an1" => "Street Atlas USA Draw File", | |
"anme" => "Anime Studio Document", | |
"ans" => "HotDocs Binary Answer File", | |
"ansym" => "Adobe Edge Animate Library File", | |
"anx" => "HotDocs Answer File", | |
"apalbum" => "Aperture Album File", | |
"aph" => "Ability Album File", | |
"aplibrary" => "Aperture Library", | |
"apxl" => "Keynote Presentation Data File", | |
"ara" => "Archivaldo Resource Archive", | |
"arc" => "Nintendo Archive File", | |
"arff" => "Attribute-Relation File Format", | |
"arh" => "ArheoStratigraf Project File", | |
"art" => "BERNINA Embroidery File", | |
"as" => "AppleSingle File", | |
"ashprj" => "Ashampoo Burning Studio Project", | |
"asm" => "Pro/ENGINEER Assembly File", | |
"asnd" => "Adobe Sound Document", | |
"asr" => "Adobe Photoshop Scratch File", | |
"ast" => "ClarisWorks Assistant File", | |
"atf" => "Axon Text File", | |
"ats" => "Advanced ETL Transformation Script", | |
"attr" => "iPhoto Attributes File", | |
"avc" => "Kaspersky Virus Database", | |
"avenirproj" => "StoryMill Project", | |
"avj" => "AntiVir Job File", | |
"avl" => "AntiVir Status Report File", | |
"avp" => "AntiVir Profile", | |
"aw" => "Answer Wizard File", | |
"awdb" => "Access Walker Database File", | |
"awg" => "Activeworlds Object Group File", | |
"azz" => "AZZ Cardfile Database File", | |
"azzx" => "Uncompressed AZZ Cardfile Data File", | |
"bafl" => "BurnAware File List", | |
"bar" => "Brew MP Binary Application Resource File", | |
"baserproj" => "DNA Baser Project File", | |
"bc" => "Adobe Bridge Cache File", | |
"bcc" => "Calendar Creator File", | |
"bci" => "Belarc Advisor Report File", | |
"bcl" => "Illumina Base Call File", | |
"bcm" => "Business Contact Manager File", | |
"bcm" => "Adobe Bridge Cache File", | |
"bct" => "Adobe Bridge Thumbnail Cache File", | |
"bdc" => "Babylon Dictionary File", | |
"bdf" => "Binary Data File", | |
"bdf" => "Bulk Data Input File", | |
"bdic" => "Chrome Dictionary File", | |
"bed" => "UCSC BED Annotation Track File", | |
"bfx" => "Bitware Fax Document", | |
"bgl" => "Babylon Glossary File", | |
"bgt" => "Graphics Accounts Data File", | |
"bho" => "Behold Organize File", | |
"bim" => "Bytessence InstallMaker Document", | |
"bin" => "Generic Binary File", | |
"bionix" => "BioniX Wallpaper Playlist File", | |
"bjo" => "TabRite Tablature File", | |
"bk" => "FrameMaker Book File", | |
"blb" => "Blob Data File", | |
"bld" => "Envisioneer Building Project File", | |
"blg" => "Windows Binary Performance Log File", | |
"blg" => "BibTeX Log File", | |
"bln" => "Golden Software Blanking File", | |
"blockplt" => "LEGO MINDSTORMS NXT Block Palette File", | |
"blogthis" => "Windows Live Writer Data File", | |
"bm2" => "Boardmaker Interactive Board File", | |
"bms" => "BIOWRAP Multi-Layer Security File", | |
"bnk" => "Spotify Playlist File", | |
"bok" => "TestGen Testbank File", | |
"book" => "iBooks Author Document", | |
"book" => "Budget In Brief Book File", | |
"booktemplate" => "iBooks Author Document Template", | |
"box" => "E-mail Mailbox", | |
"bpd" => "Binary Printer Description File", | |
"bpd" => "Business Plan Pro Document", | |
"bpdx" => "Business Plan Pro Document", | |
"bpm" => "Trados AutoSuggest Dictionary File", | |
"brain" => "PersonalBrain Mind Map File", | |
"brd" => "EAGLE Circuit Board File", | |
"brf" => "Braille Ready Format File", | |
"bridgecache" => "Adobe Bridge Cache Export File", | |
"brl" => "MicroBraille File", | |
"brn" => "BrainStorm Data File", | |
"brs" => "RoboHelp Browse Sequence File", | |
"brw" => "Calyx Point Borrower File", | |
"bsd" => "BSDL File", | |
"bsdl" => "Boundary Scan Description Language File", | |
"btf" => "NationsBank Check Images", | |
"btif" => "NationsBank Check Image File", | |
"btinstall" => "uTorrent Installer File", | |
"btm" => "BizTalk Map File", | |
"bvp" => "VodaHost BlueVoda Project File", | |
"c3d" => "Coordinate 3D File", | |
"c4p" => "CrossOver Software Installer File", | |
"cadc" => "Corpatla Data Container File", | |
"caf" => "Class Action Gradebook File", | |
"camm" => "Espresso Mind Map Document", | |
"cap" => "Packet Capture File", | |
"capx" => "Capella CapXML File", | |
"car" => "Car Explorer Data File", | |
"cat4d" => "Cinema 4D Catalog", | |
"cav" => "Comodo Virus Definitions File", | |
"cawr" => "Espresso workreport Document", | |
"cbg" => "ChessBase Game Moves File", | |
"cbg" => "CyberGauge Data File", | |
"cbmap" => "Containment Breach Map File", | |
"cbxml" => "CodeBox Library", | |
"cbz" => "ChessBase Encrypted Database Archive", | |
"cca" => "cc:Mail Archive File", | |
"cca" => "Multimedia Fusion File", | |
"cch" => "Corel Chart File", | |
"ccp" => "RIB Import Converter Profile", | |
"ccr" => "ASTM Continuity of Care Record", | |
"cct" => "Director Protected Cast Resource", | |
"cdf" => "Common Data Format", | |
"cdf" => "NetCDF Format File", | |
"cdf" => "Affymetrix Chip Definition File", | |
"cdf" => "Nominal Small Business Accounting Company Data File", | |
"cdf" => "Content Definition File", | |
"cdi" => "INTEX Output File", | |
"cdp" => "CD/Spectrum Pro File", | |
"cdp" => "ConceptDraw PROJECT File", | |
"cdpx" => "ConceptDraw PROJECT XML File", | |
"cdpz" => "ConceptDraw PROJECT Document", | |
"cdr" => "Crash Data Retrieval Data File", | |
"cdx" => "Compound Index File", | |
"cdx" => "ChemDraw Exchange File", | |
"cdxml" => "ChemDraw XML File", | |
"cef" => "Class Action Gradebook Elementary File", | |
"cel" => "Affymetrix Probe Results File", | |
"cel" => "Battery 3 Drum Cell File", | |
"celtx" => "Celtx Project File", | |
"certsigningrequest" => "Apple Developer Signing Certificate Request File", | |
"cfs" => "CFS Console File", | |
"chc" => "HCFR Colorimeter Data File", | |
"chg" => "Quicken Online Data File", | |
"chk" => "InterCheck Checksum Database", | |
"chn" => "Ethnograph Data", | |
"chv" => "ChView Interactive Star Map File", | |
"ckt" => "CircuitMaker File", | |
"cl2" => "HY-TEK Meet Results File", | |
"cl4" => "Easy CD Creator 4 Project File", | |
"classlist" => "SMART Notebook Class List File", | |
"clb" => "ICQ Contact List", | |
"cld" => "ClamAV Virus Definitions File", | |
"clg" => "Collage Maker Project File", | |
"clix" => "CLIX Command File", | |
"clk" => "Corel R.A.V.E Project File", | |
"clm" => "MagicJack Call Log File", | |
"clm" => "GenePattern CEL Descriptor File", | |
"clp" => "Windows Clipboard File", | |
"clp" => "Finale Clip File", | |
"clp" => "CrazyTalk Clip File", | |
"clx" => "Standard Dictionary File", | |
"cm10" => "CaseMap 10 Case File", | |
"cmap" => "CmapTools Concept Map File", | |
"cmbl" => "Logger Pro Data File", | |
"cml" => "Chemical Markup Language File", | |
"cms" => "Connection Manager Service Profile", | |
"cn1" => "CNR Modem Initialization Data File", | |
"cna" => "Catena Project File", | |
"col" => "Capture One Session File", | |
"collection" => "Adobe Bridge Collection File", | |
"contact" => "Windows Contact File", | |
"cpf" => "Cognos Project File", | |
"cpk" => "DTM Test Log File", | |
"cpmz" => "Miradi/ConPro Project File", | |
"cptl" => "Adobe Captivate Project Template File", | |
"cptx" => "Adobe Captivate Project File", | |
"crev" => "Adobe Captivate Commentable SWF File", | |
"crtx" => "Office 2007 Chart Template File", | |
"cry" => "CryENGINE Map File", | |
"cs" => "ColorSchemer Studio Color Scheme", | |
"csa" => "PNA Code Calset File", | |
"csl" => "CineStyle Color Lookup File", | |
"csutil" => "ColorSync Utility Folder", | |
"csv" => "Comma Separated Values File", | |
"ctf" => "WhereIsIt Catalog File", | |
"ctl" => "StepMania SMZIP Package Description File", | |
"ctm" => "CrazyTalk Model File", | |
"ctp" => "CrazyTalk Project File", | |
"ctproject" => "CrazyTalk Animator Project File", | |
"ctt" => "Messenger Contact List", | |
"ctv" => "Citavi Project", | |
"ctv3" => "Citavi 3 Project File", | |
"cub" => "Analysis Services Cube File", | |
"cursorfx" => "CursorFX Theme File", | |
"curxptheme" => "CursorXP Theme File", | |
"cva" => "Canvas Sequence Set", | |
"cvd" => "ClamAV Virus Definitions File", | |
"cvd" => "Bitdefender Virus Definition File", | |
"cvn" => "CineVision Encoding Session", | |
"cwk" => "ClarisWorks Document", | |
"cww" => "Crossword Weaver Puzzle File", | |
"cwz" => "Circuit Wizard File", | |
"cxd" => "SimplePCI Data Document", | |
"cxf" => "Chemical Exchange Format File", | |
"cxf" => "Cuttlefish Extended Format File", | |
"cxt" => "Director Protected Cast File", | |
"cyo" => "Clustify Output File", | |
"cys" => "Clustify Summary File", | |
"cys" => "Cytoscape Session File", | |
"czi" => "Carl Zeiss Image Data File", | |
"czp" => "ClozePro Archive", | |
"da2" => "DeepAnalysis Save File", | |
"daf" => "Digital Anchor File", | |
"dal" => "DVD-lab Project File", | |
"dam" => "DeltaMaster Analysis Model", | |
"dap" => "Diet Analysis Profile", | |
"das" => "DeltaMaster Analysis Session", | |
"dat" => "Nonimmigrant Visa Application Data File", | |
"dat" => "Data File", | |
"data" => "Analysis Studio Offline Data File", | |
"db" => "QQ Account Database File", | |
"db-" => "Norton Nprotect Database File", | |
"db.jou" => "Patran Journal File", | |
"dbd" => "DemoShield Project", | |
"dbf" => "FoxPro Table", | |
"dbgsym" => "Debug Symbols File", | |
"dcf" => "Document Computation Format", | |
"dcl" => "DumpSec Report File", | |
"dcm" => "DiskCatalogMaker Catalog File", | |
"dcmd" => "DiskCatalogMaker Thumbnail-Enabled Catalog", | |
"dcmf" => "DiskCatalogMaker Catalog", | |
"dcpf" => "Disc Copier Project File", | |
"dcpr" => "Adobe DNG Camera Profile Recipe File", | |
"dct" => "AutoCAD Dictionary File", | |
"ddb" => "Digidesign Database", | |
"ddc" => "DivX Descriptor File", | |
"ddcx" => "DivX Descriptor 2 File", | |
"ddt" => "Diagram Designer Template", | |
"def" => "IOBit Malware Fighter Definitions File", | |
"deproj" => "Disketch Project File", | |
"des" => "QuickBooks Forms Template", | |
"det" => "Sage ACT! 5 Email Message", | |
"develve" => "Develve Data File", | |
"deviceinfo" => "Device Record", | |
"dex" => "DEXIS Digital X-ray File", | |
"dex" => "Disketch Project File", | |
"dfm" => "Midas ViewPoint Display Form", | |
"dfproj" => "DVD Flick Project", | |
"dgs" => "3D Screen Creator Scene File", | |
"dhcd" => "DHCD Computing Application Data File", | |
"dht" => "GAUSS Data Set Header File", | |
"dia" => "Do It Again Task File", | |
"dict" => "Dictionary File", | |
"dif" => "Data Interchange Format", | |
"dii" => "Summation Batch Load File", | |
"dita" => "DITA Document", | |
"ditamap" => "DITA Topic Map File", | |
"ditaval" => "DITA Conditions File", | |
"djm" => "Dynojet Map File", | |
"dkt" => "DiGiTIAL THUNDER Drum Kit File", | |
"dl" => "Dynamic Library", | |
"dlc" => "DIALux Light Control File", | |
"dlt" => "DELTA Binary Dataset File", | |
"dm2" => "Toad Data Modeler 2 File", | |
"dmc" => "Datamartist Data Canvas File", | |
"dmm" => "DropMind Mind Map File", | |
"dmmx" => "DropMind XML Map Bundle", | |
"dmo" => "Derive Demo", | |
"dmo" => "Movienizer Database File", | |
"dmpr" => "Direct Mail Project File", | |
"dmr" => "BrainVoyager Diffusion Weighted Project File", | |
"dmsk" => "DivX Temporary Video Data File", | |
"dmsp" => "PhotoSuite Project File", | |
"dna" => "GenePool DNA File", | |
"dna" => "SnapGene DNA File", | |
"dnc" => "Dance Database File", | |
"dockzip" => "ObjectDock File", | |
"dot" => "Graphviz Graph File", | |
"dpb" => "DVD Profiler Backup File", | |
"dpn" => "Depiction Data File", | |
"dps" => "Kingsoft Presentation File", | |
"dpt" => "Kingsoft Presentation Template", | |
"dpx" => "VASCO DIGIPASS File", | |
"drf" => "Dynojet Run File", | |
"drl" => "Gerber Drill Rack File", | |
"drscan" => "Data Rescue Scans File", | |
"drz" => "PyDrizzle Data File", | |
"dsb" => "Wondershare DVD Slideshow Builder Project", | |
"dsb" => "Orchida Embroidery File", | |
"dsc" => "Celestia Deep Space Catalog File", | |
"dsc" => "Debian Source Control File", | |
"dsd" => "Diet Studio Data File", | |
"dsx" => "Diet Studio XML File", | |
"dsy" => "Directory Synchronizer Project File", | |
"dsz" => "Orchida (OES) Embroidery File", | |
"dt" => "Drum Station Machine State File", | |
"dta" => "Chain Engineering Database", | |
"dtd" => "Design Tools Draw File", | |
"dtr" => "DATroniC Data Recording", | |
"dvc" => "Dragon Voice Command File", | |
"dvdproj" => "iDVD Project File", | |
"dvds" => "DVDStyler Project File", | |
"dvo" => "Cook'n Cookbook File", | |
"dwi" => "Dance With Intensity Song File", | |
"dwp" => "DarkWave Studio Project File", | |
"dws" => "Adobe Dreamweaver Site Cache File", | |
"dwz" => "DVD MovieFactory Project File", | |
"eap" => "Enterprise Architect Project", | |
"eas" => "RSLogix Symbol File", | |
"ebm" => "Embla Recording", | |
"ebuild" => "Portage eBuild Script", | |
"ec0" => "MetroCount Traffic Data File", | |
"ec3" => "EPSON Print CD File", | |
"ec4" => "EPSON Print CD File", | |
"ecc" => "dvdisaster Error Correction File", | |
"ecl" => "Management-Ware Mass Mailing News E-Campaign List", | |
"ect" => "Yozo Office Chart Template File", | |
"edat" => "E-DataAid 1.x File", | |
"edat2" => "E-DataAid 2.0 File", | |
"edf" => "ESRF Data File", | |
"edf" => "Estimator Data File", | |
"edfx" => "Estimator.NET Estimate File", | |
"edg" => "Edge Diagrammer File", | |
"edi" => "Electronic Data Interchange File", | |
"eep" => "EEPROM Data File", | |
"efp" => "Exchange Forms Designer Template", | |
"efx" => "eFax Document", | |
"eglib" => "Adobe Edge Animate Library File", | |
"egp" => "Easy Grade Pro Gradebook File", | |
"ekb" => "ZMC Visual Tablet Data", | |
"em" => "Encore Menu Template", | |
"emb" => "Everest Embedded Bank File", | |
"emb" => "Wilcom Embroidery Design File", | |
"emb" => "Pfaff Embroidery Design File", | |
"emd" => "ChessBase Tablebase", | |
"emlxpart" => "Mail Message Attachment", | |
"emrg" => "E-Merge 1.x Data File", | |
"emrg2" => "E-Merge 2.0 Data File", | |
"enc" => "Electronic Navigation Chart File", | |
"enex" => "Evernote Archive", | |
"enl" => "EndNote Library", | |
"enlx" => "Archived EndNote Library", | |
"enq" => "EndNote Search Options File", | |
"env" => "Adobe Dictionary Data File", | |
"enw" => "EndNote Import File", | |
"epf" => "Edgecam Educational Part File", | |
"epp" => "Efficient PPC Project File", | |
"epp" => "TalaPhoto Project", | |
"epw" => "EnergyPlus Weather Data File", | |
"er1" => "ERWin Entity Relationship Diagram", | |
"erp" => "Encarta Researcher File", | |
"ersx" => "Eraser Task List File", | |
"es" => "E-Studio 1.x Experiment File", | |
"es2" => "E-Studio 2.0 Experiment File", | |
"esb" => "Es-Builder Book File", | |
"ese" => "Millions Email Generator Email List File", | |
"esp" => "ACD/Labs Dataset", | |
"esq" => "Embroidery Sequence File", | |
"est" => "Construction Cost Estimate File", | |
"esx" => "Xactimate Insurance Claims Estimate", | |
"et" => "Easiteach Lesson File", | |
"et" => "Kingsoft Spreadsheets File", | |
"ett" => "Kingsoft Spreadsheets Template", | |
"ev" => "Echoview File", | |
"ev3" => "Team Manager Meet Event File", | |
"ev3" => "LEGO MINDSTORMS EV3 Project", | |
"ev3p" => "LEGO MINDSTORMS EV3 Program", | |
"ev3s" => "LEGO MINDSTORMS EV3 Shared File", | |
"evy" => "Envoy File", | |
"ews" => "EasyWorship Schedule File", | |
"exif" => "Exchangeable Image Information File", | |
"exl" => "Export Lister File", | |
"exm" => "Boson Exam File", | |
"exp" => "Aurora Expert Trace File", | |
"exp" => "Export File", | |
"exportedfavorites" => "Transmit Exported Favorites File", | |
"exx" => "IBM Linkway MsgPut File", | |
"f04" => "Nastran Execution Summary File", | |
"f06" => "Nastran Output File", | |
"fa" => "FASTA Formatted Sequence File", | |
"familyfile" => "Reunion Family File", | |
"fas" => "FASTA Sequence File", | |
"fasta" => "FASTA Sequence File", | |
"fbk" => "AutoCAD Civil 3D Field Book File", | |
"fbq" => "Trine 2 Data File", | |
"fct" => "FolderClone Task List", | |
"fdb" => "Art Explosion Catalog", | |
"fdb" => "Portfolio Catalog", | |
"fdm" => "Exchange Forms Designer Form Message", | |
"fdt" => "Lucene Field Data File", | |
"fdt" => "Impromptu Function Description Table File", | |
"fes" => "Fileless Occurrence Placeholder", | |
"ffd" => "SharePoint FFDDumper Log", | |
"ffd" => "Flat File Descriptor", | |
"fff" => "MAGGI Face File", | |
"ffindex" => "FFmpegSource2 Media Index", | |
"ffo" => "Adobe Photoshop File Information File", | |
"ffwp" => "FormsForWeb Packet", | |
"fg3" => "FX Graph 3 File", | |
"fhc" => "FHC Data File", | |
"fid" => "File Expander Engine Descriptions Database", | |
"fil" => "Files List Object File", | |
"flam3" => "Fractal Flames File", | |
"flame" => "Fractal Flames File", | |
"flg" => "HP System Recovery Flags File", | |
"flipchart" => "ActivInspire Flipchart File", | |
"flk" => "Folder Lock File", | |
"fll" => "FoxPro Dynamic-Link Library", | |
"flm" => "Adobe Scout Session", | |
"flo" => "RFFlow Flowchart File", | |
"flo" => "iGrafx FlowCharter File", | |
"flow" => "Expression SketchFlow Data File", | |
"flp" => "Flash Project", | |
"flp" => "ActivPrimary Flipchart File", | |
"flt" => "Flight Simulator Saved Flight", | |
"flwa" => "Folder Lock Wallet File", | |
"fmt" => "WinRAR Format File", | |
"fnbk" => "Food Network Recipe Manager Data File", | |
"fnrecipes" => "Food Network Recipe File", | |
"fo" => "XSL-FO Form", | |
"fob" => "Dynamics NAV Object Container File", | |
"fodp" => "OpenDocument Flat XML Presentation", | |
"folx" => "Folx Download File", | |
"fop" => "InfoZoom Protected Data File", | |
"fox" => "InfoZoom Data File", | |
"fpa" => "Front Panel Encrypted Order File", | |
"fpsl" => "FileMaker Pro Snapshot Link", | |
"fqc" => "FAQ Creator File", | |
"frd" => "Frequency Response Data File", | |
"frl" => "Electronic Form Loader File", | |
"frm" => "AccountEdge Form", | |
"frm" => "ADL Form", | |
"fro" => "dBASE IV Compiled Report", | |
"fsc" => "Practical Scriptwriter File", | |
"fsif" => "MyLabel Designer Deluxe Data File", | |
"fss" => "Splitty Data Split File", | |
"ftl" => "Family Tree Legends File", | |
"ftm" => "Family Tree Maker for DOS File", | |
"ftw" => "Family Tree Maker File", | |
"fxf" => "BigFix Action File", | |
"fxg" => "FX Graph File", | |
"fxp" => "Adobe Flex Project File", | |
"gadgeprj" => "Gadge It Project", | |
"gal" => "GenePix Array List File", | |
"gallery" => "SMART Notebook Gallery File", | |
"gallerycollection" => "SMART Notebook Gallery Collection File", | |
"galleryitem" => "SMART Notebook Gallery Item File", | |
"gan" => "GanttProject Project File", | |
"gbk" => "GenBank Data File", | |
"gbl" => "Gerber Bottom Layer Data File", | |
"gbo" => "Gerber Bottom Overlay Data File", | |
"gbp" => "Gerber Bottom Solder Paste Data File", | |
"gbr" => "Gerber File", | |
"gbs" => "Gerber Bottom Solder Mask Data File", | |
"gc" => "GraphClick File", | |
"gcg" => "GCG DNA Sequence File", | |
"gcw" => "Microsoft Mathematics Worksheet", | |
"gcx" => "Grapher Graph File", | |
"gdf" => "GUESS Graph Data Format File", | |
"ged" => "GEDCOM Genealogy Data File", | |
"gedata" => "Qlucore Data File", | |
"gedcom" => "GEDCOM Genealogy File", | |
"gen" => "ArcView ARC/INFO UnGenerate file", | |
"gexf" => "Graph Exchange XML Format File", | |
"gform" => "Google Drive Form", | |
"gfs" => "Glarysoft Split File", | |
"ggb" => "GeoGebra Document", | |
"gis" => "CFS Console Game Installer Settings File", | |
"gla" => "Sothink SWF Easy Project File", | |
"gld" => "Ground Loop Design Work File", | |
"glo" => "RoboHelp Glossary File", | |
"gls" => "Babylon Glossary File", | |
"gml" => "Gerber Mill Layer File", | |
"gml" => "Graph Modeling Language File", | |
"gms" => "Gesture and Motion Signal File", | |
"gno" => "GenoPro Genealogy Tree File", | |
"gnp" => "GNPeak Output File", | |
"gnutar" => "GNU Tar Archive", | |
"gp3" => "Guitar Pro 3 File", | |
"gpf" => "Grant Agreement Preparation Form", | |
"gpi" => "Gerber Photoplotter Information File", | |
"gpi" => "Garmin Point of Interest File", | |
"gpj" => "Grapher Project File", | |
"gpp" => "Guitar Practiced Perfectly 2 Data File", | |
"gpr" => "GenePix Results File", | |
"gpr" => "Babylon Glossary Builder Project File", | |
"gra" => "Microsoft Graph File", | |
"grade" => "GradeStat Document", | |
"graphml" => "GraphML File", | |
"graphmlz" => "Zip Compressed GraphML File", | |
"grd" => "Surfer Grid File", | |
"grf" => "Grapher Graph File", | |
"grf" => "DPlot Graph File", | |
"grf" => "Generic Graph File", | |
"grf" => "CloverETL Data Transformation Graph", | |
"grib" => "Gridded Binary File", | |
"grk" => "Gradekeeper Class Gradebook File", | |
"grp" => "SmarterMail Group File", | |
"grr" => "Gradekeeper Class Roster File", | |
"grt" => "Grapher Template", | |
"grv" => "Office Groove File", | |
"gs" => "GemStone Document", | |
"gslides" => "Google Drive Presentation", | |
"gtable" => "Google Drive Fusion Table", | |
"gtar" => "GNU Tar Archive", | |
"gtl" => "Gerber Top Layer Data File", | |
"gtm" => "GreekToMe Translation File", | |
"gto" => "Gerber Top Overlay Data File", | |
"gtp" => "Gerber Top Solder Paste Data File", | |
"gtp" => "Guitar Pro File", | |
"gts" => "Gerber Top Solder Mask Data File", | |
"gui" => "Dr.Explain Project File", | |
"guides" => "xScope Guides File", | |
"gwk" => "GraphiCode PCB Job File", | |
"gwp" => "Greetings Workshop Project File", | |
"gxl" => "Graph Exchange Language File", | |
"h10" => "At Home Canada 2010 Tax Return", | |
"h11" => "At Home Canada 2011 Tax Return", | |
"h12" => "At Home Canada 2012 Tax Return", | |
"h2o" => "H2OMAP Master Project", | |
"hal" => "HotDocs Answer Library", | |
"hcc" => "HydroCAD Prefab Chamber Data File", | |
"hce" => "HydroCAD Hydrograph Data File", | |
"hci" => "HydroCAD IDF Data File", | |
"hcl" => "HotDocs Clause Archive", | |
"hcr" => "HydroCAD Rainfall Curve Data File", | |
"hcu" => "Hydrograph Units Definitons File", | |
"hcx" => "ChartXL Chart", | |
"hda" => "HotDocs Auto-Assemble File", | |
"hdf" => "Hierarchical Data Format File", | |
"hdi" => "HotDocs Auto-Install File", | |
"hdl" => "HotDocs Library File", | |
"hdpmx" => "HotDocs Publisher Mapping XML File", | |
"hds" => "Microsoft PlayReady Data File", | |
"hdumx" => "HotDocs User Mapping XML File", | |
"helpindex" => "Help Index Document", | |
"hif" => "Quicken Online File", | |
"hjt" => "TreePad 6 Database File", | |
"hkdb" => "Apple iTunes Library File", | |
"hl" => "HeuristicLab Storage File", | |
"hm3" => "Help & Manual 3 Project", | |
"hml" => "HostMonitor TestList File", | |
"hmt" => "HighMAT File", | |
"hmxp" => "Help & Manual XML Project", | |
"hmxz" => "Help & Manual Compressed Project", | |
"hol" => "Outlook Holidays File", | |
"hpp" => "Haluha Pearls File", | |
"hs2" => "HyperRESEARCH 2 Study File", | |
"hsk" => "Huskey Truss & Building Supply Import File", | |
"hst" => "History File", | |
"htb" => "Audacity Help File", | |
"htg" => "HackTheGame Mission Pack", | |
"huh" => "HydroCAD Unit Hydrograph Definitions File", | |
"hvc" => "HotDocs Variable Collection File", | |
"hyv" => "Team Manager Meet Event File", | |
"i5z" => "IUCLID 5 Import/Export File", | |
"ias" => "Intermodulation Analysis System File", | |
"iba" => "iBooks Author Document", | |
"ibatemplate" => "iBooks Author Document Template", | |
"ibcd" => "InstantBingoCard Document", | |
"ibooks" => "Multi-Touch iBook", | |
"icalevent" => "iCal Event File", | |
"icaltodo" => "iCal To Do File", | |
"icg" => "Image Comparer Gallery File", | |
"ichat" => "iChat Saved Chat Log", | |
"icr" => "Image Comparer Results File", | |
"id2" => "Windows Live Messenger Emoticon File", | |
"idx" => "Navigation POI File", | |
"idx" => "HMI Historical Log Index File", | |
"ies" => "IES Photometric Data File", | |
"ifaith" => "iFaith SHSH File", | |
"ifiction" => "iFiction Metadata File", | |
"ifs" => "InfoSlips Package", | |
"igc" => "Anime List Builder Input File", | |
"igg" => "SuiteProfiler Color Map File", | |
"igma" => "INTUS Graph Mask Archive", | |
"ign" => "RoboHelp Ignore List File", | |
"ii" => "IconWorkshop Extended Information File", | |
"iif" => "Intuit Interchange Format File", | |
"ima" => "Sage ACT! Email Message", | |
"image" => "OpenQwaq Image", | |
"imr" => "Impromptu Report File", | |
"imt" => "My Time Data File", | |
"in" => "Input File", | |
"incp" => "InCopy CS3 Package File", | |
"ini" => "Finale Preferences File", | |
"ink" => "Mimio Ink Data File", | |
"inp" => "Abaqus Input File", | |
"ins" => "LaTeX Installer Script", | |
"ins" => "Inspiration File", | |
"inx" => "Compiled Script", | |
"ip" => "IconPackager Theme File", | |
"ipalias" => "iPhoto Alias File", | |
"iphoto" => "iPhoto Library File", | |
"iplb" => "iPhoto Library Archive Document", | |
"ipmeta" => "Apple iPhoto Metadata File", | |
"ipr" => "iProcrastinate Data File", | |
"iproject" => "iClone Project File", | |
"irock" => "intelliRock Sensor Data File", | |
"irp" => "Internet Researcher Project File", | |
"irr" => "Brewer Lamp File", | |
"irx" => "Brewer Irradiation File", | |
"is1" => "Synergy/DE Data Index File", | |
"is1" => "M3 Sakura Real-Time Save 1 File", | |
"isf" => "Inspiration Flowchart Document", | |
"ish1" => "Animation-ish Wiggledoodle-ish Document", | |
"ish2" => "Animation-ish FlipBook-ish Document", | |
"ish3" => "Animation-ish Advanced-ish Document", | |
"ispc" => "Image Surfer Pro Collection File", | |
"ist" => "Inspiration Template", | |
"ite" => "iTunes Extras File", | |
"itl" => "iTunes Library File", | |
"itlp" => "iTunes LP Album File", | |
"itm" => "iThink Model File", | |
"itmsp" => "iTunes Store Package", | |
"itn" => "TomTom Navigator Itinerary File", | |
"itx" => "ITX Form Template", | |
"iup" => "Fritz Update File", | |
"ivc" => "InteliSea Vessel Configuration File", | |
"ivd" => "Bitdefender Incremental Virus Definitions File", | |
"ivs" => "Initialization Vector File", | |
"ivt" => "Beyond 20/20 Table File", | |
"iw" => "Chain Engineering Database File", | |
"iwxdata" => "iWorx Data File", | |
"ix2" => "WordPerfect Address Book File", | |
"ixb" => "Ulead Disc Image", | |
"jasper" => "JasperReports Data File", | |
"jbi" => "Motoman Robot Job File", | |
"jclic" => "JClic Project File", | |
"jdb" => "Symantec Endpoint Protection Update File", | |
"jef" => "Janome Embroidery Format", | |
"jgcscs" => "EditPad Custom Syntax Coloring Scheme File", | |
"jmp" => "JMP Data File", | |
"jnt" => "Windows Journal File", | |
"joboptions" => "Adobe Joboptions File", | |
"joined" => "HJ-Split Data File", | |
"jph" => "JProbe Memory Snapshot", | |
"jrprint" => "JasperReports Print File", | |
"jrxml" => "JasperReports Layout File", | |
"jsd" => "Jazer Data File", | |
"jsda" => "Jazer Data File", | |
"jtbackup" => "Just Type Backup File", | |
"jude" => "JUDE Project File", | |
"kap" => "BSB Chart Image File", | |
"kbs" => "Keyboard Script File", | |
"kdbx" => "KeePass Password Database", | |
"kdc" => "Kaspersky Virus Database File", | |
"kdz" => "Kaspersky Virus Bases File", | |
"keb" => "Kaspersky Virus Bases File", | |
"key" => "Keynote Presentation", | |
"key-tef" => "Keynote iCloud Presentation", | |
"keychain" => "Mac OS X Keychain File", | |
"kid" => "Kidspiration Document", | |
"kismac" => "KisMAC Webservice File", | |
"kmy" => "KMyMoney Data File", | |
"kno" => "DigIN Serialized Break Model", | |
"kpf" => "Komodo Project File", | |
"kpp" => "Kid Pix Presentation", | |
"kpr" => "KPresenter Presentation", | |
"kpx" => "Kid Pix Picture", | |
"kpz" => "Komodo Template File", | |
"ksm" => "Pfaff Embroidery Design File", | |
"kth" => "Keynote Theme", | |
"kvtml" => "KWordQuiz File", | |
"l" => "Game of Life File", | |
"l6t" => "Line 6 Tone File", | |
"laccdb" => "Microsoft Access Lock File", | |
"las" => "LIDAR Data Exchange File", | |
"lay" => "Tecplot Layout File", | |
"layoutdesigner" => "QuickBooks Layout Designer File", | |
"lbl" => "NiceLabel Template File", | |
"lbx" => "FoxPro Label File", | |
"lcd" => "ABBYY Language File", | |
"lcm" => "Lipikar Custom Map File", | |
"ld2" => "Lingoes Dictionary File", | |
"ldf" => "Lingoes Dictionary Source File", | |
"ldf" => "SQL Server Transaction Log File", | |
"ldif" => "LDAP Data Interchange Format File", | |
"lef" => "LEN Exchange Format File", | |
"lex" => "Adobe Linguistic Library Data File", | |
"lfp" => "IPRO LFP File", | |
"lgc" => "WordPerfect DTD Compiler Logic File", | |
"lgf" => "PMSCAN Log File", | |
"lgh" => "HMI Historical Log File", | |
"lgi" => "Multimedia Logic File", | |
"lgl" => "Large Graph Layout Edge File", | |
"lhr" => "Quicken Financial Life for Mac File", | |
"lib" => "Generic Data Library", | |
"lib" => "Finale Library", | |
"lib4d" => "Cinema 4D Preset Library", | |
"lif" => "LEGO Digital Designer Assets File", | |
"lif" => "TurboTax Information Archive", | |
"life" => "LIGHT File", | |
"list" => "APT List File", | |
"livereg" => "Symantec Antivirus Session File", | |
"liveupdate" => "Symantec LiveUpdate File", | |
"lix" => "Logos Library System File", | |
"lix" => "ExtendSim Simulation Software Library", | |
"llb" => "LabVIEW Library File", | |
"lms" => "LenMus Score File", | |
"lmx" => "Landmark Exchange File", | |
"lng" => "Language Application Support File", | |
"lng" => "AVG Language File", | |
"lng" => "MAME Language File", | |
"lnt" => "LiveNote Case File", | |
"loc" => "GPS Location File", | |
"localstorage" => "WebKit Local Storage Data File", | |
"log" => "AntiVir Report Log File", | |
"lp7" => "LP7 Digitally Signed File", | |
"lpdb" => "Librarian Pro Database File", | |
"lpk" => "Tecplot Layout Package", | |
"lpmd" => "LPMD Molecular Data File", | |
"lpp" => "LabelPrint Project File", | |
"lrcat" => "Adobe Photoshop Lightroom Catalog File", | |
"lrdata" => "Adobe Photoshop Lightroom Data File", | |
"ls3" => "Band-in-a-Box Third-Party Styles File", | |
"lsf" => "Logos Library System File", | |
"lsl" => "LightScribe Label", | |
"lsp" => "LANsurveyor Poll List", | |
"lsr" => "LANsurveyor Report", | |
"lst" => "LightScribe Label Template", | |
"lsu" => "LANsurveyor Map", | |
"lucidcolorset" => "Lucid Color Set File", | |
"lut" => "RadioRA Essentials Project Database", | |
"lutx" => "RadioRA 2 Essentials Project Database", | |
"lvm" => "LabVIEW Measurement File", | |
"lvw" => "Livewire Document", | |
"lw4" => "Lightwright File", | |
"lwd" => "Lightworks Data File", | |
"lxf" => "LEN Exchange Format File", | |
"ly" => "LilyPond File", | |
"lyt" => "Adminsoft Document Layout File", | |
"m" => "Mathematica Input File", | |
"m12" => "Schiller medilog ECG Raw Data File", | |
"macbin" => "Macbinary Encoded File", | |
"maf" => "Mutation Annotation Format File", | |
"mag" => "Magic Circuit Layout File", | |
"mai" => "Microsoft Mail File", | |
"map" => "Weather Defender Map", | |
"mapsdata" => "iOS Maps Data File", | |
"mas" => "MEGA Alignment Sequence File", | |
"mat" => "MATLAB MAT-File", | |
"mbb" => "ManaBook Book File", | |
"mbd" => "Multimedia Builder Project File", | |
"mbg" => "Microsoft Mailbag", | |
"mbg" => "Mailbag Assistant Mailbox File", | |
"mbl" => "Logger Pro Data File", | |
"mbp" => "MediaShow Burning Project File", | |
"mbsa" => "Microsoft Baseline Security Analyzer File", | |
"mbt" => "Blue Card Manager Merit Badge Template File", | |
"mbx" => "Outlook Express Mailbox", | |
"mc1" => "MedCalc Data File", | |
"mcd" => "Mathcad Document", | |
"mcdx" => "Mathcad Prime Document", | |
"mcmac" => "MasterCook Mac Document", | |
"mcp" => "Megacubo Package", | |
"mct" => "Windows Live Messenger Data File", | |
"mcusw" => "Nokia Firmware File", | |
"mcxe" => "MedicinesComplete Data File", | |
"md" => "Moneydance Financial Data File", | |
"md8" => "GarageCUBE Modul8 Project", | |
"md8" => "Mediator Project File", | |
"mdb" => "Avid Media Database", | |
"mdc" => "Multi Dimension Cube File", | |
"mdd" => "MDict Resource File", | |
"mdf" => "Measurement Data Format File", | |
"mdl" => "Rational Rose Model File", | |
"mdl" => "MathWorks Simulink Model", | |
"mdm" => "HLM Multivariate Data Matrix File", | |
"mdt" => "Microsoft Access Data File", | |
"mdx" => "MDict Dictionary File", | |
"mdx" => "Rational XDE Model File", | |
"mdx" => "Multiple Index File", | |
"mdz" => "Access Wizard Template", | |
"meg" => "MEGA Data File", | |
"mega" => "Megacubo XML Metafile", | |
"mem" => "GreekToMe Memories File", | |
"mem" => "Mnemosyne Card Collection", | |
"menc" => "Windows Mobile Encrypted File", | |
"merlin2" => "Merlin Project File", | |
"met" => "eMule Resource File", | |
"mex" => "Macro Express File", | |
"mfa" => "MobileFrame App File", | |
"mfe" => "MobileFrame Enterprise Data File", | |
"mfl" => "Mozilla FastLoad File", | |
"mfo" => "MobileFrame Object File", | |
"mfo" => "Perl ModInfo Descriptor File", | |
"mfp" => "MobileFrame Package", | |
"mfp" => "Macromedia FlashPaper Document", | |
"mft" => "Kaspersky File Table", | |
"mfu" => "MobileFrame Update File", | |
"mfv" => "MobileFrame Device Pack File", | |
"mgc" => "MGCSoft Equation Illustrator File", | |
"mgourmet" => "MacGourmet Deluxe Document", | |
"mgourmet3" => "MacGourmet Deluxe 3 Document", | |
"mgourmet4" => "MacGourmet Deluxe 4 Document", | |
"mgspot" => "MacGourmet Spotlight MetaData File", | |
"mhp" => "Maths Helper Plus File", | |
"mindnode" => "MindNode Document", | |
"mission" => "MissionMaker Project File", | |
"mit" => "MineEdit Inventory Template File", | |
"mjk" => "Question File", | |
"mk4" => "Schiller medilog ECG Raw Data File", | |
"mlb" => "MyLabel Designer Deluxe Project File", | |
"mls" => "Milestones Simplicity File", | |
"mm" => "FreeMind Mind Map", | |
"mm6" => "Money Manager 6 File", | |
"mma" => "Master Album Maker Photo Album File", | |
"mmap" => "MindManager Map File", | |
"mmc" => "Microsoft Media Catalog", | |
"mmcollection" => "Mail Manager Collection File", | |
"mmf" => "Meal-Master Recipe File", | |
"mmf" => "Microsoft Message File", | |
"mml" => "MyMailList & AddressBook File", | |
"mml" => "Microsoft Clip Organizer File", | |
"mmm" => "Money Manager File", | |
"mmm" => "Multiple Master Metric Data File", | |
"mmp" => "MindManager Mind Map", | |
"mmp" => "Master Album Maker Project", | |
"mmu" => "myPM Merge Data File", | |
"mmw" => "Microsoft Clip Organizer Media Catalog File", | |
"mmw" => "AceMoney Money File", | |
"mnc" => "My Notes Center Notebook", | |
"mng" => "Yamaha PSR Disk Manager File", | |
"mnk" => "My Notes Keeper Notebook", | |
"mno" => "Macromedia Design Note", | |
"mny" => "Microsoft Money File", | |
"mod" => "AMPL Model File", | |
"moho" => "Anime Studio Animation Project", | |
"mol" => "MDL Molfile", | |
"money" => "Money Data File", | |
"moneywell" => "MoneyWell Account File", | |
"mosaic" => "MacOSaiX Mosaic File", | |
"mox" => "ExtendSim Simulation Software Model", | |
"mpd" => "File List Creator Playlist", | |
"mpi" => "InstallJammer Project File", | |
"mpj" => "Minitab Project File", | |
"mpj" => "RoboHelp HTML Project", | |
"mpkt" => "MOPEKS Trial File", | |
"mpp" => "Microsoft Project File", | |
"mpp" => "MobileFrame Project Publisher File", | |
"mppz" => "MagicPlot Project File", | |
"mpqe" => "Blizzard Encrypted Mo'PaQ File", | |
"mpr" => "FileMaker Dictionary File", | |
"mpr" => "Direct Mail Project File", | |
"mps" => "Mathematical Programming System File", | |
"mpt" => "Microsoft Project Template", | |
"mpx" => "Microsoft Project Exchange File", | |
"mpz" => "Miradi Project File", | |
"mpzip" => "Multisim Pack File", | |
"mq4" => "MetaTrader Custom Indicator", | |
"ms10" => "Multisim 10 Circuit Design File", | |
"ms8" => "Multisim 8 Circuit Design File", | |
"msb" => "Oracle Binary Message File", | |
"msc" => "MuseScore Composition File", | |
"msct" => "MOPEKS Script File", | |
"msf" => "Blue Card Manager Merit Badge Mastersheet File", | |
"msif" => "MyLabel Designer Deluxe Data File", | |
"msp" => "ClarisWorks Dictionary File", | |
"mss" => "MyScreenSaver Builder File", | |
"mtf" => "Mortality Table File", | |
"mth" => "Derive Math File", | |
"mtm" => "Macrofocus TreeMap File", | |
"mts" => "MEGA Tree Session File", | |
"mtt" => "MetadataTouch Template", | |
"mtw" => "Minitab Worksheet File", | |
"mtxt" => "MOPEKS Text File", | |
"muf" => "Alpha Five License File", | |
"mup" => "Music Publisher Score", | |
"mw" => "Maple Worksheet", | |
"mwf" => "MapGuide Author Map Window File", | |
"mws" => "Maple Classic Worksheet", | |
"mwx" => "MicroWorlds EX File", | |
"mx" => "Mathematica Serialized Package File", | |
"mxad" => "Mandelbrot Explorer All Data File", | |
"mxc2" => "MAGIX Cache File", | |
"mxdic" => "Maxthon Dictionary File", | |
"mxg" => "Miinoto Exchangeable Group File", | |
"mxi" => "Adobe Extension Information File", | |
"myi" => "MySQL MyISAM Index File", | |
"myo" => "AccountEdge Company File", | |
"nam" => "Aqua3D Network File", | |
"nam" => "MODFLOW Name File", | |
"nap" => "McAfee ePO Network Associates Package", | |
"nas" => "Nastran Input File", | |
"nbe" => "Nessus Report File", | |
"nbk" => "SMART Notebook File", | |
"nbp" => "Mathematica Player Notebook File", | |
"nc" => "NetCDF File", | |
"ncorx" => "Adobe Encore Project", | |
"nct" => "Now Contact File", | |
"ndb" => "ClamAV Extended Signature File", | |
"ndif" => "Nokia Data File", | |
"ndk" => "Lotus Notes Design Elements File", | |
"nds" => "Nero DiscSpan Compilation File", | |
"ndx" => "Neat 5 Archive File", | |
"ndx" => "dBASE Index File", | |
"nessus" => "Nessus Network Security Scanner File", | |
"net" => "netViz Project File", | |
"neta" => "Netica Binary File", | |
"netspd" => "NetSpot Survey Project File", | |
"netspm" => "NetSpot Map File", | |
"nfl" => "Nokia Flash Lite Package", | |
"nfo" => "Folio Views Infobase File", | |
"nitf" => "National Imagery Transmission Format File", | |
"nl" => "Note Ledge File", | |
"nlogo" => "NetLogo Model File", | |
"nlogo3d" => "NetLogo 3D Model File", | |
"nmind" => "NovaMind Mind Map File", | |
"nmp" => "NewsMaker Project File", | |
"nni" => "ANNI Neural Network Investing File", | |
"nnp" => "ANNI Neural Network Portfolio File", | |
"not" => "Finale Note File", | |
"not" => "Notation File", | |
"notebook" => "SMART Notebook File", | |
"np" => "Portfolio NetPublish File", | |
"npl" => "Nokia Playlist File", | |
"npr" => "Nuendo Project File", | |
"npt" => "Portfolio NetPublish Template", | |
"nrb" => "Nero CD-ROM Boot Compilation", | |
"nrc" => "Nero Disc Compilation File", | |
"nrd" => "Nero DVD-Video Compilation File", | |
"nrf" => "Neat Document Folder File", | |
"nrl" => "Autonomy Interwoven Link File", | |
"nrm" => "Nero Mixed Mode CD Compilation", | |
"nrt" => "Neat Contact File", | |
"nru" => "Nero UDF CD-ROM Compilation", | |
"nrx" => "Neat Receipt Folder File", | |
"nsq" => "NScheduler Data File", | |
"nsr" => "Nessus Security Report File", | |
"nt" => "theWord New Testament Text Module", | |
"ntf" => "Lotus Note Template", | |
"ntx" => "theWord Encrypted New Testament Text Module", | |
"ntx" => "Clipper Index File", | |
"nupkg" => "NetUpdate Package", | |
"nvdl" => "NVDL Script", | |
"nvl" => "UniChem Results File", | |
"nvm" => "PlayStation 2 BIOS Configuration File", | |
"nvram" => "VMware NVRAM File", | |
"nwcp" => "Nisus Clipboard Document", | |
"nwelicense" => "Nisus License", | |
"nwp" => "Navisworks Presenter Material Palette File", | |
"nws" => "Windows Live Mail Newsgroup File", | |
"oab" => "Offline Address Book", | |
"obb" => "Android Opaque Binary Blob File", | |
"obd" => "Office Binder Document", | |
"obj" => "Relocatable Object Code", | |
"occ" => "Oceanic DataPool File", | |
"od" => "Mascopt Graph Request File", | |
"odc" => "OpenDocument Chart File", | |
"odf" => "Open Document File", | |
"odp" => "OpenDocument Presentation", | |
"odx" => "BizTalk Server Orchestration File", | |
"oeaccount" => "Windows Mail Account File", | |
"oem" => "OEMEdit Save File", | |
"ofc" => "Open Financial Connectivity File", | |
"ofm" => "OmniForm Form", | |
"ofm" => "Melco Embroidery File", | |
"oft" => "Outlook File Template", | |
"ofx" => "Open Financial Exchange File", | |
"ogs" => "Origons Movie Data File", | |
"olk" => "Outlook Address Book File", | |
"olk14category" => "Outlook Category File", | |
"olk14contact" => "Outlook Contact File", | |
"olk14event" => "Outlook Calendar Event File", | |
"olk14group" => "Outlook Group File", | |
"olk14mailaccount" => "Outlook Mail Account File", | |
"olk14message" => "Outlook Message File", | |
"olk14msgsource" => "Outlook Email Message Data File", | |
"olk14note" => "Outlook Note File", | |
"olk14signature" => "Outlook Signature File", | |
"olk14task" => "Outlook Task File", | |
"olm" => "Mac Outlook Database File", | |
"olt" => "Orbit Downloads List", | |
"omcs" => "Office Manager Access File", | |
"omp" => "Office Manager Document Archive", | |
"ond" => "Lotus Notes Encapsulated Memo File", | |
"one" => "OneNote Document", | |
"ont" => "theWord Bible Text Module", | |
"ontx" => "theWord Encrypted Bible Text Module", | |
"oo3" => "OmniOutliner 3 File", | |
"op" => "OpenPAT Report", | |
"op2" => "Nastran Output File", | |
"op4" => "Nastran Output File", | |
"opal" => "Microsoft Office User Settings File", | |
"opax" => "Microsoft Office User Settings File", | |
"opd" => "Durango Document", | |
"opf" => "FlipViewer FlipBook File", | |
"opx" => "OrgPlus Org Chart", | |
"opx" => "FlipAlbum Photo Album File", | |
"or2" => "Lotus Organizer 2 File", | |
"or3" => "IBM Lotus Organizer 97 File", | |
"or4" => "IBM Lotus Organizer 97 GS File", | |
"or5" => "Lotus Organizer 5 File", | |
"or6" => "Lotus Organizer 6 File", | |
"org" => "Lotus Organizer File", | |
"osz" => "OpenLP Service File", | |
"ot" => "theWord Old Testament Text Module", | |
"otf" => "OpenTuft Tufting Design File", | |
"otl" => "NoteTab Outline File", | |
"otln" => "Opal Outline File", | |
"otp" => "OpenDocument Presentation Template", | |
"otx" => "theWord Encrypted Old Testament Text Module", | |
"out" => "Output File", | |
"ova" => "Octava Musical Score", | |
"ova" => "Open Virtual Appliance", | |
"ovf" => "Open Virtualization File", | |
"p3" => "Primavera P3 Project File", | |
"p7x" => "Packed Digital Signature File", | |
"pab" => "Personal Address Book", | |
"pack" => "CustoPack Tools Theme Pack", | |
"paf" => "Personal Ancestral File", | |
"part00000" => "WinOptimizer Split Archive Part 1", | |
"passwordwallet4" => "PasswordWallet 4 Data File", | |
"patran.hrd" => "Patran Hardcopy File", | |
"paw" => "Personal Ancestry Writer II File", | |
"paw" => "Pawaa File", | |
"pbd" => "ProBID+ Data File", | |
"pbk" => "Dial-Up Phone Book File", | |
"pc" => "Personal Composer File", | |
"pcap" => "Packet Capture Data", | |
"pcapng" => "Pcap-NG Packet Capture File", | |
"pcb" => "Printed Circuit Board Design File", | |
"pch" => "Nastran Punch Output File", | |
"pcr" => "PCMark Vantage Benchmark File", | |
"pd4" => "Windows Live Photo Gallery Information File", | |
"pd5" => "Windows Live Photo Gallery Information File", | |
"pdas" => "PDAStore Data Store File", | |
"pdb" => "Protein Data Bank File", | |
"pdd" => "Medtronic Programmer Data File", | |
"pdfig" => "PDF Index Generator Project File", | |
"pdo" => "Pepakura Designer File", | |
"pds" => "Planetary Data System File", | |
"pdx" => "Product Data eXchange File", | |
"pdx" => "Adobe Acrobat Index File", | |
"peb" => "ProEST+ Buildings File", | |
"pec" => "Brother Embroidery File", | |
"pep" => "TurboProject Project File", | |
"pes" => "PhysicsEditor Sheet File", | |
"pex" => "Merak Peep Data File", | |
"pez" => "Prezi Desktop Presentation", | |
"pf" => "Windows Prefetcher File", | |
"pfc" => "AOL Personal File Cabinet", | |
"pfl" => "Family Lawyer Document", | |
"pgpf" => "Password Generator Password File", | |
"phb" => "Motorola Phone Book File", | |
"phd" => "Portable Heap Dump File", | |
"phd" => "PhotoDirector Project File", | |
"phm" => "Pro Home Manager Data File", | |
"photolibrary" => "iPhoto Photo Library", | |
"phr" => "RoboHelp Phrase List", | |
"pi" => "Pi Calculation Data File", | |
"pis" => "PS2DIS Project File", | |
"pj2" => "xPlan Document", | |
"pjm" => "xPlan Model", | |
"pjt" => "Didger Project File", | |
"pka" => "Packet Tracer Activity File", | |
"pkb" => "Oracle Package Body File", | |
"pkh" => "Oracle Package File", | |
"pks" => "Oracle Package Spec File", | |
"pkt" => "Packet Tracer Network Simulation Model", | |
"plan" => "Calligra Plan Document", | |
"planner" => "Gnome Planner File", | |
"pln" => "Spaceman Planogram File", | |
"pls" => "MYOB Accounting Data File", | |
"plt" => "Tecplot Binary Data File", | |
"plw" => "PicoLog Data File", | |
"pmatrix" => "Priority Matrix Project File", | |
"pml" => "Process Monitor Log File", | |
"pmm" => "MikuMikuDance PolygonMovieMaker File", | |
"pmm" => "Pegasus Mail Mailbox File", | |
"pmo" => "Broderbund Print Meta Object File", | |
"pmr" => "Performance Monitor Report", | |
"pmr" => "Avid Persisent Media Record File", | |
"pnproj" => "Programmer's Notepad Project File", | |
"pnpt" => "Programmer's Notepad Project Template", | |
"pns" => "Popnoggin Subject File", | |
"pnt" => "Popnoggin Theme File", | |
"pod" => "OpenProj Project File", | |
"poi" => "Magellan Maestro Point of Interest File", | |
"por" => "SPSS Portable File", | |
"pos" => "Trimble Position File", | |
"post" => "LIGHT File", | |
"postal" => "TomTom Postal Code File", | |
"pot" => "PowerPoint Template", | |
"potm" => "PowerPoint Open XML Macro-Enabled Presentation Template", | |
"potx" => "PowerPoint Open XML Presentation Template", | |
"pp" => "Pocket Physics Sketch File", | |
"pp2" => "PingPlotter Data File", | |
"ppf" => "Publisher Project File", | |
"ppf" => "Transit NXT Pack Project File", | |
"ppf" => "Edgecam Pathtrace Part File", | |
"ppp" => "CyberLink PowerProducer Project", | |
"ppr" => "Cognos PowerPlay Report File", | |
"ppr" => "ORF Report File", | |
"ppr" => "Project Planner Reader File", | |
"pps" => "PowerPoint Slide Show", | |
"ppsm" => "PowerPoint Open XML Macro-Enabled Slide Show", | |
"ppsx" => "PowerPoint Open XML Slide Show", | |
"ppt" => "PowerPoint Presentation", | |
"pptm" => "PowerPoint Open XML Macro-Enabled Presentation", | |
"pptx" => "PowerPoint Open XML Presentation", | |
"prb" => "xyAlgebra Probabilities File", | |
"prc" => "Corel Presentation", | |
"prd" => "SoftMaker Presentations Document", | |
"pre" => "Lotus Freelance Graphics File", | |
"prf" => "Plot Station Plot Request File", | |
"printcd2" => "EPSON Print CD File", | |
"prj" => "AIMMS Project File", | |
"prj" => "Project File", | |
"prn" => "Lotus 1-2-3 Formatted Text File", | |
"prnx" => "XtraReports PrintingSystem Document", | |
"pro4" => "ProPresenter 4 Document", | |
"pro4pl" => "ProPresenter Playlist File", | |
"pro4plx" => "ProPresenter Playlist Bundle", | |
"pro4x" => "ProPresenter 4 Bundle File", | |
"pro5" => "ProPresenter 5 Document", | |
"pro5pl" => "ProPresenter Playlist File", | |
"pro5plx" => "ProPresenter Playlist Bundle", | |
"pro5x" => "ProPresenter 5 Bundle File", | |
"projectproperties" => "Alpha Five Project Properties File", | |
"prp" => "Rational Model Properties File", | |
"prs" => "Harvard Graphics Presentation", | |
"prs" => "Calyx Point Prospect File", | |
"prt" => "Presentations Template", | |
"prv" => "SoftMaker Presentations Template", | |
"prx" => "Primavera P3 Compressed Project File", | |
"prz" => "Freelance Graphics Presentation File", | |
"psa" => "Photoshop Album Catalog File", | |
"psf" => "SPI Proxy Output File", | |
"psf" => "GPS Prediction Support File", | |
"psf" => "PID Script File", | |
"psflib" => "Playstation Sound Format Library", | |
"psflib2" => "Playstation Sound Format Library", | |
"psm" => "Prism Document", | |
"pspd" => "PhotoSuite 5 Project File", | |
"pst" => "Outlook Personal Information Store File", | |
"psv" => "Pipe Separated Values File", | |
"psw" => "Password Depot 3-5 File", | |
"pswx" => "Password Depot Portable File", | |
"ptb" => "Power Tab File", | |
"ptf" => "Scrapbook Flair Template", | |
"ptk" => "Quicken Online Financial Data File", | |
"ptn" => "PaperPort Thumbnail File", | |
"ptz" => "E-Transcript Bundle File", | |
"pvd" => "Polygen3D Vector Descriptor", | |
"pvl" => "Instalit Library", | |
"pwrep" => "Password Repository File", | |
"pxa" => "XpressAccounts Data File", | |
"pxc" => "Photodex Cache File", | |
"pxf" => "Transit XV Pack Project File", | |
"pxj" => "RecordNow Project", | |
"pxl" => "Pocket Excel File", | |
"q07" => "QuickTax 2007 Tax Return", | |
"q08" => "QuickTax 2008 Tax Return", | |
"q09" => "QuickTax 2009 Tax Return", | |
"q3d" => "Quest3D Project File", | |
"qb2005" => "QuickBooks 2005 File", | |
"qb2006" => "QuickBooks 2006 File", | |
"qb2007" => "QuickBooks 2007 File", | |
"qb2009" => "QuickBooks 2009 File", | |
"qb2010" => "QuickBooks 2010 File", | |
"qb2011" => "QuickBooks 2011 File", | |
"qb2012" => "QuickBooks 2012 File", | |
"qb2013" => "QuickBooks 2013 File", | |
"qb2014" => "QuickBooks 2014 File", | |
"qba" => "QuickBooks Accountant's Copy Work File", | |
"qbr" => "QuickBooks Report Template", | |
"qbw" => "QuickBooks Data File", | |
"qby" => "QuickBooks Accountant's Copy Import File", | |
"qdat" => "QuickTime Install Cache File", | |
"qdb" => "Quicken 5 & 6 Data File", | |
"qdf" => "Quicken Data File", | |
"qdf" => "Snapform File", | |
"qdf-backup" => "Quicken Data Backup File", | |
"qdfm" => "Quicken Data File (Macintosh)", | |
"qdfx" => "Quicken Financial Exchange File", | |
"qdp" => "Quick and Dandy Plotter File", | |
"qdt" => "Quicken 3 & 4 Data File", | |
"qel" => "Quicken Electronic Library", | |
"qfilter" => "ColorSync Utility Quartz Filter", | |
"qfx" => "Quicken Financial Exchange File", | |
"qif" => "Quicken Interchange Format File", | |
"qm" => "Qt Compiled Translation Source File", | |
"qpb" => "QuickBooks Point of Sale Data File", | |
"qpf" => "Quest3D Project", | |
"qpf" => "Quartus II Project File", | |
"qph" => "Quicken Price History File", | |
"qph" => "Nokia Qt Phrase Books File", | |
"qrc" => "QuarkXPress Required Component File", | |
"qrp" => "QuickReport File", | |
"qsd" => "Quicken Data File", | |
"quickendata" => "Quicken Essentials for Mac Data File", | |
"quiz" => "Quobject Quiz Package", | |
"quox" => "Question Object File Format", | |
"qvp" => "ViewletBuilder Project File", | |
"qvw" => "QlikView Document", | |
"qxf" => "Quicken Essentials for Mac Exchange File", | |
"ral" => "WinRail Track Design File", | |
"rbt" => "LEGO MINDSTORMS NXT Program", | |
"rcd" => "Arcade File", | |
"rcg" => "Recog Character Recognition Set", | |
"rcx" => "REDCINE-X Project File", | |
"rda" => "R Data File", | |
"rdata" => "R Workspace File", | |
"rdb" => "N64 ROM Database", | |
"rdlx" => "Power View Project File", | |
"rdx" => "Reflex Data File", | |
"reb" => "Reimbursement Tracker Data File", | |
"ref" => "Microsoft Train Simulator Reference File", | |
"reference" => "Budget In Brief Reference File", | |
"rel" => "Norton Internet Security Log File", | |
"ret" => "BusinessObjects Template", | |
"rez" => "FirstClass Resource File", | |
"rf1" => "Retirement Forecast File", | |
"rfa" => "Revit Family File", | |
"rfo" => "RoboForm Option File", | |
"rge" => "Entourage File Archive", | |
"rgmc" => "RootsMagic Genealogy Project File", | |
"rgo" => "RepliGo File", | |
"rhistory" => "R History File", | |
"rl" => "R.viewer List File", | |
"rmd" => "Reference Manager Data File", | |
"rmuf" => "Alpha Five Runtime License File", | |
"rmx" => "Reference Manager Index File", | |
"rng" => "RELAX NG File", | |
"rnq" => "Renque Model File", | |
"roca" => "RIB office Compressed Archive", | |
"rod" => "Actuate Report Object Design File", | |
"rog" => "Roger 2 Input Data File", | |
"roi" => "Report Object Instance", | |
"roi" => "Shark Sales System Data File", | |
"rou" => "Gerber Route File", | |
"rox" => "Roxio Project File", | |
"roxio" => "Roxio Project", | |
"rp" => "Axure RP Project File", | |
"rpa" => "RIB Project Archive File", | |
"rpd" => "Roleplay Designer Data File", | |
"rpp" => "REAPER Project File", | |
"rpprj" => "Axure RP Shared Project File", | |
"rpt" => "Crystal Reports File", | |
"rpt" => "AccountEdge Report", | |
"rpyb" => "Ren'Py Bytecode File", | |
"rrt" => "Rhapzode Resource Template", | |
"rsc" => "Symbian Application Compiled Resource File", | |
"rsd" => "Rosetta Stone Data File", | |
"rsf" => "Riky's Soft Document", | |
"rsm" => "ARIS Report Script Model File", | |
"rso" => "ARIS Report Script Object File", | |
"rsp" => "RSLogix PLC Program File", | |
"rsv" => "RSView32 Project File", | |
"rsw" => "R&R SQL Report Writer Report File", | |
"rta" => "RoboHelp RTA Data File", | |
"rte" => "Revit Project Template", | |
"rte" => "Navigation Route", | |
"rtp" => "Gromacs Residue Topology Parameter File", | |
"rtstn" => "Audials Station File", | |
"rtttl" => "Ring Tone Transfer Language File", | |
"rtwsh" => "Radiotracker Wishlist File", | |
"rvl" => "Adobe Revel Library File", | |
"rvt" => "Revit Project File", | |
"rwd" => "NRG Raw Wind Data File", | |
"rwg" => "Random Word Generator Project File", | |
"rws" => "Retina Wireless Scanner File", | |
"s2e" => "SWF to EXE Converter Project File", | |
"s85" => "Sabre Airline Solutions Chart", | |
"saf" => "McAfee Fortress File", | |
"sah" => "SETI@home Data File", | |
"sam" => "Samurize Package", | |
"sam07" => "SAM 2007 Package", | |
"sar" => "Sibelius Arrange Style", | |
"sav" => "SPSS Data File", | |
"savedstate" => "Virtual Router Saved State File", | |
"sbd" => "Superbase Data Definition File", | |
"sbd" => "Office Accounting Company Data File", | |
"sbf" => "SmartBroker Data", | |
"sbq" => "Superbase QuickReports File", | |
"sbt" => "Superbase Data Notes File", | |
"sbw" => "US Treasury Savings Bonds Wizard File", | |
"sbx" => "ESRI Spatial Index File", | |
"sc45" => "SuperCard Project File", | |
"sca" => "Norton AntiVirus Scan File", | |
"scd" => "TurboTax Tax Schedule List", | |
"scd" => "Data Rescue Saved Scan File", | |
"scexcludb" => "Spring Cleaning Exclusions File", | |
"scf" => "DNA Sequence Chromatogram File", | |
"scg" => "myPM SCG Definition File", | |
"sch" => "SuperCard Help Project File", | |
"sch" => "EAGLE Schematics File", | |
"scm" => "Samsung Channel List File", | |
"scn" => "Orbiter Scenario File", | |
"screstorelog" => "Spring Cleaning Restore Log", | |
"scresults" => "Spring Cleaning Results File", | |
"scx" => "SuperCard Help Project", | |
"scz" => "SmartDraw Collection Package File", | |
"sdd" => "StarOffice Presentation", | |
"sdf" => "Standard Data File", | |
"sdf" => "Structure Data File", | |
"sdinstall" => "Speckie Dictionary Installation File", | |
"sdl" => "Scene Description Language File", | |
"sdlxliff" => "SDL Trados XLIFF Localization File", | |
"sdp" => "Session Description Protocol File", | |
"sdp" => "StarOffice Presentation File", | |
"sdq" => "SAS Data File", | |
"sds" => "SDS Apps Data File", | |
"sds" => "OpenOffice.org Chart", | |
"sdz" => "NCI Compressed Database", | |
"sel" => "LinkOne Selection List File", | |
"sen" => "SenTest Data File", | |
"seo" => "SEO Note File", | |
"seq" => "DNA Sequence Text File", | |
"ser" => "GeneMapper Project File", | |
"ses" => "Patran Session File", | |
"sff" => "Standard Flowgram Format File", | |
"sgml" => "Standard Generalized Markup Language File", | |
"sgn" => "Slax Boot File", | |
"sgr" => "SGR Genome Data File", | |
"shc" => "Adobe Photoshop Contours File", | |
"shft" => "Shift Work Calendar Data File", | |
"show" => "Hanshow Presentation", | |
"shw" => "Corel Presentation", | |
"shx" => "Shapefile Index File", | |
"sidx" => "StuffIt Archive Index File", | |
"sim" => "SAP Tutor File", | |
"sinf" => "iOS Application Archive File", | |
"skc" => "SideKick Card File", | |
"skim" => "Skim Notes File", | |
"skv" => "XLANG Schedule Drawing File", | |
"skv" => "Semicolon Separated Values File", | |
"skx" => "XLANG Schedule File", | |
"sldtm" => "SDL Translation Memory File", | |
"sle" => "Sisulizer Package File", | |
"slk" => "Symbolic Link File", | |
"slp" => "Sisulizer Project File", | |
"slx" => "MathWorks Simulink Model File", | |
"sm" => "SMath Studio Document", | |
"smm" => "Samsung Memo File", | |
"smp" => "SmilePlant Project Data File", | |
"smpkg" => "SmartMusic Package File", | |
"smx" => "SmartMusic XML File", | |
"smz" => "SMath Studio Compressed Document", | |
"snag" => "SnagIt Capture File", | |
"snapfireshow" => "Corel SnapfireShow File", | |
"snapshot" => "VMware ThinApp Snapshot File", | |
"sonic" => "DigitalMedia Project File", | |
"soundpack" => "SoundPackager Sound Package", | |
"sp" => "Simplexety Parameters File", | |
"sp3" => "Windows XP SP3 CD File", | |
"sp45" => "SuperCard Player File", | |
"spb" => "Samsung Kies Phonebook File", | |
"spj" => "PhotoStage Slideshow Project", | |
"spk" => "Bright Spark Document", | |
"spo" => "SPSS Statistical Data Output File", | |
"sps" => "SPSS Program File", | |
"spt" => "AQW Trainer File", | |
"spub" => "Disc Cover File", | |
"spv" => "SPSS Output Document", | |
"spvchain" => "MultiCoin Wallet File", | |
"sq" => "Sysquake Program", | |
"sqd" => "SQ Data File", | |
"sqf" => "Sothink SWF Quicker File", | |
"sqr" => "SQL Program File", | |
"squashfs" => "Squashfs File System File", | |
"srf" => "Surfer Project File", | |
"ssc" => "Celestia Solar System Catalog File", | |
"ssd" => "Starry Night Pro Data File", | |
"ssii" => "ProReveal Data File", | |
"ssp" => "SlideShow Creator Project File", | |
"ssp" => "Screensaver Producer Project File", | |
"ssv" => "Seavus Secure Project File", | |
"st45" => "SuperCard Trial Project File", | |
"sta" => "ABAQUS Status File", | |
"sta" => "Adobe Photoshop Match Color Image Statistics File", | |
"stats" => "FreeSurfer Statistics File", | |
"stc" => "Celestia Star Catalog File", | |
"stdl" => "Swift To-Do List Database", | |
"stf" => "Exchange 2000 Server Temporary File", | |
"sti" => "StarOffice Presentation Template", | |
"stk" => "Stickfigure Animator File", | |
"stl" => "Fireworks Style Library", | |
"stm" => "Exchange Streaming Media File", | |
"stp" => "RoboHelp Stop List File", | |
"stp" => "Analysis Studio Project Information File", | |
"stproj" => "Samsung Theme Document", | |
"str" => "dBASE Structure List Object File", | |
"strm" => "Stream File", | |
"stt" => "Kaspersky Statistics File", | |
"sttpl" => "Samsung Theme Showcase File", | |
"stu" => "Pinnacle Studio Project File", | |
"stw" => "STATISTICA Workbook", | |
"sty" => "NewsMaker Story File", | |
"styk" => "Stykz Stick Figure", | |
"stykz" => "Stykz Animation", | |
"sui" => "StarSplatter User Interface File", | |
"supp" => "iOS Application Archive File", | |
"svd" => "Scanning Vibrometer Data File", | |
"svf" => "Serial Vector Format File", | |
"svw" => "SpecView File", | |
"swk" => "StudyWorks Save File", | |
"sx" => "SimplexNumerica Data File", | |
"sxi" => "StarOffice Impress Presentation", | |
"sy" => "Simplexety Data File", | |
"sy3" => "Harvard Graphics Symbol File", | |
"sylk" => "Microsoft Symbolic Link File", | |
"syn" => "RoboHelp Synonym List File", | |
"szs" => "Wii Game Data File", | |
"t01" => "TaxCut 2001 File", | |
"t02" => "TaxCut 2002 File", | |
"t03" => "TaxCut 2003 File", | |
"t04" => "TaxCut 2004 File", | |
"t05" => "TaxCut 2005 Tax Return", | |
"t06" => "TaxCut 2006 Tax Return", | |
"t07" => "TaxCut 2007 Tax Return", | |
"t08" => "TaxCut 2008 Tax Return", | |
"t09" => "At Home 2009 Tax Return", | |
"t10" => "At Home 2010 Tax Return", | |
"t11" => "At Home 2011 Tax Return", | |
"t12" => "At Home 2012 Tax Return", | |
"t13" => "H&R Block 2013 Tax Return", | |
"t2" => "Textease 2000 File", | |
"t2k" => "Teach2000 Document", | |
"t2ks" => "Teach2000 Exam Results File", | |
"t2kt" => "Teach2000 Exam File", | |
"tab" => "Typinator Set File", | |
"tac" => "ActiCalc Data File", | |
"tar" => "Consolidated Unix File Archive", | |
"tardist" => "TAR Distribution Archive", | |
"tax" => "TurboTax Tax Return", | |
"tax08" => "TurboTax 2008 Tax Return File", | |
"tax09" => "TurboTax 2009 Tax Return File", | |
"tax10" => "TurboTax 2010 Tax Return File", | |
"tax11" => "TurboTax 2011 Tax Return File", | |
"tax12" => "TurboTax 2012 Tax Return File", | |
"tax13" => "TurboTax 2013 Tax Return File", | |
"tax2008" => "TurboTax 2008 Tax Return", | |
"tax2009" => "TurboTax 2009 Tax Return", | |
"tax2010" => "TurboTax 2010 Tax Return", | |
"tax2011" => "TurboTax 2011 Tax Return", | |
"tax2012" => "TurboTax 2012 Tax Return", | |
"tax2013" => "TurboTax 2013 Tax Return", | |
"tb" => "Tabbery Tab File", | |
"tbd" => "Visual Studio Toolbox Data File", | |
"tbk" => "ToolBook File", | |
"tbl" => "StarCraft Information Table", | |
"tc" => "Tellico Collection File", | |
"tcc" => "TimeCalc Classic Data File", | |
"tcx" => "Training Center Database File", | |
"tda" => "Java Application Thread Dump", | |
"tda" => "Palm To-Do File", | |
"tdb" => "Android Thumbnail Cache", | |
"tde" => "Tableau Data Extract File", | |
"tdl" => "Tab Delineated Format File", | |
"tdm" => "LabVIEW Binary Measurement File", | |
"tdt" => "FirstBreak Concrete Test File", | |
"tdt" => "THOR Data Tree File", | |
"te3" => "WinTrack Object File", | |
"ted" => "TouchMagix Editable Document Template", | |
"tef" => "TablEdit Tablature", | |
"ter" => "Terragen Terrain File", | |
"tet" => "Textease CT Template", | |
"tfa" => "TreeSoft CashFlow Analysis Data File", | |
"tfd" => "Tape Format Requirements Document", | |
"tgc" => "Terragen Node Clip File", | |
"tgd" => "Terragen Project File", | |
"tgf" => "Trivial Graph Format File", | |
"tie" => "CrossTie Installer File", | |
"time" => "LIGHT File", | |
"tjp" => "TaskJuggler Project File", | |
"tkfl" => "TKLinks Saver Favorite Links File", | |
"tl5" => "Timeliner 5 File", | |
"tlp" => "Tulip Software Graph Format File", | |
"tlx" => "Standard Dictionary File", | |
"tmr" => "Apimac Timer Document", | |
"tmw" => "Translation Memory Data File", | |
"tmx" => "Translation Memory Exchange File", | |
"tmzip" => "Theme Manager Zip File", | |
"tol" => "AOL Tool File", | |
"top" => "Gromacs Topology File", | |
"topc" => "TopicCrunch Project File", | |
"totalsbackup" => "Totals Database Backup File", | |
"totalsdb" => "Totals Database File", | |
"totalssyncdb" => "Totals Synchronized Database File", | |
"tpb" => "GROMACS Binary Input File", | |
"tpd" => "TreePad 7 Database File", | |
"tpf" => "Transit NXT Pack Translation File", | |
"tps" => "Multi Channel Measurement File", | |
"tra" => "WinTrack Railroad Track File", | |
"tray" => "Corel CONNECT Tray File", | |
"trd" => "TrID Definitions Package", | |
"trk" => "Garmin Track File", | |
"trk" => "CompeGPS Land Track File", | |
"trk" => "Finale Track Mapping File", | |
"trm" => "FTR Media File", | |
"trs" => "WinTrack Railroad Track Text File", | |
"trs" => "Rosetta Stone Language Data File", | |
"trx" => "WebAuthorize Batch File", | |
"trx" => "Firmware Image File", | |
"ts" => "Nokia Qt Translation Source File", | |
"tst" => "TestPoint Test File", | |
"tsv" => "Tab Separated Values File", | |
"tt10" => "TurboTax Canada 2010 Tax Return", | |
"tt11" => "TurboTax Canada 2011 Tax Return", | |
"tt12" => "TurboTax Canada 2012 Tax Return", | |
"tt13" => "TurboTax Canada 2013 Tax Return", | |
"tt2012state" => "TurboTax 2012 State Tax Form", | |
"tt2013state" => "TurboTax 2013 State Tax Form", | |
"ttk" => "Catalyst Translation Toolkit", | |
"tvc" => "TeamViewer Configuration File", | |
"twb" => "Tableau Workbook File", | |
"twbx" => "Tableau Packaged Workbook", | |
"twm" => "theWord Module", | |
"twz" => "theWord Compressed Archive Module", | |
"twzip" => "theWord Compressed Archive Module", | |
"txa" => "Midas ViewPoint Text Array List", | |
"txd" => "Game Texture Dictionary", | |
"txf" => "Transit XV Pack Translation File", | |
"txf" => "Tax Exchange Format", | |
"txn" => "MySpaceIM Conversation Log File", | |
"txtrpt" => "CommScope Teletilt Control System Report", | |
"tyimport" => "Typinator Set Import File", | |
"tyset" => "Typinator Set File", | |
"u10" => "UFile 2010 Tax Return", | |
"u11" => "UFile 2011 Tax Return", | |
"u12" => "UFile 2012 Tax Return", | |
"ubj" => "Universal Binary JSON File", | |
"ubox" => "Universe Sandbox Data File", | |
"uccapilog" => "Microsoft UCC API Log File", | |
"ud" => "OmniPage User Dictionary", | |
"udc" => "Adobe InDesign User Dictionary", | |
"udeb" => "Debian Package File", | |
"uds" => "Uniform Data System File", | |
"uds" => "Sierra Generations File", | |
"ulf" => "Universal List File", | |
"ulp" => "EAGLE User Language Program", | |
"ulz" => "USBlyzer Data Capture File", | |
"umf" => "MediaHolder Universal Media Format File", | |
"unitypackage" => "Unity Package File", | |
"uop" => "Uniform Office Presentation", | |
"update" => "ISAPI Update File", | |
"upoi" => "iGO Points of Interest File", | |
"upr" => "Fractal Parameters File", | |
"upr" => "FileMaker User Dictionary", | |
"useq" => "USeq Genome Data File", | |
"usr" => "SmartMusic Custom File", | |
"ustar" => "Uniform Standard Tape Archive Format File", | |
"uvf" => "Uncertain Value Format", | |
"uvw" => "UVW Coordinates File", | |
"uwl" => "User Word List File", | |
"val" => "Values List", | |
"val" => "Valodas Dictionary File", | |
"vault" => "Fontcase Vault File", | |
"vbpf1" => "Virtual Business - Personal Finance Data File", | |
"vbw" => "Visual Basic Workspace File", | |
"vcd" => "Value Change Dump File", | |
"vcd" => "Valve Choreography Data File", | |
"vce" => "Visual CertExam Exam File", | |
"vcf" => "vCard File", | |
"vcrd" => "Windows Vault Credentials File", | |
"vcs" => "vCalendar Event File", | |
"vct" => "VISE Installer Project", | |
"vdb" => "Symantec Virus Database File", | |
"vdf" => "AntiVir Virus Definitions File", | |
"vdx" => "Visio Drawing XML File", | |
"vec" => "Orbiter Vector Map File", | |
"vfs" => "VentaFax Schedule File", | |
"vi" => "LabVIEW Virtual Instrument File", | |
"vip" => "Stitch Pattern File", | |
"vle" => "Virtual Labs Electricity Circuit File", | |
"vlg" => "VentaFax Logbook File", | |
"vmsd" => "VMware Snapshot Metadata File", | |
"vmsn" => "VMware Snapshot State File", | |
"vmss" => "VMware Suspended State File", | |
"vmt" => "Valve Material File", | |
"voi" => "VOI Group File", | |
"vok" => "PocketVok Vocabulary File", | |
"voxb" => "Voxler Network File", | |
"vpol" => "Windows Vault Policy File", | |
"vpp" => "Visual Paradigm Project File", | |
"vpx" => "Avast! Virus Update File", | |
"vrd" => "Visio Report Definition File", | |
"vs" => "GreekToMe Verse List File", | |
"vsch" => "Windows Vault Schema File", | |
"vscontent" => "Visual Studio Content File", | |
"vssm" => "Visio Macro-Enabled Stencil File", | |
"vssx" => "Visio Stencil File", | |
"vsv" => "Virtual Machine Saved State File", | |
"vsx" => "Visio Stencil XML File", | |
"vtx" => "Visio Template XML File", | |
"vud" => "Virtual Machine Undo Drive File", | |
"vvf" => "Voc Vocabulary File", | |
"vxml" => "VoiceXML File", | |
"vym" => "VYM Mind Map File", | |
"w02" => "Split Archive File", | |
"wab" => "Windows Address Book", | |
"wallet" => "MultiBit Wallet File", | |
"wb1" => "Corel Quattro Pro File", | |
"wb2" => "Corel Quattro Pro File", | |
"wb3" => "Corel Quattro Pro 7 and 8 File", | |
"wcat" => "WinCatalog Collection File", | |
"wcd" => "Works Calendar File", | |
"wcf" => "WebEx Saved Chat Session", | |
"wcp_settings" => "Alpha Five Settings File", | |
"wd3" => "Offline Explorer Data File", | |
"wdf" => "WinGenea Genealogy File", | |
"wdf" => "Workshare Compare DeltaFile", | |
"wdq" => "Offline Explorer Queue File", | |
"wea" => "Ecotect Weather File", | |
"webpublishhistory" => "Alpha Five Web Publish History File", | |
"wfm" => "Tektronix Waveform Data File", | |
"wfm" => "dBASE Form", | |
"wgt" => "IMPS Data File", | |
"wgt" => "XNBC Synaptic Weights File", | |
"wid" => "SAP BusinessObjects Web Intelligence File", | |
"windowslivecontact" => "Windows Live Contacts File", | |
"wjr" => "ReGet Deluxe Data File", | |
"wk1" => "Lotus Worksheet", | |
"wk2" => "Lotus 2 Worksheet", | |
"wk3" => "Lotus 3 Worksheet", | |
"wk4" => "Lotus 4 Worksheet", | |
"wk5" => "Lotus 5 Worksheet", | |
"wke" => "Lotus 1-2-3 Educational Version Worksheet", | |
"wnk" => "Wink Presentation", | |
"wpc" => "Pazzles Cutting File", | |
"wpc" => "WordPad Converter File", | |
"wpf" => "WordPerfect Form", | |
"wpk" => "GuinXell Package File", | |
"wpo" => "Technopress Waypoint 2D File", | |
"wpo" => "HOLUX Waypoint File", | |
"wpost" => "Windows Live Writer Post File", | |
"ws" => "1-2-3 Word Search Maker Puzzle File", | |
"wsi" => "Wise Package Studio Installer Package", | |
"wsm" => "Wise Package Studio Merge Module", | |
"wtb" => "Win-Test Binary Log File", | |
"wtr" => "Encarta File", | |
"wvp" => "MagicHTML Web Video Player Project", | |
"xaf" => "Affirm Deposition Transcript", | |
"xaiml" => "XAIML Chatterbot Database File", | |
"xappl" => "Spoon XML Application Configuration File", | |
"xas" => "Pro/ENGINEER Assembly Instance Accelerator File", | |
"xbc" => "SMART Notebook File", | |
"xbk" => "SMART Notebook File", | |
"xbrl" => "XBRL Document", | |
"xbt" => "SMART Notebook Template File", | |
"xcsl" => "CineStyle Color Correction File", | |
"xdb" => "Symantec Virus Database File", | |
"xdp" => "XML Data Package", | |
"xds" => "LcdStudio Design File", | |
"xef" => "eManager Form Data", | |
"xem" => "PowerDesigner Model definition File", | |
"xer" => "Primavera P6 Project File", | |
"xfd" => "XFD File", | |
"xfd" => "FormFlow 99 Form Data File", | |
"xfdf" => "Adobe Acrobat XFDF File", | |
"xfo" => "XSL-FO Formatted Form", | |
"xfr" => "iProcess Process Definition File", | |
"xft" => "Adobe Form Designer 5.0 File", | |
"xgml" => "Graph Modeling Language XML File", | |
"xgmml" => "XGMML Graph File", | |
"xgp" => "Xfire Game Patcher File", | |
"xlc" => "Excel Chart", | |
"xlf" => "XLIFF Document", | |
"xlgc" => "ExpressK Database File", | |
"xliff" => "XLIFF Localization File", | |
"xlt" => "Excel Template", | |
"xlw" => "Excel Workbook", | |
"xmap" => "XMind 2007/2008 Workbook", | |
"xmcd" => "Mathcad Worksheet File", | |
"xmct" => "Mathcad XML Worksheet Template", | |
"xmi" => "XML Metadata Interchange File", | |
"xml" => "XML File", | |
"xmlper" => "LeCroy Binary Waveform File", | |
"xmpz" => "Miradi XML Project File", | |
"xpdl" => "XPDL Module", | |
"xpg" => "Autoplay Media Studio Exported Page", | |
"xpj" => "RoboHelp HTML Project File", | |
"xpj" => "Micro Planner X-Pert Project File", | |
"xpm" => "Micro Planner Manager File", | |
"xpr" => "SyncRO Soft oXygen XML Editor Project", | |
"xpt" => "SAS Transport File", | |
"xrff" => "Extensible Attribute-Relation File Format", | |
"xrp" => "RationalPlan Project File", | |
"xry" => "XRY Data File", | |
"xsc" => "Visual Studio Dataset Internal Info File", | |
"xsf" => "InfoPath Form Definition File", | |
"xsl" => "XML Style Sheet", | |
"xslt" => "XSL Transformation File", | |
"xsvf" => "Xilinx Serial Vector Format File", | |
"xtg" => "Extensible TreeGraph File", | |
"xtm" => "CmapTools Exported Topic Map", | |
"xtm" => "Xtremsplit Data File", | |
"xtp" => "XTree Data File", | |
"xtp" => "xTime Project Document", | |
"xvct" => "VISE XML Project File", | |
"xxd" => "Brixx Planner Calendar", | |
"xyz" => "Celestia Sampled Trajectory Data File", | |
"xyz" => "Molecule Specification File", | |
"xyzv" => "Celestia Sampled Trajectory File", | |
"yam" => "Yahoo! Auctions Data", | |
"ychat" => "Yahoo! Messenger Chat Log", | |
"ygf" => "Y Graph Format File", | |
"yka" => "Yenka Model File", | |
"yrcbkm" => "YRC Bookmarks Archive", | |
"yrcdat" => "YRC Software Data Script", | |
"zap" => "ZoneAlarm Pro Data File", | |
"zdb" => "EPSQ Database", | |
"zdb" => "Zimbra Database File", | |
"zdb" => "Quicken Online File", | |
"zdc" => "CD Catalog Expert Database File", | |
"zdct" => "Adobe Language File", | |
"zim" => "OpenZIM Wiki Archive", | |
"zix" => "Quicken Online File", | |
"zma" => "Impedance File", | |
"zmc" => "ZoneAlarm Quarantine File", | |
"zpl" => "Zoom Player Play List", | |
"{pb" => "Corel WordPerfect Document Index File", | |
"~hm" => "HostMonitor TestList Backup File" | |
), 'Page Layout Files' => array( | |
"4ui" => "ForeUI Plot File", | |
"adb" => "Now Contact Address Book Template", | |
"afp" => "Advanced Function Presentation File", | |
"anh" => "Project ROME File", | |
"antmpl" => "Adobe Edge Animate Template File", | |
"avery" => "Avery Design & Print Online Label File", | |
"bcf" => "Business Card Designer Pro File", | |
"bcp" => "Business Card Designer Plus File", | |
"biz" => "Broderbund Business Card File", | |
"book" => "FrameMaker Book File", | |
"bpf" => "Baan ERP Document", | |
"bro" => "Design & Print Page Design File", | |
"bro" => "CreataCard Brochure Project", | |
"btw" => "BarTender Label", | |
"cal" => "Calendar File", | |
"cbf" => "Calendar Builder File", | |
"cd2" => "Click'N Design 3D File", | |
"cdf" => "Computable Document Format File", | |
"cedprj" => "Ashampoo CoverEditor Project", | |
"ch3" => "Harvard Graphics DOS Chart File", | |
"cl2arc" => "Comic Life 2 Document Archive", | |
"cl2doc" => "Comic Life 2 Document", | |
"cl2lyt" => "Comic Life 2 Layout File", | |
"cl2tpl" => "Comic Life 2 Template", | |
"cld" => "Canon CD Label Template", | |
"clt" => "Clarity Legal Transcript File", | |
"cndx" => "Avery DesignPro for Mac Label File", | |
"comicdoc" => "Comic Life Document", | |
"cov" => "Fax Cover Page File", | |
"cpe" => "Fax Cover Page File", | |
"cph" => "Corel Print House File", | |
"cpy" => "eCopy Desktop File", | |
"crtr" => "MultiAd Creator Pro Document", | |
"csd" => "Compact Shared Document", | |
"cst" => "Manga Studio Story File", | |
"cvw" => "CaseView Document", | |
"cw" => "CardWorks Template", | |
"dcx" => "FAXserve Fax Document", | |
"dmtemplate" => "Direct Mail Template", | |
"dot" => "Word Document Template", | |
"dpd" => "Ovation Pro File", | |
"drmx" => "Drumlin Fully Secure PDF File", | |
"drmz" => "Drumlin Fully Secure Mobile PDF File", | |
"dtl" => "Now Contact Detail Template", | |
"dtp" => "Publish-iT Document", | |
"dtx" => "Documented LaTeX File", | |
"dwdoc" => "DrawWell Document", | |
"edrwx" => "XPS Drawing Document", | |
"enc" => "Copysafe Protected PDF File", | |
"env" => "Now Contact Envelope Template", | |
"fax" => "Now Contact Fax Template", | |
"fcdt" => "FormsCentral Design Template", | |
"fd2" => "PictureMate Borders File", | |
"fdd" => "FormDocs Document", | |
"fdt" => "FormDocs Template", | |
"flb" => "FileMaker Pro Label File", | |
"fm" => "FrameMaker Document", | |
"form" => "NetBeans Java GUI Designer Form", | |
"fp3" => "FastReport Prepared Report File", | |
"fr3" => "FastReport Form File", | |
"frf" => "Free Report Form File", | |
"fxm" => "WinFax Document", | |
"gem" => "Ventura Publisher Document", | |
"hcr" => "Half-Fold Card File", | |
"hfd" => "HotDocs Form Document", | |
"hft" => "HotDocs Form Template", | |
"hmk" => "Hallmark Card Studio File", | |
"hpd" => "HotDocs PDF Document", | |
"hpt" => "HotDocs PDF Template", | |
"icap" => "InCopy Package File", | |
"icml" => "InCopy Document", | |
"icmt" => "InCopy Template", | |
"idap" => "Adobe InDesign Assignment Package", | |
"idml" => "Adobe InDesign Markup Language File", | |
"idms" => "Adobe InDesign Snippet", | |
"idpk" => "Adobe InDesign Package for GoLive File", | |
"ifd" => "InForm Document", | |
"ildoc" => "QuickSilver Document", | |
"incd" => "InCopy Document", | |
"inct" => "InCopy Template", | |
"incx" => "InCopy CS3 Interchange File", | |
"ind" => "Adobe InDesign Document", | |
"indb" => "Adobe InDesign Book File", | |
"indd" => "Adobe InDesign Document", | |
"indl" => "Adobe InDesign Library", | |
"indp" => "Adobe InDesign CS3 Package File", | |
"inds" => "Adobe InDesign Snippet File", | |
"indt" => "Adobe InDesign Template", | |
"infopathxml" => "Microsoft InfoPath Form", | |
"inp" => "Urdu InPage Document", | |
"inx" => "Adobe InDesign Interchange File", | |
"isale" => "iSale Auction", | |
"isaletemplate" => "iSale Template", | |
"isallic" => "iSale License File", | |
"isd" => "Flexera InstallShield Dialog Box File", | |
"jtp" => "Windows Journal Template", | |
"jtx" => "Jrju Text File", | |
"jtx" => "XPS Document", | |
"lab" => "WordPerfect Label Definition File", | |
"lbl" => "dBASE Label File", | |
"lbl" => "Now Contact Label Template", | |
"lld" => "Logo! Soft Comfort LAD File", | |
"lma" => "Logo! UDF File", | |
"lpdf" => "Localized PDF File", | |
"lsc" => "Logo! Soft Comfort File", | |
"lst" => "Now Contact List Template", | |
"ltf" => "Laser App Temp Form File", | |
"mars" => "Adobe MARS File", | |
"max" => "OmniPage Scanned Document", | |
"mbbk" => "ManaBook Book Kit File", | |
"mcsp" => "My Craft Studio Project File", | |
"mcsx" => "My Craft Studio Professional File", | |
"mdi" => "Microsoft Document Imaging File", | |
"mfo" => "MediaFace Online Saved File", | |
"mfp" => "MediaFACE Project File", | |
"mft" => "MediaFACE Project Template", | |
"mga" => "Manga Document", | |
"mif" => "FrameMaker Interchange Format File", | |
"mml" => "FrameMaker Maker Markup Language File", | |
"mrg" => "Now Contact Merge Template", | |
"npp" => "Art Explosion Publisher Pro Document", | |
"nud" => "Now Up-To-Date Calendar File", | |
"ola" => "Online Access File", | |
"opd" => "OmniPage Document", | |
"oxps" => "OpenXPS File", | |
"p65" => "PageMaker 6.5 Document", | |
"pa" => "Print Artist Project", | |
"pcl" => "Printer Command Language Document", | |
"pct" => "Picture File", | |
"pde" => "ProntoDoc for Excel Document Template", | |
"pder" => "ProntoDoc for Excel Conventional Document", | |
"pdf" => "Portable Document Format File", | |
"pdfxml" => "Adobe PDFXML Document", | |
"pdg" => "Print Shop Deluxe Design File", | |
"pdh" => "ProntoDoc for Word Browser Display Document Template", | |
"pdm" => "ProntoDoc for Word Mobile Display Document Template", | |
"pdp" => "Adobe Portable Document Format File", | |
"pdr" => "ProntoDoc for Word Recovered Document", | |
"pdw" => "ProntoDoc for Word Conventional Document Template", | |
"pdwr" => "ProntoDoc for Word Conventional Document", | |
"pdz" => "ProntoDoc for Word Structured Text Document Template", | |
"pex" => "West Publisher Portable Exhibit File", | |
"pff" => "Formatta Portable Form File", | |
"pfl" => "PDFill Project File", | |
"pm4" => "PageMaker 4 Document", | |
"pm5" => "PageMaker 5.0 Document", | |
"pm6" => "PageMaker 6.0 Document", | |
"pmd" => "PageMaker Document", | |
"pnh" => "Project ROME Plug-in Archive", | |
"ppp" => "Serif PagePlus Document", | |
"ppx" => "Serif PagePlus Template File", | |
"prn" => "Printable File", | |
"psg" => "Page Segment File", | |
"psr" => "Powersoft Report File", | |
"ptx" => "E-Transcript File", | |
"pub" => "Publisher Document", | |
"pwt" => "Pocket Word Template", | |
"q3c" => "Quick 3D Cover Project File", | |
"qdf" => "Label Matrix Label Design", | |
"qpt" => "QuarkXPress Project Template", | |
"qxb" => "QuarkXPress Book File", | |
"qxd" => "QuarkXPress Document", | |
"qxp" => "QuarkXPress Project File", | |
"qxt" => "QuarkXPress Template", | |
"rb4" => "Resume Builder 4 File", | |
"rels" => "Open Office XML Relationships File", | |
"rfd" => "Recogniform Form Designer File", | |
"rlf" => "ArcGIS Report Layout File", | |
"rmr" => "ResumeMaker File", | |
"rptr" => "RafflePrinter Document", | |
"rsm" => "WinWay Resume Deluxe Resume File", | |
"sbk" => "Scrapbook Factory File", | |
"sbv" => "Superbase Form Definition File", | |
"sdt" => "SmartDraw Template File", | |
"sjd" => "Scrapbook Factory Journal File", | |
"snp" => "Access Report Snapshot", | |
"sp" => "SignPlot Traffic Sign File", | |
"spub" => "Swift Publisher Document", | |
"totalslayout" => "Totals Invoice Layout File", | |
"tp3" => "Harvard Graphics DOS Template File", | |
"vfc" => "VentaFax Cover Page File", | |
"vp" => "Ventura Publication File", | |
"webtemplate" => "iWeb Template", | |
"webtheme" => "iWeb Theme Template", | |
"wlp" => "Worldlabel.com Label Designer File", | |
"wmga" => "Web Manga Document", | |
"wpt" => "Works Template", | |
"wwf" => "World Wide Fund Non-Printable Document", | |
"xdw" => "Fuji Xerox DocuWorks File", | |
"xif" => "ScanSoft Pagis File", | |
"xps" => "XML Paper Specification File", | |
"xsn" => "InfoPath Form Template File", | |
"xtp" => "InfoPath Template Part File", | |
"xzfx" => "ZipLogix ZipForm File", | |
"zdl" => "Avery DesignPro Label File", | |
"zdp" => "Avery DesignPro Label File", | |
"zds" => "DesignPro Label File", | |
"zfx" => "ZipForm File", | |
"zno" => "Zinio Electronic Magazine File" | |
), 'Videos' => array( | |
"264" => "Ripped Video Data File", | |
"3g2" => "3GPP2 Multimedia File", | |
"3gp" => "3GPP Multimedia File", | |
"3gp2" => "3GPP Multimedia File", | |
"3gpp" => "3GPP Media File", | |
"3gpp2" => "3GPP2 Multimedia File", | |
"3mm" => "3D Movie Maker Movie Project", | |
"3p2" => "3GPP Multimedia File", | |
"60d" => "CCTV Video Clip", | |
"787" => "AVTECH CCTV Video File", | |
"890" => "Cavena Subtitles File", | |
"aaf" => "Advanced Authoring Format File", | |
"aec" => "Cinema 4D After Effects Composition", | |
"aep" => "After Effects Project", | |
"aepx" => "After Effects XML Project", | |
"aet" => "After Effects Project Template", | |
"aetx" => "After Effects XML Project Template", | |
"ajp" => "CCTV Video File", | |
"ale" => "Avid Log Exchange File", | |
"am" => "Anark Media File", | |
"amc" => "AMC Video File", | |
"amv" => "Anime Music Video File", | |
"amx" => "Adobe Motion Exchange File", | |
"anim" => "Amiga Animation File", | |
"aqt" => "AQTitle Subtitles File", | |
"arcut" => "Prelude Rough Cut File", | |
"arf" => "WebEx Advanced Recording File", | |
"asf" => "Advanced Systems Format File", | |
"asx" => "Microsoft ASF Redirector File", | |
"avb" => "Avid Bin File", | |
"avc" => "Avid Media Composer Script", | |
"avchd" => "High Definition Video File", | |
"avd" => "Movie Edit Pro Video Information File", | |
"avi" => "Audio Video Interleave File", | |
"avp" => "Avid Project File", | |
"avs" => "Application Visualization System File", | |
"avs" => "AviSynth Script File", | |
"avv" => "Avid Volume Bin File", | |
"awlive" => "Active Webcam Video File", | |
"axm" => "AXMEDIS Object", | |
"bdm" => "AVHCD Information File", | |
"bdmv" => "Blu-ray Disc Movie Information File", | |
"bdt2" => "BEEDOCS Timeline 3D 2 Document", | |
"bdt3" => "BEEDOCS Timeline 3D 3 Document", | |
"bik" => "Bink Video File", | |
"bin" => "Binary Video File", | |
"bix" => "Kodicom Video File", | |
"bmc" => "Bolide Movie Creator Project File", | |
"bmk" => "PowerDVD MovieMark File", | |
"bnp" => "Sony Camcorder Video Data File", | |
"box" => "Kodicom Video", | |
"bs4" => "Mikogo Session Video Recording", | |
"bsf" => "Blu-ray AVC Video File", | |
"bu" => "Samsung CCTV Video File", | |
"bvr" => "Blue Iris Video", | |
"byu" => "Brigham Young University Movie File", | |
"camproj" => "Camtasia Studio Project", | |
"camrec" => "Camtasia Studio Screen Recording", | |
"camv" => "Camtasia Video File", | |
"ced" => "JVC Camera Video Data File", | |
"cel" => "FLIC Animation", | |
"cine" => "Phantom Digital Video File", | |
"cip" => "Cavena Subtitles File", | |
"clk" => "ClickView Video File", | |
"clpi" => "Blu-ray Clip Information File", | |
"cmmp" => "Camtasia MenuMaker Project", | |
"cmmtpl" => "Camtasia MenuMaker Template", | |
"cmproj" => "Camtasia Project File", | |
"cmrec" => "Camtasia Recording", | |
"cpi" => "AVCHD Video Clip Information File", | |
"cst" => "Director External Cast File", | |
"cvc" => "cVideo", | |
"cx3" => "CMS Recorded Video File", | |
"d2v" => "DVD2AVI File", | |
"d3v" => "Datel Video File", | |
"dash" => "MPEG-DASH Video File", | |
"dat" => "VCD Video File", | |
"dav" => "DVR365 Video File", | |
"db2" => "Samsung CCTV Video Information File", | |
"dce" => "DriveCam Video File", | |
"dck" => "Resolume Deck File", | |
"dcr" => "Liberty Video Recording File", | |
"dcr" => "Digital Court Recorder Video File", | |
"ddat" => "DivX Temporary Video File", | |
"dif" => "Digital Interface Format", | |
"dir" => "Adobe Director Movie", | |
"divx" => "DivX-Encoded Movie File", | |
"dlx" => "Sony VDU Video File", | |
"dmb" => "Digital Multimedia Broadcasting File", | |
"dmsd" => "Roxio MyDVD Project", | |
"dmsd3d" => "Roxio MyDVD 3D Project", | |
"dmsm" => "VideoWave Movie Project File", | |
"dmsm3d" => "VideoWave 3D Movie Project File", | |
"dmss" => "VideoWave SlideShow Project File", | |
"dmx" => "Source Filmmaker Project File", | |
"dnc" => "Windows Dancer File", | |
"dpa" => "DrawPlus Animation File", | |
"dpg" => "Nintendo DS Movie File", | |
"dream" => "Dream Animated Wallpaper File", | |
"dsy" => "Besta Video File", | |
"dv" => "Digital Video File", | |
"dv-avi" => "Microsoft DV-AVI Video File", | |
"dv4" => "Bosch Security Systems CCTV Video File", | |
"dvdmedia" => "RipIt DVD Package", | |
"dvr" => "Microsoft Recorded TV Show", | |
"dvr-ms" => "Microsoft Digital Video Recording", | |
"dvx" => "DivX Video File", | |
"dxr" => "Protected Macromedia Director Movie", | |
"dzm" => "DirectorZone Menu Template", | |
"dzp" => "DirectorZone Particle Effect File", | |
"dzt" => "DirectorZone Title File", | |
"edl" => "Edit Decision List File", | |
"evo" => "HD DVD Video File", | |
"eye" => "Eyemail Video Recording File", | |
"ezt" => "EZTitles Subtitles File", | |
"f4f" => "Flash Video Fragment", | |
"f4p" => "Adobe Flash Protected Media File", | |
"f4v" => "Flash MP4 Video File", | |
"fbr" => "Mercury Screen Recording", | |
"fbr" => "FlashBack Screen Recording", | |
"fbz" => "FlashBack Screen Recorder Movie", | |
"fcp" => "Final Cut Project", | |
"fcproject" => "Final Cut Pro X Project File", | |
"ffd" => "ffDiaporama Project File", | |
"flc" => "FLIC Animation", | |
"flh" => "FLIC Animation File", | |
"fli" => "FLIC Animation", | |
"flv" => "Flash Video File", | |
"flx" => "FLIC Animation", | |
"ftc" => "FluxTime Clip File", | |
"gcs" => "Cineform Studio Video Project", | |
"gfp" => "GreenForce-Player Protected Media File", | |
"gl" => "GRASP Animation", | |
"gom" => "GOM Media File", | |
"grasp" => "GRASP Animation", | |
"gts" => "CaptiveWorks PVR Video File", | |
"gvi" => "Google Video File", | |
"gvp" => "Google Video Pointer", | |
"h264" => "H.264 Encoded Video File", | |
"hdmov" => "QuickTime HD Movie File", | |
"hdv" => "High Definition Video Format", | |
"hkm" => "Havok Movie File", | |
"ifo" => "DVD-Video Disc Information File", | |
"imovieproj" => "iMovie Project File", | |
"imovieproject" => "iMovie Project", | |
"inp" => "Sony Camcorder Image Management File", | |
"int" => "Sony Camcorder Image Management File", | |
"ircp" => "SpeedGrade IRIDAS Composite File", | |
"irf" => "CCTV DVR H.264 Video File", | |
"ism" => "IIS Smooth Streaming Manifest File", | |
"ismc" => "Smooth Streaming Client Manifest File", | |
"ismclip" => "iStopMotion Animation Clip", | |
"ismv" => "IIS Smooth Streaming Video File", | |
"iva" => "Surveillance Video File", | |
"ivf" => "Indeo Video Format File", | |
"ivr" => "Internet Video Recording", | |
"ivs" => "Internet Streaming Video", | |
"izz" => "Isadora Media Control Project", | |
"izzy" => "Isadora Project", | |
"jmv" => "Jnes Movie File", | |
"jss" => "JACOsub Subtitle File", | |
"jts" => "Cyberlink AVCHD Video File", | |
"jtv" => "J. River TV File", | |
"k3g" => "3GP Mobile Phone Video File", | |
"kdenlive" => "Kdenlive Project File", | |
"kmv" => "Mobile DJ Video File", | |
"ktn" => "KTooN Animation Project File", | |
"lrec" => "Inter-Tel Web Conference Recording", | |
"lrv" => "Low Resolution Video File", | |
"lsf" => "Streaming Media Format", | |
"lsx" => "Streaming Media Shortcut", | |
"lvix" => "Lightworks Video Index File", | |
"m15" => "MPEG Video", | |
"m1pg" => "iFinish Video Clip", | |
"m1v" => "MPEG-1 Video File", | |
"m21" => "MPEG-21 File", | |
"m21" => "AXMEDIS MPEG-21 File", | |
"m2a" => "MPEG-1 Layer 2 Audio File", | |
"m2p" => "MPEG-2 Program Stream File", | |
"m2t" => "HDV Video File", | |
"m2ts" => "Blu-ray BDAV Video File", | |
"m2v" => "MPEG-2 Video", | |
"m4e" => "MPEG-4 Video File", | |
"m4u" => "MPEG-4 Playlist", | |
"m4v" => "iTunes Video File", | |
"m75" => "MPEG Video", | |
"mani" => "Mine-imator Project File", | |
"meta" => "RealPlayer Metafile", | |
"mgv" => "PSP Video File", | |
"mj2" => "Motion JPEG 2000 Video Clip", | |
"mjp" => "MJPEG Video File", | |
"mjpg" => "Motion JPEG Video File", | |
"mk3d" => "Matroska 3D Video File", | |
"mkv" => "Matroska Video File", | |
"mmv" => "MicroMV Video File", | |
"mnv" => "PlayStation Movie File", | |
"mob" => "MOBTV Video File", | |
"mod" => "Camcorder Recorded Video File", | |
"modd" => "Sony Video Analysis File", | |
"moff" => "Sony Video Analysis Index File", | |
"moi" => "MOI Video File", | |
"moov" => "Apple QuickTime Movie", | |
"mov" => "Apple QuickTime Movie", | |
"movie" => "QuickTime Movie File", | |
"mp21" => "AXMEDIS MPEG-21 Object", | |
"mp21" => "MPEG-21 Multimedia File", | |
"mp2v" => "MPEG-2 Video File", | |
"mp4" => "MPEG-4 Video File", | |
"mp4.infovid" => "Parrot AR Drone and Gyro Flyer Video", | |
"mp4v" => "MPEG-4 Video", | |
"mpe" => "MPEG Movie File", | |
"mpeg" => "MPEG Movie", | |
"mpeg1" => "MPEG-1 Video File", | |
"mpeg4" => "MPEG-4 File", | |
"mpf" => "MainActor Project File", | |
"mpg" => "MPEG Video File", | |
"mpg2" => "MPEG-2 Video File", | |
"mpgindex" => "Adobe MPEG Index File", | |
"mpl" => "MPL2 Subtitles File", | |
"mpl" => "AVCHD Playlist File", | |
"mpls" => "Blu-ray Movie Playlist File", | |
"mpsub" => "MPlayer Subtitles File", | |
"mpv" => "MPEG Elementary Stream Video File", | |
"mpv2" => "MPEG-2 Video Stream", | |
"mqv" => "Sony Movie Format File", | |
"msdvd" => "Windows DVD Maker Project File", | |
"mse" => "MediaShow Slideshow Project File", | |
"msh" => "Visual Communicator Project File", | |
"mswmm" => "Windows Movie Maker Project", | |
"mts" => "AVCHD Video File", | |
"mtv" => "MTV Video Format File", | |
"mvb" => "Multimedia Viewer Book Source File", | |
"mvc" => "Movie Collector Catalog", | |
"mvd" => "Movie Edit Pro Movie File", | |
"mve" => "Infinity Engine Movie File", | |
"mvex" => "Muvee autoProducer 6 Project File", | |
"mvp" => "MoviePlus Project File", | |
"mvp" => "MAGIX Video Project File", | |
"mvy" => "Video easy Project File", | |
"mxf" => "Material Exchange Format File", | |
"mxv" => "MAGIX Video File", | |
"mys" => "Vineyard Captured Video File", | |
"ncor" => "Adobe Encore Project File", | |
"nsv" => "Nullsoft Streaming Video File", | |
"nut" => "NUT Video File", | |
"nuv" => "NuppelVideo File", | |
"nvc" => "NeroVision Express Project File", | |
"ogm" => "Ogg Media File", | |
"ogv" => "Ogg Video File", | |
"ogx" => "Ogg Vorbis Multiplexed Media File", | |
"orv" => "Oracom Video File", | |
"osp" => "OpenShot Project File", | |
"otrkey" => "OnlineTvRecorder Encoded Video File", | |
"pac" => "PAC Subtitles File", | |
"par" => "Dedicated Micros DVR Recording", | |
"pds" => "PowerDirector Script File", | |
"pgi" => "Video Recording File", | |
"photoshow" => "Roxio PhotoShow Project", | |
"piv" => "Pivot Stickfigure Animation", | |
"pjs" => "Phoenix Subtitles File", | |
"playlist" => "CyberLink PowerDVD Playlist", | |
"plproj" => "Adobe Prelude Project File", | |
"pmf" => "PSP Movie File", | |
"pmv" => "Return to Zork Video File", | |
"pns" => "Pelco CCTV Video File", | |
"ppj" => "Premiere 6 Project File", | |
"prel" => "Premiere Elements Project File", | |
"pro" => "ProPresenter Export File", | |
"pro4dvd" => "ProPresenter DVD Clips Document", | |
"pro5dvd" => "ProPresenter DVD Clips Document", | |
"proqc" => "ProPresenter Quartz Composition", | |
"prproj" => "Premiere Pro Project", | |
"prtl" => "Premiere Pro Title File", | |
"psb" => "PowerDivX Subtitles File", | |
"psh" => "Photodex Slide Show", | |
"pssd" => "PhotoSuite Slide Show File", | |
"pva" => "PVA Video File", | |
"pvr" => "Wintal PVR Video File", | |
"pxv" => "Pixbend Media File", | |
"qt" => "Apple QuickTime Movie", | |
"qtch" => "QuickTime Cache File", | |
"qtindex" => "Adobe QTIndex File", | |
"qtl" => "QuickTime Link File", | |
"qtm" => "Apple QuickTime Movie File", | |
"qtz" => "Quartz Composer File", | |
"r3d" => "REDCODE Video File", | |
"rcd" => "pcAnywhere Recorded Session File", | |
"rcproject" => "iMovie '08 Project", | |
"rdb" => "Wavelet Video Images File", | |
"rec" => "Topfield PVR Recording", | |
"rm" => "Real Media File", | |
"rmd" => "RED Metadata File", | |
"rmd" => "RealPlayer Media File", | |
"rmp" => "RealPlayer Metadata Package File", | |
"rms" => "Secure Real Media File", | |
"rmv" => "The Simpsons Hit & Run Video File", | |
"rmvb" => "RealMedia Variable Bit Rate File", | |
"roq" => "Id Software Game Video", | |
"rp" => "RealPix Clip", | |
"rsx" => "RED Metadata XML File", | |
"rts" => "RealPlayer Streaming Media", | |
"rts" => "QuickTime Real-Time Streaming Format", | |
"rum" => "Bink Video Subtitle File", | |
"rv" => "Real Video File", | |
"rvid" => "Snapz Pro X Recorded Video File", | |
"rvl" => "Muvee Reveal X Project File", | |
"sbk" => "SWiSH Project Backup File", | |
"sbt" => "SBT Subtitle File", | |
"scc" => "ScreenFlow Screen Recording", | |
"scm" => "ScreenCam Screen Recording", | |
"scm" => "Super Chain Media File", | |
"scn" => "Pinnacle Studio Scene File", | |
"screenflow" => "ScreenFlow Document", | |
"sdv" => "Studio DV Project File", | |
"sec" => "GuinXell Video File", | |
"sedprj" => "Slideshow Studio Elements Project", | |
"seq" => "NorPix StreamPix Sequence", | |
"sfd" => "Sofdec Dreamcast Movie", | |
"sfvidcap" => "Sonic Foundry Video Capture File", | |
"siv" => "Silicon Imaging Video File", | |
"smi" => "SAMI Subtitles File", | |
"smi" => "SMIL Presentation", | |
"smil" => "SMIL Presentation File", | |
"smk" => "Smacker Compressed Movie File", | |
"sml" => "SMIL Slideshow Presentation", | |
"smv" => "VideoLink Mail Video File", | |
"snagproj" => "Snagit Project File", | |
"spl" => "FutureSplash Animation", | |
"sqz" => "Squeeze Project File", | |
"srt" => "SubRip Subtitle File", | |
"ssf" => "Structured Subtitle Format File", | |
"ssm" => "Standard Streaming Metafile", | |
"stl" => "Spruce Technologies Subtitle File", | |
"str" => "PlayStation Video Stream", | |
"stx" => "Pinnacle Studio Project File", | |
"svi" => "Samsung Video File", | |
"swf" => "Shockwave Flash Movie", | |
"swi" => "SWiSH Project File", | |
"swt" => "Flash Generator Template", | |
"tda3mt" => "DivX Author Template File", | |
"tdt" => "AVCHD Thumbnail File", | |
"tdx" => "D-TEG CCTV Video Information File", | |
"thp" => "Wii/GameCube Video File", | |
"tid" => "AVCHD Thumbnail File", | |
"tivo" => "TiVo Video File", | |
"tix" => "DivX Video Download Activation File", | |
"tod" => "JVC Everio Video Capture File", | |
"tp" => "Beyond TV Transport Stream File", | |
"tp0" => "Mascom PVR Video File", | |
"tpd" => "Cyberlink TOD Video File", | |
"tpr" => "TMPGEnc Project File", | |
"trp" => "HD Video Transport Stream", | |
"ts" => "Video Transport Stream File", | |
"tsp" => "Digital TV DVR Recording", | |
"ttxt" => "MPEG-4 Timed Text Subtitles File", | |
"tvs" => "TeamViewer Video Session File", | |
"usf" => "Universal Subtitles Format File", | |
"usm" => "USM Game Video File", | |
"vbc" => "VodBurner Crude Video File", | |
"vc1" => "VC-1 Video File", | |
"vcpf" => "VideoConvert Project File", | |
"vcr" => "ATI Video Card Recording", | |
"vcv" => "ViewCave Video File", | |
"vdo" => "VDOLive Media File", | |
"vdr" => "VirtualDub Signpost File", | |
"vdx" => "The 7th Guest Video File", | |
"veg" => "Vegas Video Project", | |
"vem" => "Meta Media Video E-Mail File", | |
"vep" => "AVS Video Editor Project File", | |
"vf" => "Vegas Movie Studio Project File", | |
"vft" => "VideoStudio Filter File", | |
"vfw" => "Video for Windows", | |
"vfz" => "Creative Webcam Video Effects File", | |
"vgz" => "DigitalVDO Compressed Video File", | |
"vid" => "Generic Video File", | |
"video" => "aTube Catcher Video File", | |
"viewlet" => "Qarbon Viewlet", | |
"viv" => "VivoActive Video File", | |
"vivo" => "VivoActive Video File", | |
"vix" => "Lightworks Video Index File", | |
"vlab" => "VisionLab Studio Project File", | |
"vob" => "DVD Video Object File", | |
"vp3" => "On2 Streaming Video File", | |
"vp6" => "TrueMotion VP6 Video File", | |
"vp7" => "TrueMotion VP7 Video File", | |
"vpj" => "VideoPad Video Editor Project File", | |
"vro" => "DVD Video Recording Format", | |
"vs4" => "AVTECH CCTV Video Surveillance File", | |
"vse" => "AVTECH CCTV Video", | |
"vsp" => "VideoStudio Project File", | |
"w32" => "WinCAPs Subtitle File", | |
"wcp" => "WinDVD Creator Project File", | |
"webm" => "WebM Video File", | |
"wlmp" => "Windows Live Movie Maker Project File", | |
"wm" => "Windows Media File", | |
"wmd" => "Windows Media Download Package", | |
"wmmp" => "Windows Movie Maker Project File", | |
"wmv" => "Windows Media Video File", | |
"wmx" => "Windows Media Redirector File", | |
"wot" => "WebEx Recording File", | |
"wp3" => "Microsoft Photo Story Project File", | |
"wpl" => "Windows Media Player Playlist", | |
"wtv" => "Windows Recorded TV Show File", | |
"wve" => "Wondershare Video Editor Project File", | |
"wvx" => "Windows Media Video Redirector", | |
"xej" => "Expression Encoder Job File", | |
"xel" => "Expression Encoder Live Encoding File", | |
"xesc" => "Expression Encoder Screen Capture File", | |
"xfl" => "Flash Movie Archive", | |
"xlmv" => "Xunlei Movie File", | |
"xmv" => "Xbox Media Video File", | |
"xvid" => "Xvid-Encoded Video File", | |
"y4m" => "YUV4MPEG2 Video File", | |
"yog" => "Outerra Captured Video File", | |
"yuv" => "YUV Video File", | |
"zeg" => "ZeroG Subtitles File", | |
"zm1" => "ZSNES Movie #1 File", | |
"zm2" => "ZSNES Movie #2 File", | |
"zm3" => "ZSNES Movie #3 File", | |
"zmv" => "ZSNES Movie File" | |
), 'Fonts' => array( | |
"abf" => "Adobe Binary Screen Font File", | |
"acfm" => "Adobe Composite Font Metrics File", | |
"afm" => "Adobe Font Metrics File", | |
"amfm" => "Adobe Multiple Font Metrics File", | |
"bdf" => "Glyph Bitmap Distribution Format", | |
"cha" => "Character Layout File", | |
"chr" => "Borland Character Set File", | |
"compositefont" => "Windows Composite Font File", | |
"dfont" => "Mac OS X Data Fork Font", | |
"eot" => "Embedded OpenType Font", | |
"etx" => "TeX Font Encoding File", | |
"euf" => "Private Character Editor File", | |
"f3f" => "Crazy Machines Font File", | |
"ffil" => "Mac Font Suitcase", | |
"fnt" => "Windows Font File", | |
"fon" => "Generic Font File", | |
"fot" => "Font Resource File", | |
"gdr" => "Symbian OS Font File", | |
"gf" => "METAFONT Bitmap File", | |
"gxf" => "General CADD Pro Font File", | |
"lwfn" => "Adobe Type 1 Mac Font File", | |
"mcf" => "Watchtower Library Font File", | |
"mf" => "METAFONT File", | |
"mxf" => "Maxis Font File", | |
"nftr" => "Nintendo DS Font Type File", | |
"otf" => "OpenType Font", | |
"pcf" => "PaintCAD Font", | |
"pfa" => "Printer Font ASCII File", | |
"pfb" => "Printer Font Binary File", | |
"pfm" => "Printer Font Metrics File", | |
"pfr" => "Portable Font Resource File", | |
"pk" => "Packed METAFONT File", | |
"pmt" => "PageMaker Template File", | |
"sfd" => "Spline Font Database File", | |
"sfp" => "Soft Font Printer File", | |
"suit" => "Macintosh Font Suitcase", | |
"t65" => "PageMaker Template File", | |
"tfm" => "TeX Font Metric File", | |
"ttc" => "TrueType Font Collection", | |
"tte" => "Private Character Editor File", | |
"ttf" => "TrueType Font", | |
"txf" => "Celestia Font Texture File", | |
"vfb" => "FontLab Studio Font File", | |
"vlw" => "Processing Font File", | |
"vnf" => "Vision Numeric Font", | |
"woff" => "Web Open Font Format File", | |
"xfn" => "Ventura Printer Font", | |
"xft" => "ChiWriter Printer Font", | |
"ytf" => "Google Picasa Font Cache" | |
), 'Text' => array( | |
"1st" => "Readme File", | |
"abw" => "AbiWord Document", | |
"act" => "FoxPro Documenting Wizard Action Diagram", | |
"aim" => "AIMMS ASCII Model File", | |
"ans" => "ANSI Text File", | |
"apt" => "Almost Plain Text File", | |
"asc" => "ASCII Text File", | |
"asc" => "Autodesk ASCII Export File", | |
"ascii" => "ASCII Text File", | |
"ase" => "Autodesk ASCII Scene Export File", | |
"aty" => "Association Type Placeholder", | |
"awp" => "Ability Write Template", | |
"awt" => "AbiWord Template", | |
"aww" => "Ability Write Document", | |
"bad" => "Exchange Badmail File", | |
"bbs" => "Bulletin Board System Text", | |
"bdp" => "Exchange Diagnostic Message", | |
"bdr" => "Exchange Non-Delivery Report Body File", | |
"bean" => "Bean Rich Text Document", | |
"bib" => "BibTeX Bibliography Database", | |
"bib" => "Bibliography Document", | |
"bml" => "Braille 2000 Braille File", | |
"bna" => "Barna Word Processor Document", | |
"boc" => "EasyWord Big Document", | |
"brx" => "Beam Report Document", | |
"btd" => "Business-in-a-Box Document", | |
"bzabw" => "Compressed AbiWord Document", | |
"charset" => "Character Set", | |
"chart" => "Feedback Chart File", | |
"chord" => "Song Chords File", | |
"cnm" => "NoteMap Outline File", | |
"cod" => "Atlantis Word Processor Encrypted Document", | |
"crwl" => "Windows Crawl File", | |
"cws" => "Claris Works Template", | |
"cyi" => "Clustify Input File", | |
"dca" => "DisplayWrite Document", | |
"dgs" => "Dagesh Pro Document", | |
"diz" => "Description in Zip File", | |
"dne" => "Netica Text File", | |
"doc" => "WordPad Document", | |
"doc" => "Microsoft Word Document", | |
"docm" => "Word Open XML Macro-Enabled Document", | |
"docx" => "Microsoft Word Open XML Document", | |
"docxml" => "Microsoft Word XML Document", | |
"docz" => "ThinkFree Online Note Document", | |
"dotm" => "Word Open XML Macro-Enabled Document Template", | |
"dotx" => "Word Open XML Document Template", | |
"dox" => "MultiMate Document", | |
"dsc" => "Text Description File", | |
"dsv" => "DeSmuME Save File", | |
"dvi" => "Device Independent Format File", | |
"dwd" => "DavkaWriter File", | |
"dx" => "DEC WPS Plus File", | |
"dxb" => "Duxbury Braille File", | |
"dxp" => "Duxbury Print File", | |
"eio" => "Yozo Office File", | |
"eit" => "Yozo Office Template File", | |
"emf" => "Jasspa MicroEmacs Macro File", | |
"eml" => "E-Mail Message", | |
"emlx" => "Mail Message", | |
"emulecollection" => "eMule Data File", | |
"epp" => "EditPad Pro Project", | |
"err" => "FoxPro Compilation Error", | |
"err" => "Error Log File", | |
"etf" => "ENIGMA Transportable File", | |
"etx" => "Structure Enhanced Text (Setext) File", | |
"euc" => "Extended Unix Code File", | |
"fadein" => "Fade In Document", | |
"fadein.template" => "Fade In Template", | |
"faq" => "Frequently Asked Questions Document", | |
"fbl" => "CADfix Command Level Log File", | |
"fcf" => "Final Draft Converter File", | |
"fdf" => "Acrobat Forms Data Format", | |
"fdr" => "Final Draft Document", | |
"fds" => "Final Draft Secure Copy", | |
"fdt" => "Final Draft 5-7 Template", | |
"fdx" => "Final Draft Document", | |
"fdxt" => "Final Draft 8 Template", | |
"fft" => "Final Form Text File", | |
"flr" => "Flare Decompiled ActionScript File", | |
"fodt" => "OpenDocument Flat XML Document", | |
"fountain" => "Fountain Script File", | |
"fpt" => "FoxPro Table Memo", | |
"frt" => "FoxPro Report Memo", | |
"fwdn" => "fWriter Document", | |
"gdoc" => "Google Drive Document", | |
"gmd" => "GroupMail Message", | |
"gpd" => "Generic Printer Description File", | |
"gpn" => "GlidePlan Map Document", | |
"gsd" => "General Station Description File", | |
"gthr" => "Gather Log File", | |
"gv" => "Graphviz DOT File", | |
"hbk" => "Mathcad Handbook File", | |
"hht" => "Help and Support Center HHT File", | |
"hs" => "Java HelpSet File", | |
"hwp" => "Hangul (Korean) Text Document", | |
"hwp" => "Hanword Document", | |
"hz" => "Chinese (Hanzi) Text", | |
"idx" => "Outlook Express Mailbox Index File", | |
"iil" => "CleanSweep Installation Log", | |
"ipf" => "OS/2 Help File", | |
"ipspot" => "iPhoto Spot File", | |
"jarvis" => "Jarvis Subscriber File", | |
"jis" => "Japanese Industry Standard Text", | |
"joe" => "JOE Document", | |
"jp1" => "Japanese (Romaji) Text File", | |
"jrtf" => "JAmes OS Rich Text File", | |
"kes" => "Kurzweil 3000 Document", | |
"klg" => "KOFIA Log", | |
"klg" => "Log File", | |
"knt" => "KeyNote Note File", | |
"kon" => "Yahoo! Widget XML File", | |
"kwd" => "KWord Document", | |
"latex" => "LaTeX Document", | |
"lbt" => "FoxPro Label Memo", | |
"lis" => "SQR Output File", | |
"lnt" => "Laego Note Taker File", | |
"log" => "Log File", | |
"lp2" => "iLEAP Word Processing Document", | |
"lst" => "Data List", | |
"lst" => "FoxPro Documenting Wizard List", | |
"ltr" => "Letter File", | |
"ltx" => "LaTeX Document", | |
"lue" => "Norton LiveUpdate Log File", | |
"luf" => "Lipikar Uniform Format File", | |
"lwp" => "Lotus Word Pro Document", | |
"lxfml" => "LEGO Digital Designer XML File", | |
"lyt" => "TurboTax Install Log File", | |
"lyx" => "LyX Document", | |
"man" => "Unix Manual", | |
"mbox" => "E-mail Mailbox File", | |
"mcw" => "MacWrite II Document", | |
"md5.txt" => "Message Digest 5 Hash File", | |
"me" => "Readme Text File", | |
"mell" => "Mellel Word Processing File", | |
"mellel" => "Mellel Word Processing Document", | |
"min" => "Mint Source File", | |
"mnt" => "FoxPro Menu Memo", | |
"msg" => "Outlook Mail Message", | |
"mw" => "MacWrite Text Document", | |
"mwd" => "MarinerWrite Document", | |
"mwp" => "Lotus Word Pro SmartMaster File", | |
"nb" => "Nota Bene File", | |
"ndoc" => "Naver Word", | |
"nfo" => "Warez Information File", | |
"ngloss" => "Nisus Writer Glossary", | |
"njx" => "NJStar Document", | |
"notes" => "Memento Notes File", | |
"now" => "Readme File", | |
"nwctxt" => "NoteWorthy Composer Text File", | |
"nwm" => "Nisus Macro", | |
"nwp" => "Now Contact WP Document", | |
"ocr" => "FAXGrapper Fax Text File", | |
"odif" => "Open Document Interchange Format", | |
"odm" => "OpenDocument Master Document", | |
"odo" => "Online Operating System Write Document", | |
"odt" => "OpenDocument Text Document", | |
"ofl" => "Ots File List", | |
"openbsd" => "OpenBSD Readme File", | |
"ort" => "Rich Text Editor Document", | |
"ott" => "OpenDocument Document Template", | |
"p7s" => "Digitally Signed Email Message", | |
"pages" => "Pages Document", | |
"pages-tef" => "Pages iCloud Document", | |
"pfs" => "PhotoFiltre Studio Saved Selection File", | |
"pfx" => "First Choice Word Processing Document", | |
"pjt" => "FoxPro Project Memo", | |
"plantuml" => "PlantUML File", | |
"pmo" => "Pegasus Saved Message File", | |
"prt" => "Crypt Edit Protected Text Format File", | |
"prt" => "Printer Output File", | |
"psw" => "Pocket Word Document", | |
"pu" => "PlantUML File", | |
"pvj" => "ProofVision Job Ticket", | |
"pvm" => "Photo Video Manifest File", | |
"pwd" => "Pocket Word Document", | |
"pwdp" => "Password Pad Document", | |
"pwdpl" => "Password Pad Lite Document", | |
"pwi" => "Pocket Word Document", | |
"pwr" => "PowerWrite Document", | |
"qdl" => "QDL Program", | |
"qpf" => "QuickPad Encrypted Document", | |
"rad" => "Radar ViewPoint Radar Data", | |
"readme" => "Readme File", | |
"rft" => "Revisable Form Text Document", | |
"ris" => "Research Information Systems Citation File", | |
"rpt" => "Generic Report", | |
"rst" => "reStructuredText File", | |
"rtd" => "RagTime Document", | |
"rtf" => "Rich Text Format File", | |
"rtfd" => "Rich Text Format Directory File", | |
"rtx" => "Rich Text Document", | |
"run" => "Runscanner Scan File", | |
"rzk" => "File Crypt Password File", | |
"rzn" => "Red Zion Notes File", | |
"saf" => "SafeText File", | |
"safetext" => "SafeText File", | |
"sam" => "Ami Pro Document", | |
"sam" => "LMHOSTS Sample File", | |
"save" => "Nano Temporary Save File", | |
"scc" => "Scenarist Closed Caption File", | |
"scm" => "Schema File", | |
"scriv" => "Scrivener Document", | |
"scrivx" => "Scrivener XML Document", | |
"sct" => "FoxPro Form Memo", | |
"scw" => "Movie Magic Screenwriter Document", | |
"sdm" => "StarOffice Mail Message", | |
"sdoc" => "Satra Khmer Document", | |
"sdw" => "StarOffice Writer Text Document", | |
"session" => "Mozilla Firefox Session File", | |
"sgm" => "SGML File", | |
"sig" => "Signature File", | |
"skcard" => "Starfish Sidekick Card File", | |
"sla" => "Scribus Document", | |
"sla.gz" => "Scribus Compressed Document", | |
"smf" => "StarMath Formula File", | |
"sms" => "Exported SMS Text Message", | |
"ssa" => "Sub Station Alpha Subtitle File", | |
"story" => "Storyist Document", | |
"strings" => "Text Strings File", | |
"stw" => "StarOffice Document Template", | |
"sty" => "LaTeX Style", | |
"sub" => "Subtitle File", | |
"sublime-project" => "Sublime Text Project File", | |
"sublime-workspace" => "Sublime Text Workspace File", | |
"sxg" => "Apache OpenOffice Master Document", | |
"sxw" => "StarOffice Writer Document", | |
"tab" => "Guitar Tablature File", | |
"tab" => "Tab Separated Data File", | |
"tdf" => "Guide Text Definition File", | |
"tdf" => "Xserve Test Definition File", | |
"template" => "Apple Pages Template", | |
"tex" => "LaTeX Source Document", | |
"text" => "Plain Text File", | |
"textclipping" => "Mac OS X Text Clipping File", | |
"thp" => "TurboTax Text String", | |
"tlb" => "VAX Text Library", | |
"tm" => "TeXmacs Document", | |
"tmd" => "TextMaker Document", | |
"tmv" => "TextMaker Template", | |
"tpc" => "Topic Connection Placeholder", | |
"trelby" => "Trelby File", | |
"tvj" => "TrueView Job Ticket", | |
"txt" => "Plain Text File", | |
"u3i" => "U3 Application Information File", | |
"unauth" => "SiteMinder Unauthorized Message File", | |
"unx" => "Unix Text File", | |
"uof" => "Uniform Office Document", | |
"uot" => "Uniform Office Document", | |
"upd" => "Program Update Information", | |
"utf8" => "Unicode UTF8-Encoded Text Document", | |
"utxt" => "Unicode Text File", | |
"vct" => "Visual Class Library Memo", | |
"vnt" => "Mobile Phone vNote File", | |
"vw" => "Volkswriter Text File", | |
"wbk" => "WordPerfect Workbook", | |
"webdoc" => "Box.net Web Document", | |
"wn" => "WriteNow Text Document", | |
"wp" => "WordPerfect Document", | |
"wp4" => "WordPerfect 4 Document", | |
"wp5" => "WordPerfect 5 Document", | |
"wp6" => "WordPerfect 6 Document", | |
"wp7" => "WordPerfect 7 Document", | |
"wpa" => "ACT! Word Processing Document", | |
"wpd" => "ACT! 2 Word Processing Document", | |
"wpd" => "WordPerfect Document", | |
"wpd" => "602Text Word Processing Document", | |
"wpl" => "DEC WPS Plus Text Document", | |
"wps" => "Microsoft Works Word Processor Document", | |
"wps" => "Kingsoft Writer Document", | |
"wpt" => "WordPerfect Template", | |
"wpt" => "Kingsoft Writer Template", | |
"wpw" => "WP Works Word Processor File", | |
"wri" => "Windows Write Document", | |
"wsd" => "WordStar Document", | |
"wtx" => "Text Document", | |
"xbdoc" => "Xiosis Scribe Document", | |
"xbplate" => "Xiosis Scribe Template", | |
"xdl" => "XML Schema File", | |
"xdl" => "Oracle Expert Definition Language File", | |
"xwp" => "XMLwriter Project", | |
"xwp" => "Crosstalk Session File", | |
"xwp" => "Xerox Writer Text Document", | |
"xy" => "XYWrite Document", | |
"xy3" => "XYWrite III Document", | |
"xyp" => "XYWrite Plus Document", | |
"xyw" => "XYWrite for Windows Document", | |
"zabw" => "Compressed AbiWord Document File", | |
"zrtf" => "Nisus Compressed Rich Text File", | |
"zw" => "Chinese Text File" | |
), 'Settings File' => array( | |
"256" => "Descent 2 Color Palette File", | |
"8st" => "8start Launcher File", | |
"a2m" => "TS-AudioToMIDI Settings File", | |
"a2theme" => "Aston 2 Theme File", | |
"abs" => "Avant Browser Skin File", | |
"abs" => "TurboZIP Auto Compress Script", | |
"acb" => "AutoCAD Color Book File", | |
"acb" => "Adobe Photoshop Color Book File", | |
"acbl" => "Adobe Color Book Legacy File", | |
"acf" => "Adobe Photoshop Custom Filter File", | |
"aco" => "Adobe Photoshop Color Swatch File", | |
"acrobatsecuritysettings" => "Adobe Acrobat Security Settings File", | |
"acrodata" => "Acrobat Data File", | |
"act" => "Adobe Color Table File", | |
"acv" => "Photoshop Curves File", | |
"acw" => "Windows Accessibility Wizard File", | |
"ado" => "Adobe Photoshop Duotone Options File", | |
"adpp" => "Adobe Device Profile Package", | |
"aea" => "Ae Timer Alarm Document", | |
"ahl" => "eMule Metadata File", | |
"ahs" => "Adobe Halftone Screen File", | |
"ahu" => "Adobe Photoshop HSL File", | |
"aia" => "Adobe Illustrator Action File", | |
"ait" => "Adobe Illustrator Template", | |
"aiu" => "Advanced Installer Updates Configuration File", | |
"all" => "Java RMI Policy File", | |
"alv" => "Adobe Photoshop Levels File", | |
"alx" => "BlackBerry Application Loader XML File", | |
"amp" => "Adobe Photoshop Curves Map File", | |
"ams" => "Adobe Monitor Setup file", | |
"antispam5" => "Personal AntiSpam Settings File", | |
"aois" => "CFS Console Add-on Installer Settings File", | |
"aom" => "After Effects Output Module", | |
"api" => "Adobe Photoshop Inks File", | |
"application" => "ClickOnce Deployment Manifest File", | |
"appref-ms" => "Microsoft Application Reference File", | |
"arg" => "AutoCAD Profile", | |
"arl" => "AOL Organizer File", | |
"arp" => "Advanced RAR Password Recovery Setup", | |
"ars" => "After Effects Render Settings File", | |
"ase" => "Adobe Swatch Exchange File", | |
"asef" => "Adobe Swatch Exchange File", | |
"ask" => "Ableton Live Skin File", | |
"asl" => "Photoshop Style", | |
"asp" => "Adobe Color Separation Setup File", | |
"ast" => "Adobe Color Separations Table", | |
"asv" => "Adobe Photoshop Selective Color File", | |
"aswcs" => "Avast! Compressed Skin File", | |
"asws" => "Avast! Skin File", | |
"atc" => "AutoCAD Tool Catalog File", | |
"atf" => "Photoshop Transfer Function File", | |
"ath" => "Alienware AlienFX Theme File", | |
"atn" => "Photoshop Actions File", | |
"atz" => "Aston Compiled Theme", | |
"aux" => "LaTeX Auxiliary File", | |
"ave" => "Avid User File", | |
"avs" => "Adobe Photoshop Variations File", | |
"avs" => "AVS Preset File", | |
"avs" => "Avid Project Preferences File", | |
"awcav" => "ActiveWorlds Custom Avatar File", | |
"aws" => "AutoCAD Work Space File", | |
"axp" => "CDBurnerXP Audio Compilation File", | |
"axt" => "Adobe Photoshop Extract File", | |
"bau" => "Apache OpenOffice AutoText File", | |
"bcmx" => "Business Contact Manager Customization", | |
"bcp" => "BlackMagic Custom Palette", | |
"bcp" => "Batch Compiler Preset File", | |
"bcs" => "Batch Compiler Specification File", | |
"bcs" => "Boland Calibration Settings File", | |
"bgi" => "BgInfo Configuration File", | |
"bin" => "BlackBerry IT Policy File", | |
"bitpim" => "BitPim Configuration File", | |
"bks" => "NTBackup Settings File", | |
"blob" => "Valve Steam Archive", | |
"blt" => "AIM Buddy List", | |
"blw" => "Adobe Photoshop Black and White Presets File", | |
"boot" => "InstallShield Boot File", | |
"brg" => "ProjectWise User Settings File", | |
"bs7" => "Windows 7 Boot Updater Skin", | |
"btsearch" => "BitTorrent Search Engine File", | |
"bxx" => "BS Contact Parameter File", | |
"c2r" => "Windows Media Center Click-To-Record File", | |
"camp" => "WCS Color Appearance Model Profile File", | |
"case" => "SlipCover Case Template", | |
"cdt" => "CorelDRAW Image Template", | |
"cex" => "SolidWorks Enterprise PDM Vault Export File", | |
"cf" => "Sendmail Configuration File", | |
"cfg" => "Citrix Server Connection File", | |
"cfg" => "LightWave Configuration File", | |
"cfg" => "MAME Configuration File", | |
"cfg" => "Celestia Configuration File", | |
"cfg" => "Configuration File", | |
"cgr" => "Quest3D Channel Group File", | |
"cha" => "Photoshop Channel Mixture", | |
"chl" => "WinFast PVR2 Channel List", | |
"chx" => "AutoCAD Standards Check File", | |
"clg" => "Windows Catalog File", | |
"clr" => "CryptLoad Router Information File", | |
"clr" => "Vue Color Maps File", | |
"cm" => "Cable Modem Configuration File", | |
"cmmtheme" => "CleanMyMac Theme File", | |
"cmp" => "Windows Connection Manager Profile", | |
"cnf" => "Telnet Configuration File", | |
"cnf" => "MySQL Configuration File", | |
"colourscheme" => "Speedy Browser Colour Scheme File", | |
"conf" => "Unix Configuration File", | |
"conf" => "Generic Configuration File", | |
"controls" => "OpenBVE Keyboard Shortcuts File", | |
"copreset" => "Capture One Preset File", | |
"cos" => "Capture One Settings File", | |
"costyle" => "Capture One Style File", | |
"cpf" => "Cab Provisioning Format File", | |
"cpg" => "ESRI Code Page File", | |
"cpr" => "Adobe Captivate Preferences File", | |
"cpx" => "Oracle ADF Binding Context File", | |
"csaplan" => "SPSS Analysis Plan File", | |
"csf" => "Adobe Color Settings File", | |
"cskin" => "CD Art Display Skin File", | |
"csplan" => "SPSS Sampling Plan File", | |
"cst" => "Canvas Custom Set File", | |
"ctb" => "AutoCAD Color-Based Plot Style File", | |
"ctbodyfitting" => "CrazyTalk Animator Actor Fitting File", | |
"cui" => "Autodesk Custom Workspace File", | |
"cuix" => "AutoCAD Custom User Interface File", | |
"cus" => "AutoCAD Custom Dictionary File", | |
"cva" => "HP Systems Software Manager Information File", | |
"cwf" => "CorelDRAW Workspace File", | |
"cyberducklicense" => "Cyberduck Donation Key", | |
"cyberduckprofile" => "Cyberduck Connection Profile", | |
"dbb" => "Skype User Information File", | |
"dbg" => "FoxPro Debugger Configuration", | |
"dcl" => "AutoCAD Dialog Definition File", | |
"dcp" => "Adobe DNG Camera Profile", | |
"dcst" => "Adobe InDesign Document Presets File", | |
"ddf" => "Diamond Directive File", | |
"dicproof" => "Microsoft Dictionary Proofing File", | |
"dinfo" => "DivX Temporary Video Info File", | |
"directory" => "KDE Folder View Properties File", | |
"dolphinview" => "Dolphin Folder View Settings File", | |
"downloadhost" => "MSN Download Settings File", | |
"dps" => "DivX Player 2 Skin File", | |
"dpv" => "Siemens NX Drafting Standard File", | |
"drm" => "Cubase Drum Map File", | |
"ds_store" => "Mac OS X Folder Settings File", | |
"dsd" => "AutoCAD Drawing Set Description File", | |
"dsw" => "Visual C++ 6 Workspace File", | |
"dsx" => "DAZ Studio XML File", | |
"duck" => "Cyberduck Bookmark", | |
"dun" => "Dial Up Network File", | |
"dxls" => "DashXL Skin Set File", | |
"dxp" => "Dexpot Profile File", | |
"eap" => "Adobe Photoshop Exposure File", | |
"eftx" => "Office 2007 Theme Effect File", | |
"elm" => "Office Theme File", | |
"enp" => "EndNote Preferences File", | |
"ens" => "EndNote Style File", | |
"env" => "WordPerfect Environment", | |
"env" => "Vue Environment File", | |
"enz" => "EndNote Connection File", | |
"epr" => "Photoshop AME Preset File", | |
"eqf" => "Winamp Equalizer Preset File", | |
"eql" => "MathType Settings", | |
"eqp" => "MathType Preferences", | |
"etff" => "Encrypt4all Theme File", | |
"eum" => "Enterprise User Monitor Configuration File", | |
"ev3" => "Everlock Options File", | |
"example" => "Example Configuration File", | |
"exe4j" => "Exe4j Configuration File", | |
"exp" => "SonicWALL Preference File", | |
"exportedui" => "Microsoft Office Exported UI Customization File", | |
"fan" => "Finale Font Annotation File", | |
"fat" => "Zinf Theme File", | |
"favoritemetadata" => "Transmit Favorites Data File", | |
"fbt" => "ABBYY FineReader Document Options File", | |
"fc" => "FirstClass Settings File", | |
"fcc" => "Forms Credential Collector File", | |
"fd" => "LaTeX Font Definition File", | |
"fdc" => "AutoCAD Field Catalog File", | |
"fev" => "FLAMES Environment Variable File", | |
"ffx" => "After Effects Preset File", | |
"flst" => "Adobe InDesign Flattener Presets File", | |
"flt" => "Vue Filters File", | |
"fm3" => "Lotus 1-2-3 Spreadsheet Format File", | |
"fmod" => "Adobe Illustrator Flattening Module", | |
"fmp" => "AutoCAD Font Map File", | |
"fmt" => "FoxPro Format File", | |
"fnc" => "Frogans Player Network Certificate", | |
"frames" => "xScope Frames File", | |
"frc" => "Mandelbrot Explorer Color Settings File", | |
"frr" => "Mandelbrot Explorer Fractal Region Settings File", | |
"ft" => "Edgecam Feature Template", | |
"fth" => "FileMaker Theme File", | |
"fth" => "Foobar2000 Theme File", | |
"ftpquota" => "Ftpquota File", | |
"fwt" => "FacetWin Configuration File", | |
"gcsx" => "Microsoft Office SmartArt Color File", | |
"gdiagramstyle" => "OmniGraffle Diagram Style File", | |
"gid" => "Windows Help Global Index File", | |
"gin" => "GEMS Engine Control Unit File", | |
"gps" => "GenePix Settings File", | |
"gps" => "GOM Player Skin File", | |
"gqsx" => "Microsoft Office SmartArt Styles File", | |
"grd" => "Photoshop Gradient File", | |
"growlticket" => "Growl Notification File", | |
"gtkrc" => "GTK+ Theme File", | |
"gtp" => "GNOME Theme Package File", | |
"gvimrc" => "GVim Runtime Configuration File", | |
"gws" => "GeoMedia GeoWorkspace File", | |
"gxt" => "Grand Theft Auto Text File", | |
"hdt" => "Photoshop HDR Toning Preset File", | |
"hid" => "Sony Ericsson Remote Settings File", | |
"hme" => "Windows Mobile Theme File", | |
"ht" => "HyperTerminal Session File", | |
"iaf" => "Outlook Internet Account File", | |
"ica" => "Citrix ICA File", | |
"icc" => "ICC Profile", | |
"icd" => "Installable Client Driver File", | |
"icm" => "Image Color Matching Profile", | |
"icst" => "InCopy Document Preset File", | |
"icursorfx" => "iCursor Effect File", | |
"iddx" => "Static Default File", | |
"idf" => "MIDI Instrument Definition File", | |
"idpp" => "Adobe InDesign Preflight Profile", | |
"igr" => "Quest3D Channel Group Layout File", | |
"ihw" => "IN-HEH Timeline Workspace", | |
"iip" => "ThinAnywhere Configuration File", | |
"iip" => "Install Creator Pro Project File", | |
"iit" => "Install Creator Project File", | |
"ikf" => "INTUS Keyboard File", | |
"ikmp" => "IK Multimedia Preset FIle", | |
"immodules" => "GTK+ Module File", | |
"inf" => "Setup Information File", | |
"ini" => "Gravis UltraSound Bank Setup File", | |
"ini" => "Symbian OS Configuration File", | |
"ini" => "Windows Initialization File", | |
"inms" => "Adobe InDesign Menu Set File", | |
"ins" => "Internet Settings File", | |
"ipcc" => "iPhone Carrier Bundle", | |
"iros" => "Adobe Save For Web Settings File", | |
"irs" => "Adobe Save For Web Settings", | |
"isp" => "IIS Internet Service Provider Settings", | |
"iss" => "Inno Setup Script", | |
"iss" => "InstallShield Silent Response File", | |
"itt" => "IconTweaker Theme File", | |
"ix" => "dtSearch Index File", | |
"jdf" => "Adobe Acrobat Job Definition File", | |
"jkm" => "JAWS Key Map File", | |
"joy" => "CryENGINE Facial Editor Joystick File", | |
"jsf" => "Project64 Joystick File", | |
"jws" => "Java Workspace Settings File", | |
"kbd" => "3ds Max Keyboard Shortcuts File", | |
"kds" => "KD Player Skin File", | |
"key" => "Keyboard Definition File", | |
"ksf" => "KMPlayer Skin File", | |
"kyb" => "Keyboard Layout", | |
"kys" => "Adobe Photoshop Keyboard Shortcuts File", | |
"l4d" => "Cinema 4D Layout File", | |
"lang" => "Skype Language File", | |
"lay" => "MAME Layout File", | |
"lay" => "Rhino 3D Layer State File", | |
"layout" => "Code::Blocks Workspace Layout File", | |
"lbu" => "Cloaked Affiliate Link Builder Settings File", | |
"lcc" => "Capture One Lens Cast Correction File", | |
"lfo" => "Alchemy Low Frequency Oscillator Presets File", | |
"lgt" => "Let's Go! Theme File", | |
"lily" => "PCSX2 LilyPad Configuration File", | |
"lnst" => "Adobe InDesign Line Presets File", | |
"loaders" => "GTK+ Loaders File", | |
"look" => "SpeedGrade Look File", | |
"lop" => "MasterCook Layout File", | |
"lrsmcol" => "Photoshop Lightroom Smart Collection Settings File", | |
"lrtemplate" => "Adobe Photoshop Lightroom Template", | |
"lva" => "Logitech Video Effects Avatar File", | |
"lvf" => "Logitech Video Effects File", | |
"lxcp" => "LCARS x32 Color Profile", | |
"lxsopt" => "Liquid XML Studio Project Options File", | |
"lyt" => "Xcalibur Layout File", | |
"lyt" => "vanBacsco's Karaoke Player Skin File", | |
"m2s" => "Maxthon 2 Browser Skin File", | |
"mailhost" => "MSN Mailhost Settings File", | |
"make" => "Drush Makefile", | |
"mal" => "MadAppLauncher Configuration File", | |
"mask" => "SpeedGrade Color Mask File", | |
"material" => "Rigs of Rods Texture Reference File", | |
"mcl" => "Windows Media Center Link File", | |
"mcw" => "Monitor Calibration Wizard File", | |
"mdp" => "Visual C++ 5 Workspace File", | |
"mgk" => "ImageMagick Configuration File", | |
"mgm" => "MGCSoft Equation Illustrator Macro", | |
"mgtheme" => "MacGourmet Theme File", | |
"mlk" => "MasterCook Look File", | |
"mmdc" => "MediaMonkey Device Configuration File", | |
"mmp" => "Symbian Project Specification File", | |
"mns" => "AutoCAD Interface Settings File", | |
"mnu" => "Adobe Photoshop Menu Customization File", | |
"mnu" => "AutoCAD Interface Layout File", | |
"mnu" => "TomTom Menu File", | |
"mof" => "Managed Object Format File", | |
"mpdconf" => "Music Player Daemon File", | |
"mpw" => "Microsoft Project Workspace File", | |
"msf" => "Miranda IM Skin File", | |
"mskn" => "MediaMonkey Skin File", | |
"msm" => "Windows Installer Merge Module", | |
"msn" => "Host Blocking File", | |
"mst" => "Windows Installer Setup Transform File", | |
"mst" => "Corel Presentations Master Template File", | |
"msw" => "Painter Color Mixer Swatches File", | |
"mtf" => "Motorola Theme File", | |
"mxcs" => "Mandelbrot Explorer Color Scheme File", | |
"mxfr" => "Mandelbrot Explorer Fractal Region File", | |
"mxs" => "Painter Color Mixer Pad File", | |
"mxskin" => "Maxthon Skin File", | |
"mycolors" => "Stardock MyColors Theme File", | |
"ncfg" => "ArcGIS Explorer Configuration File", | |
"nd" => "QuickBooks Network Data File", | |
"ndc" => "Personal Communications Settings File", | |
"nji" => "Nero Job Information File", | |
"nkp" => "Kontakt Presets File", | |
"npfx" => "Norton Internet Security Firewall Settings File", | |
"ntc" => "Camera Control Pro Custom Curves File", | |
"nts" => "Lotus Notes Traveler Server Config File", | |
"nvc" => "Nikon Vignette Correction File", | |
"nwv" => "Dragon NaturallySpeaking User Archive", | |
"obi" => "Outlook RSS Subscription File", | |
"obt" => "Openbox Theme File", | |
"oce" => "Open Catalog Extension Connection File", | |
"odc" => "Office Data Connection File", | |
"oem" => "OEM Setup File", | |
"officeui" => "Microsoft Office UI Customization File", | |
"olk14pref" => "Outlook Preferences File", | |
"onetoc2" => "Microsoft OneNote Table of Contents File", | |
"ops" => "Office Profile Settings File", | |
"opt" => "Options File", | |
"options" => "SE-SOFT Configuration File", | |
"opts" => "Linux Configuration Options File", | |
"osdx" => "Search Connector Description File", | |
"oss" => "Microsoft Outlook Saved Search File", | |
"otz" => "OpenLP Theme File", | |
"ovpn" => "OpenVPN Configuration File", | |
"p2m" => "PhotoWorks Appearance File", | |
"p3e" => "Photoshop Repousse Settings File", | |
"pal" => "Painter Custom Palettes File", | |
"papers" => "Corel Painter Paper Texture File", | |
"pc3" => "AutoCAD Plotter Configuration File", | |
"pctl" => "Kaspersky Parental Control Settings File", | |
"pdfs" => "Adobe PDF Presets File", | |
"pen" => "Paint Shop Pro Pen Preset File", | |
"perfmoncfg" => "Performance Monitor Configuration File", | |
"pgp" => "AutoCAD Program Parameters File", | |
"ph" => "AOL Phone Home Settings File", | |
"phb" => "PhtotoBase Album File", | |
"pie" => "GlovePIE Controller Script", | |
"pio" => "Pro Tools I/O Settings File", | |
"pip" => "Office Personalized Settings File", | |
"pkg" => "Symbian Package File", | |
"plist" => "Mac OS X Property List File", | |
"pls" => "PicoLog Settings File", | |
"pmc" => "Performance Monitor Counter File", | |
"pmj" => "Pegasus Mail Configuration File", | |
"pml" => "Pyre Properties File", | |
"pmp" => "AutoCAD Plot Model Parameter File", | |
"pq" => "Picturesque Preset", | |
"pra" => "Windows Media 9 Plug-in Profile File", | |
"pref" => "Preferences File", | |
"pref" => "Macintosh Preferences File", | |
"prf" => "FileNet eForms Form Preferences File", | |
"prf" => "ClarisWorks Preference File", | |
"prf" => "QuarkXPress Preferences File", | |
"prf" => "Director Preferences File", | |
"prf" => "Outlook Profile File", | |
"prfpset" => "Premiere Pro Effect Preset File", | |
"prm" => "Parameter File", | |
"profile" => "Citrix Application Profile", | |
"profimail" => "ProfiMail Settings File", | |
"propdesc" => "Property Description", | |
"properties" => "Java Properties File", | |
"props" => "Visual Studio Project Property File", | |
"prs" => "Batch & Print Pro Printer Settings File", | |
"prst" => "Adobe InDesign Printer Presets File", | |
"prx" => "Windows Media Profile File", | |
"ps1xml" => "Windows PowerShell Display Configuration File", | |
"psc1" => "Windows PowerShell Console File", | |
"psf" => "Photoshop Proof Settings File", | |
"psp" => "Photoshop Preferences File", | |
"psy" => "The Psychedelic Screen Saver Settings File", | |
"ptf" => "PSP Theme File", | |
"ptg" => "PowerTeacher Gradebook Configuration File", | |
"ptp" => "Pro Tools Preferences File", | |
"pvs" => "Parallels Desktop Configuration File", | |
"pws" => "Painter Workspace File", | |
"pxb" => "Pixelmator Brush File", | |
"pxg" => "Pixelmator Gradient File", | |
"pxip" => "Pixelmator Image Preset", | |
"pxls" => "Pixelmator Style File", | |
"pxs" => "Pixelmator Shape File", | |
"q2d" => "Quick 3D Cover Design File", | |
"qat" => "Microsoft Office Quick Access Toolbar File", | |
"qf" => "Nokia Maps Version File", | |
"qpx" => "Quattro Pro QuickColumn Settings File", | |
"qrc" => "Qt Resource Collection File", | |
"qss" => "Qt Style Sheet", | |
"qtp" => "QuickTime Preferences File", | |
"qvpp" => "QlikView Extension Properties Page File", | |
"qvt" => "QlikView Theme File", | |
"rad" => "Citrix Rapid Application Delivery File", | |
"raskinplace" => "Raskin Place Layout File", | |
"rb" => "Rosebud Profile", | |
"rb4" => "RobotWorks Parameters File", | |
"rcf" => "SonicWALL VPN Configuration File", | |
"rct" => "Visual Studio Resource Template", | |
"rdf" => "Resource Description Framework File", | |
"rdi" => "Red Dragon ISecure Settings File", | |
"rdo" => "Xerox Rawster Document Object File", | |
"rdp" => "Remote Desktop Configuration File", | |
"reg" => "Registration Information File", | |
"res" => "Valve Steam Skin Resource File", | |
"resmoncfg" => "Resource Monitor Configuration File", | |
"rfq" => "RoboForm SearchCard File", | |
"rll" => "Microsoft Resource Library", | |
"rml" => "FTG Configuration File", | |
"rms" => "Java Application Settings File", | |
"rmskin" => "Rainmeter Skin File", | |
"rnx" => "RealPlayer Settings File", | |
"rpb" => "Radmin Phonebook File", | |
"rpk" => "RadLight Media Player Skin", | |
"rps" => "3ds Max Render Preset Settings", | |
"rrr" => "Rhapzodé Resource Repository", | |
"rts" => "Royal TS Remote Connection File", | |
"ruleset" => "Visual Studio Code Analysis Rule Set File", | |
"rwstyle" => "RapidWeaver Style File", | |
"s2ml" => "StarCraft 2 Map Localization File", | |
"s2qh" => "StarCraft 2 Localization Header File", | |
"s2ql" => "StarCraft 2 Unit Localization File", | |
"sbv" => "YouTube Captions File", | |
"sbx" => "Adobe Illustrator Tsume File", | |
"scacfg" => "SuperCard Application Configuration File", | |
"sch" => "Strater Scheme File", | |
"sconf" => "Script Settings File", | |
"scpcfg" => "SuperCard Project Configuration File", | |
"securitysettings" => "Alpha Five Security Settings File", | |
"sed" => "IExpress Self Extraction Directive File", | |
"seestyle" => "Coda Style Sheet File", | |
"sequ" => "Adobe Acrobat Sequence File", | |
"set" => "Document Library Property Set File", | |
"set" => "Settings File", | |
"settingcontent-ms" => "Windows Settings File", | |
"settings" => "Visual Studio Settings File", | |
"sfo" => "CuteFTP Search File", | |
"sgt" => "SPSS Chart Template", | |
"shh" => "Adobe Photoshop Shadow/Highlight Settings file", | |
"sif" => "Windows Setup Information File", | |
"ski" => "Motorola Phone Skin File", | |
"skin" => "InstallShield Skin File", | |
"skin" => "ASP.NET Skin File", | |
"skn" => "Symbian OS Skin File", | |
"skn" => "Avant Browser Skin File", | |
"skz" => "SuperKaramba Theme", | |
"sl" => "Software License File", | |
"slt" => "Mozilla User Profile Folder", | |
"smt" => "Samsung Theme File", | |
"snx" => "PISnoop Workspace File", | |
"sol" => "Flash Local Shared Object File", | |
"spf" => "SlingPlayer Favorites File", | |
"spfx" => "Squeeze Presets File", | |
"spj" => "SPSS Production Job File", | |
"sqd" => "Configuration Settings File", | |
"srf" => "Steinberg Resource File", | |
"srs" => "Outlook Send/Receive Settings File", | |
"sscs" => "Saropa Smart Copy Script", | |
"ssis" => "ProReveal Settings File", | |
"ssl" => "Sunlight ScanLibrary File", | |
"ssl2" => "Sunlight ScanLibrary 2 File", | |
"sss" => "Coda Style Sheet File", | |
"sss" => "WindowBlinds Substyle File", | |
"startupinfo" => "E-Prime 2.0 Startup Info File", | |
"stb" => "AutoCAD Plot Style Table File", | |
"stc" => "Siemens Theme File", | |
"ste" => "Dreamweaver Site Settings File", | |
"stf" => "Microsoft Setup Table File", | |
"stfx" => "SampleTank 2 Effects Settings File", | |
"stip" => "SampleTank 2 User Preset Instrument", | |
"storyisttheme" => "Storyist Application Theme File", | |
"stt" => "SPSS Table Template", | |
"sty" => "Aegisub Subtitle Styles File", | |
"style" => "SketchUp Style", | |
"sw2" => "Softwrap License File", | |
"sz" => "Winamp Classic Skin Download", | |
"t3d" => "TicTacTi Advertisement Definition File", | |
"tdf" => "Title Definition Format File", | |
"terminal" => "Terminal Settings File", | |
"tgw" => "Terragen World File", | |
"the" => "Microsoft Plus! Theme File", | |
"theme" => "GTK Theme Index File", | |
"theme" => "Comodo Theme File", | |
"themepack" => "Windows 7 Theme Pack", | |
"thmx" => "Office 2007 Theme File", | |
"tll" => "LG TV Link-Loader File", | |
"tlo" => "SPSS TableLooks File", | |
"tmtheme" => "TextMate Theme File", | |
"tpark" => "ThemePark Project File", | |
"tpf" => "SPSS Text Wizard Document", | |
"tpl" => "Adobe Photoshop Tool Presets File", | |
"tpl" => "TatukGIS Editor Print Template File", | |
"trx" => "PASSOLO Translation List File", | |
"tsi" => "Traktor Settings File", | |
"tsk" => "Pocket PC Skin", | |
"tsm" => "TwinCAT System Manager Configuration File", | |
"tst" => "TagScanner Text Transform Script", | |
"tsz" => "Trillian Skin File", | |
"tts" => "ToolBook Translation System File", | |
"twc" => "TTWin Configuration File", | |
"typeit4me" => "TypeIt4Me Clippings File", | |
"uct" => "UC Browser Theme File", | |
"udcx" => "Universal Data Connection File", | |
"uis" => "WindowBlinds User Interface Specification", | |
"upf" => "MicroStation User Preferences File", | |
"user" => "Visual Studio Project User Options File", | |
"userprofile" => "Norton Antivirus User Profile File", | |
"usf" => "EVGA Precision X Skin File", | |
"utz" => "UIQ Theme Package", | |
"vbox" => "Oracle VM VirtualBox Settings File", | |
"vbx6settings" => "VirusBarrier X6 Settings File", | |
"vcpref" => "Norton Antivirus Preferences File", | |
"vcw" => "eMbedded Visual C++ Workspace File", | |
"vegaswindowlayout" => "Sony Vegas Window Layout File", | |
"vim" => "Vim Settings File", | |
"vimrc" => "Vim Runtime Configuration File", | |
"vlt" => "VLC Media Player Skin File", | |
"vmac" => "VMware Configuration File", | |
"vmba" => "VMware Configuration File", | |
"vmc" => "Windows Virtual Machine Configuration File", | |
"vmcx" => "Virtual Machine Shell Information File", | |
"vmpl" => "VMware Policy File", | |
"vmt" => "VMware Configuration File", | |
"vmtm" => "VMware Team Data File", | |
"vmx" => "Cubase Mixer Settings File", | |
"vmx" => "VMware Configuration File", | |
"vmxf" => "VMware Team Member File", | |
"vnc" => "VNC Configuration File", | |
"vni" => "Dell Webcam Central Application Configuration File", | |
"vph" => "VirtualPhotographer Custom Settings", | |
"vps" => "Virtual CD Copy Template", | |
"vqc" => "Virtual CD Quick Copy File", | |
"vsprops" => "Visual Studio Project Property File", | |
"vssettings" => "Visual Studio Settings File", | |
"vsw" => "Visio Workspace File", | |
"vue" => "FoxPro 2.x View Settings", | |
"wcx" => "RemoteApp and Desktop Connections Configuration File", | |
"wcz" => "Chameleon Clock Wallpaper File", | |
"wfc" => "Windows Wireless Network Settings File", | |
"wms" => "Windows Media Skin", | |
"wmz" => "Compressed Windows Media Player Skin", | |
"work" => "Bibble Work Queue File", | |
"workspace" => "Adobe Bridge Workspace File", | |
"wpp" => "WordPerfect Color Palette", | |
"wps" => "Translator's Workbench Project File", | |
"wzconfig" => "WinZip Configuration File", | |
"x4k" => "XML4King Configuration File", | |
"xcu" => "OpenOffice.org Configuration File", | |
"xdr" => "XML-Data Reduced File", | |
"xem" => "eManager Metered Units", | |
"xep" => "eManager File Packaging Information", | |
"xes" => "eManager Skins Definition", | |
"xet" => "eManager Process Definition", | |
"xev" => "eManager Auto-Update File", | |
"xgs" => "XACT Global Settings File", | |
"xlb" => "OpenOffice.org Module Information File", | |
"xlb" => "Excel Toolbars File", | |
"xpaddercontroller" => "Xpadder Controller Profile", | |
"xpl" => "LcdStudio Playlist File", | |
"xst" => "WebSphere Query Template", | |
"xtp" => "AutoCAD Exported Tool Palettes File", | |
"xtreme" => "Winstep Xtreme Theme Pack", | |
"xui" => "Xbox 360 User Interface File", | |
"xur" => "Xbox 360 Binary User Interface File", | |
"xvm" => "VMware Console Configuration File", | |
"xwk" => "Crosstalk Communicator Keyboard Mapping File", | |
"zap" => "Zero Administration Package File", | |
"zon" => "OmniPage Zone Template File", | |
"zon" => "Collection Building Custom Zone File", | |
"zpf" => "Form•Z Preferences File", | |
"zpi" => "PDF Converter Index File", | |
"zvt" => "Photoshop Zoomify Preset File" | |
), 'Executable' => array( | |
"0xe" => "F-Secure Renamed Virus File", | |
"73k" => "TI-73 Application", | |
"89k" => "TI-89 Application", | |
"a6p" => "Authorware 6 Program", | |
"ac" => "Autoconf Script", | |
"acc" => "GEM Accessory File", | |
"acr" => "ACRobot Script", | |
"action" => "Automator Action", | |
"actm" => "AutoCAD Action Macro File", | |
"ahk" => "AutoHotkey Script", | |
"air" => "Adobe AIR Installation Package", | |
"apk" => "Android Package File", | |
"app" => "Symbian OS Application", | |
"app" => "Mac OS X Application", | |
"app" => "FoxPro Generated Application", | |
"applescript" => "AppleScript File", | |
"arscript" => "ArtRage Script", | |
"asb" => "Alphacam Stone VB Macro File", | |
"azw2" => "Kindle Active Content App File", | |
"ba_" => "Renamed BAT File", | |
"bat" => "DOS Batch File", | |
"beam" => "Compiled Erlang File", | |
"bin" => "Generic Binary Executable File", | |
"bin" => "Unix Executable File", | |
"btm" => "4DOS Batch File", | |
"caction" => "Automator Converter Action", | |
"cel" => "Celestia Script File", | |
"celx" => "Celestia Script", | |
"cgi" => "Common Gateway Interface Script", | |
"cmd" => "Windows Command File", | |
"cof" => "MPLAB COFF File", | |
"coffee" => "CoffeeScript JavaScript File", | |
"com" => "DOS Command File", | |
"command" => "Terminal Command File", | |
"csh" => "C Shell Script", | |
"cyw" => "Rbot.CYW Worm File", | |
"dek" => "Eavesdropper Batch File", | |
"dld" => "EdLog Compiled Program", | |
"dmc" => "Medical Manager Script", | |
"ds" => "TWAIN Data Source", | |
"dxl" => "Rational DOORS Script", | |
"e_e" => "Renamed EXE File", | |
"ear" => "Java Enterprise Archive File", | |
"ebm" => "EXTRA! Basic Macro", | |
"ebs" => "E-Run 1.x Script", | |
"ebs2" => "E-Run 2.0 Script File", | |
"ecf" => "SageCRM Component File", | |
"eham" => "ExtraHAM Executable File", | |
"elf" => "Nintendo Wii Game File", | |
"es" => "SageCRM Script File", | |
"esh" => "Extended Shell Batch File", | |
"ex4" => "MetaTrader Program File", | |
"ex_" => "Compressed Executable File", | |
"ex_" => "Renamed Windows Executable File", | |
"exe" => "Windows Executable File", | |
"exe" => "PortableApps.com Application", | |
"exe1" => "Renamed EXE File", | |
"exopc" => "ExoPC Application", | |
"ezs" => "EZ-R Stats Batch Script", | |
"ezt" => "EZT Malicious Worm File", | |
"fas" => "QuickSilver Fast Save Lisp File", | |
"fas" => "Compiled Fast-Load AutoLISP File", | |
"fky" => "FoxPro Macro", | |
"fpi" => "FPS Creator Intelligence Script", | |
"frs" => "Flash Renamer Script", | |
"fxp" => "FoxPro Compiled Program", | |
"gadget" => "Windows Gadget", | |
"gpe" => "GP2X Video Game", | |
"gpu" => "GP2X Utility Program", | |
"gs" => "Geosoft Script", | |
"ham" => "HAM Executable File", | |
"hms" => "HostMonitor Script File", | |
"hpf" => "HP9100A Program File", | |
"hta" => "HTML Application", | |
"icd" => "SafeDisc Encrypted Program", | |
"iim" => "iMacro Macro File", | |
"ipa" => "iOS Application", | |
"ipf" => "SMS Installer Script", | |
"isu" => "InstallShield Uninstaller Script", | |
"ita" => "VTech InnoTab Application File", | |
"jar" => "Java Archive File", | |
"js" => "JScript Executable Script", | |
"jse" => "JScript Encoded File", | |
"jsx" => "ExtendScript Script File", | |
"kix" => "KiXtart Script File", | |
"ksh" => "Unix Korn Shell Script", | |
"lo" => "Interleaf Compiled Lisp File", | |
"ls" => "LightWave LScript File", | |
"m3g" => "Mobile 3D Graphics Program", | |
"mam" => "Microsoft Access Macro", | |
"mcr" => "3ds Max Macroscript File", | |
"mcr" => "Tecplot Macro", | |
"mel" => "Maya Embedded Language File", | |
"mem" => "Macro Editor Macro", | |
"mio" => "MioEngine Application File", | |
"mpx" => "FoxPro Compiled Menu Program", | |
"mrc" => "mIRC Script File", | |
"mrp" => "Mobile Application File", | |
"ms" => "3ds Max Script File", | |
"ms" => "Maxwell Script", | |
"msl" => "Magick Scripting Language File", | |
"mxe" => "Macro Express Playable Macro", | |
"n" => "Neko Bytecode File", | |
"nexe" => "Chrome Native Client Executable", | |
"ore" => "Ore Executable File", | |
"osx" => "PowerPC Executable File", | |
"otm" => "Outlook Macro File", | |
"out" => "Compiled Executable File", | |
"paf" => "Portable Application Installer File", | |
"paf.exe" => "PortableApps.com Program File", | |
"pex" => "ProBoard Executable File", | |
"phar" => "PHP Archive", | |
"pif" => "Program Information File", | |
"plsc" => "Messenger Plus! Live Script File", | |
"plx" => "Perl Executable File", | |
"prc" => "Palm Resource Code File", | |
"prg" => "Program File", | |
"prg" => "GEM Application", | |
"ps1" => "Windows PowerShell Cmdlet File", | |
"pvd" => "Instalit Script", | |
"pwc" => "PictureTaker File", | |
"pyc" => "Python Compiled File", | |
"pyo" => "Python Optimized Code", | |
"qit" => "QIT Trojan Horse File", | |
"qpx" => "FoxPro Compiled Query Program", | |
"rbx" => "Rembo-C Compiled Script", | |
"rfu" => "Remote Firmware Update", | |
"rgs" => "Registry Script", | |
"rox" => "Actuate Report Object Executable File", | |
"rpj" => "Real Pac Batch Job File", | |
"run" => "Linux Executable File", | |
"rxe" => "Lego Mindstorms NXT Executable Program", | |
"s2a" => "SEAL2 Application", | |
"sbs" => "SPSS Script", | |
"sca" => "Scala Script File", | |
"scar" => "SCAR Script", | |
"scb" => "Scala Published Script", | |
"scpt" => "AppleScript Script File", | |
"scptd" => "AppleScript Script Bundle", | |
"scr" => "Script File", | |
"script" => "Generic Script File", | |
"sct" => "Windows Scriptlet", | |
"seed" => "Linux Preseed File", | |
"shb" => "Windows Document Shortcut", | |
"smm" => "Ami Pro Macro", | |
"spr" => "FoxPro Generated Screen File", | |
"tcp" => "Tally Compiled Program File", | |
"thm" => "Thermwood Macro File", | |
"tms" => "Telemate Script", | |
"u3p" => "U3 Smart Application", | |
"udf" => "Excel User Defined Function", | |
"upx" => "Ultimate Packer for eXecutables File", | |
"vb" => "VBScript File", | |
"vbe" => "VBScript Encoded Script File", | |
"vbs" => "VBScript File", | |
"vbscript" => "Visual Basic Script", | |
"vdo" => "Heathen Virus File", | |
"vexe" => "Virus Executable File", | |
"vlx" => "Compiled AutoLISP File", | |
"vpm" => "Vox Proxy Macro File", | |
"vxp" => "Mobile Application File", | |
"wcm" => "WordPerfect Macro", | |
"widget" => "Yahoo! Widget", | |
"widget" => "Microsoft Windows Mobile Widget", | |
"wiz" => "Microsoft Wizard File", | |
"workflow" => "Automator Workflow", | |
"wpk" => "WordPerfect Macro", | |
"wpm" => "WordPerfect Macro File", | |
"ws" => "Windows Script", | |
"wsf" => "Windows Script File", | |
"wsh" => "Windows Script Host Settings", | |
"x86" => "Linux Executable File", | |
"xap" => "Silverlight Application Package", | |
"xbap" => "XAML Browser Application File", | |
"xlm" => "Excel Macro", | |
"xqt" => "SuperCalc Macro File", | |
"xys" => "XYplorer Script File", | |
"zl9" => "ZoneAlarm Quarantined EXE File" | |
), 'Database' => array( | |
'$er' => "GroupWise Database", | |
"4dd" => "4th Dimension Database Data File", | |
"4dl" => "4th Dimension Database Log File", | |
"^^^" => "Pervasive.SQL Database File", | |
"abcddb" => "Apple Address Book Contact List", | |
"abs" => "Absolute Database File", | |
"abx" => "WordPerfect Address Book", | |
"accdb" => "Access 2007 Database File", | |
"accdc" => "Microsoft Access Signed Package", | |
"accde" => "Access Execute Only Database", | |
"accdr" => "Access Runtime Application", | |
"accdt" => "Microsoft Access Database Template", | |
"accdw" => "Microsoft Access Database Link File", | |
"accft" => "Microsoft Access Data Type Template", | |
"adb" => "Alpha Five Database File", | |
"adb" => "Ability Database File", | |
"ade" => "Access Project Extension", | |
"adf" => "ACT! Data File", | |
"adn" => "Access Blank Project Template", | |
"adp" => "Access Project", | |
"alf" => "ACT! Lookup File", | |
"ask" => "askSam Database", | |
"btr" => "Btrieve Database File", | |
"cat" => "Advanced Disk Catalog Database", | |
"cdb" => "Pocket Access Database", | |
"cdb" => "CardScan Contacts Database", | |
"cdb" => "Symbian Phonebook Database", | |
"ckp" => "SQL Server Checkpoint File", | |
"cma" => "TM1 Exported Cube File", | |
"cpd" => "RoboHelp Cache Project Database", | |
"daconnections" => "RemObjects Data Abstract Connections File", | |
"dacpac" => "SQL Server Data Tier Application Package", | |
"dad" => "RemObjects Data Abstract Driver File", | |
"dadiagrams" => "RemObjects Data Abstract Data Diagrams File", | |
"daschema" => "RemObjects Data Abstract Schema File", | |
"db" => "Mobile Device Database File", | |
"db" => "Database File", | |
"db-shm" => "SQLite Database Shared Memory File", | |
"db-wal" => "SQLite Database Write-Ahead Log File", | |
"db2" => "dBASE II Database", | |
"db3" => "SQLite Database File", | |
"dbc" => "FoxPro Database", | |
"dbf" => "Database File", | |
"dbs" => "SQLBase Database File", | |
"dbt" => "Database Text File", | |
"dbv" => "Database Variable Field", | |
"dbx" => "Visual FoxPro Table", | |
"dcb" => "Concordance Database File", | |
"dct" => "FoxPro Database Memo", | |
"dcx" => "FoxPro Database Index", | |
"ddl" => "Data Definition Language File", | |
"dp1" => "DataPower Database File", | |
"dqy" => "Excel Query File", | |
"dsk" => "Simple IDs Database", | |
"dsn" => "Database Source Name File", | |
"dtsx" => "DTS Settings File", | |
"dxl" => "Domino XML Language File", | |
"eco" => "ECCO Database File", | |
"ecx" => "ECCO Corrupted Database File", | |
"edb" => "Exchange Information Store Database", | |
"fcd" => "First Choice Database", | |
"fdb" => "Microsoft Dynamics NAV Database File", | |
"fic" => "WinDev Hyper File Database", | |
"fm5" => "FileMaker 5 Database", | |
"fmp" => "FileMaker Pro Database", | |
"fmp12" => "FileMaker Pro 12 Database", | |
"fmpsl" => "FileMaker Pro 12 Snapshot Link", | |
"fol" => "PFS First Choice Database File", | |
"fp3" => "FileMaker Pro 3 Database", | |
"fp4" => "FileMaker Pro 4 Database", | |
"fp5" => "FileMaker Pro 5 Database", | |
"fp7" => "FileMaker Pro 7+ Database", | |
"fpt" => "FileMaker Pro Database Memo File", | |
"frm" => "MySQL Database Format File", | |
"gdb" => "InterBase Database File", | |
"gdb" => "GPS Database File", | |
"gwi" => "GroupWise Database Shortcut File", | |
"hdb" => "HansaWorld Database File", | |
"his" => "FindinSite Database Definition File", | |
"ib" => "InterBase Database", | |
"idb" => "IDA Database File", | |
"ihx" => "IN-HEH Timeline Database", | |
"itdb" => "iTunes Database File", | |
"itw" => "InTouch With Database File", | |
"jtx" => "ESE Transaction Log", | |
"kdb" => "Keypass Database File", | |
"kexi" => "Kexi Database", | |
"kexic" => "Kexi Database Connection File", | |
"kexis" => "Kexi Database Shortcut File", | |
"lgc" => "SimpleK Database File", | |
"maf" => "Microsoft Access Form", | |
"maq" => "Microsoft Access Query", | |
"mar" => "Microsoft Access Report", | |
"marshal" => "Marshal Data Migration Model File", | |
"mas" => "Access Stored Procedures", | |
"mav" => "Access View File", | |
"maw" => "Access Data Access Page", | |
"mdb" => "Microsoft Access Database", | |
"mdbhtml" => "Microsoft Access Database HTML File", | |
"mdf" => "SQL Server Database File", | |
"mdn" => "Blank Access Database Template", | |
"mdt" => "GeoMedia Access Database Template", | |
"mpd" => "Microsoft Project Database", | |
"mrg" => "MySQL Merge File", | |
"mud" => "Textease Multi User Database", | |
"mwb" => "MySQL Workbench Document", | |
"myd" => "MySQL Database Data File", | |
"ndf" => "SQL Server Secondary Database File", | |
"nrmlib" => "Neat Cabinet File", | |
"ns2" => "Lotus Notes 2 Database", | |
"ns3" => "Lotus Notes 3 Database", | |
"ns4" => "Lotus Notes 4 Database", | |
"nsf" => "Lotus Notes Database", | |
"nv" => "NewViews Database File", | |
"nv2" => "NewViews 2 Database File", | |
"nyf" => "myBase Database File", | |
"odb" => "OpenDocument Database", | |
"odb" => "ABAQUS Database", | |
"oqy" => "Excel OLAP Query File", | |
"ora" => "Oracle Database Configuration File", | |
"orx" => "RadiantOne VDS Database Schema", | |
"owc" => "OutWit Catch Database", | |
"p96" => "Win96 Database File", | |
"p97" => "Win97 Database File", | |
"pan" => "Panorama Database File", | |
"pdb" => "Palm Desktop Database File", | |
"pdb" => "Program Database", | |
"pdm" => "PowerDesigner Database File", | |
"pnz" => "Panorama Database Set", | |
"qry" => "Query File", | |
"qvd" => "QlikView Data File", | |
"rbf" => "Redatam Binary File", | |
"rctd" => "RabbitCT Dataset", | |
"rod" => "RIB office Database File", | |
"rpd" => "RIB Project Database File", | |
"rsd" => "RealSQLDatabase File", | |
"sbf" => "Superbase Database File", | |
"scx" => "FoxPro Form", | |
"sdb" => "ServerBoss Database File", | |
"sdb" => "OpenOffice.org Base Database File", | |
"sdb" => "MonKey Office SQLite Database File", | |
"sdf" => "SQL Server Compact Database File", | |
"sis" => "Sisma Database File", | |
"spq" => "SPSS Database Query File", | |
"sql" => "Structured Query Language Data File", | |
"sqlite" => "SQLite Database File", | |
"sqlite3" => "SQLite 3 Database File", | |
"sqlitedb" => "SQLite Database", | |
"te" => "Textease CT Database File", | |
"teacher" => "SMART Response Teacher Database File", | |
"tmd" => "MySQL Temporary Database File", | |
"tps" => "Clarion TopSpeed Data File", | |
"trc" => "Oracle Trace File", | |
"trm" => "Oracle Trace Map File", | |
"udb" => "Dynamics AX User Database File", | |
"udl" => "Microsoft Universal Data Link File", | |
"usr" => "FileMaker Pro Database File", | |
"v12" => "All The Right Type Database File", | |
"vis" => "Visual Importer Script", | |
"vpd" => "VoxPro Database File", | |
"wdb" => "Microsoft Works Database", | |
"wmdb" => "Windows Media Database File", | |
"wrk" => "SQL Server Log Shipping File", | |
"xdb" => "PowerDesigner Database Definition File", | |
"xld" => "Excel Database File" | |
), 'Camera Raw' => array( | |
"3fr" => "Hasselblad 3F RAW Image", | |
"ari" => "ARRIRAW Image", | |
"arw" => "Sony Digital Camera Image", | |
"bay" => "Casio RAW Image", | |
"cr2" => "Canon Raw Image File", | |
"crw" => "Canon Raw CIFF Image File", | |
"dcr" => "Kodak RAW Image File", | |
"dng" => "Digital Negative Image File", | |
"eip" => "Enhanced Image Package File", | |
"erf" => "Epson RAW File", | |
"fff" => "Hasselblad RAW Image", | |
"iiq" => "Phase One RAW Image", | |
"k25" => "Kodak K25 Image", | |
"kdc" => "Kodak Photo-Enhancer File", | |
"mef" => "Mamiya RAW Image", | |
"mfw" => "Mamiya Camera Raw File", | |
"mos" => "Leaf Camera RAW File", | |
"mrw" => "Minolta Raw Image File", | |
"nef" => "Nikon Electronic Format RAW Image", | |
"nrw" => "Nikon Raw Image File", | |
"orf" => "Olympus RAW File", | |
"pef" => "Pentax Electronic File", | |
"raf" => "Fuji RAW Image File", | |
"raw" => "Raw Image Data File", | |
"rw2" => "Panasonic RAW Image", | |
"rwl" => "Leica RAW Image", | |
"rwz" => "Rawzor Compressed Image", | |
"sfera" => "Sfera 360° File", | |
"sr2" => "Sony RAW Image", | |
"srf" => "Sony RAW Image", | |
"srw" => "Samsung RAW Image", | |
"x3f" => "SIGMA X3F Camera RAW File" | |
), 'Plugins' => array( | |
"8ba" => "Photoshop Plug-in", | |
"8bc" => "Photoshop 5.0 Plug-in", | |
"8be" => "PhotoDeluxe Plug-in", | |
"8bf" => "Photoshop Filter Plug-in", | |
"8bf" => "Filter Factory Image Filter", | |
"8bi" => "Photoshop Plug-in", | |
"8bi8" => "Photoshop Plug-in", | |
"8bl" => "Photoshop Plug-in", | |
"8bs" => "Photoshop 5.0 Selection Plug-in", | |
"8bx" => "PhotoDeluxe Plug-in", | |
"8by" => "PhotoDeluxe Plug-in", | |
"8li" => "Photoshop Scripting Plug-in", | |
"aaui" => "Acrobat User Interface File", | |
"aba" => "Avant Browser Add-on File", | |
"abi" => "AbiWord Plug-in", | |
"accda" => "Access Add-in File", | |
"accdu" => "Access Add-in File", | |
"acroplugin" => "Adobe Acrobat Plug-in", | |
"addon" => "CFS Console Add-on File", | |
"aip" => "Illustrator Plug-in", | |
"alp" => "Ableton Live Pack File", | |
"amx" => "AMX Mod Plugin File", | |
"amxx" => "AMX Mod X Plugin File", | |
"apd" => "Eclipse Plugin Descriptor File", | |
"ape" => "AVS Plugin Effects File", | |
"api" => "Acrobat Plug-in", | |
"apl" => "ACDSee Plugin File", | |
"aplg" => "Audials Plug-in", | |
"aplp" => "Audials Plug-in Package", | |
"arpack" => "ArtRage Package", | |
"arx" => "AutoCAD Runtime Extension File", | |
"asi" => "Grand Theft Auto Mod Library", | |
"atx" => "Animation Master Plugin File", | |
"avx" => "Avid Plugin File", | |
"avx" => "ArcView Extension File", | |
"ax" => "DirectShow Filter", | |
"bav" => "AVG Anti-Virus The Bat! Plugin File", | |
"bblm" => "BBEdit Language Module", | |
"bkz" => "BaKoMa TeX Installation Module", | |
"blu" => "FileMaker Pro Runtime Extension", | |
"bmi" => "3ds Max Plug-in", | |
"bri" => "Bryce Plug-in File", | |
"brm" => "Bryce Plug-in File", | |
"bro" => "Bryce Plug-in", | |
"bundle" => "Mac OS X Application Bundle", | |
"ccip" => "Curse Client Install Package", | |
"ccx" => "Click & Create Extension", | |
"cdl" => "ConceptDraw PRO Library File", | |
"cleo" => "CLEO Grand Theft Auto Mod File", | |
"cmp" => "HotDocs Clause Component File", | |
"codaplugin" => "Coda Plug-in", | |
"colorpicker" => "Color Picker Plugin", | |
"component" => "Mac OS X System Component", | |
"cox" => "Click & Create Extension", | |
"crx" => "Chrome Extension", | |
"cvt" => "Canvas External Tool File", | |
"dbx" => "AutoCAD Database Extension File", | |
"dfp" => "Fusion Plugin File", | |
"dlo" => "3ds Max Plug-in", | |
"dlr" => "finalRender Plugin", | |
"dlu" => "3ds Max Utility Plug-in File", | |
"dpm" => "Pro Tools Plugin File", | |
"eaz" => "ArcGIS Explorer Add-in File", | |
"ecf" => "Outlook Add-in", | |
"epk2" => "E-Prime 2.0 Package File", | |
"ext" => "Norton Commander Extension", | |
"exv" => "Adobe Extension Script", | |
"fft" => "Adobe Audition Noise Print File", | |
"flt" => "Adobe Audition Filter", | |
"flt" => "Image Filter", | |
"fmplugin" => "FileMaker Plug-in", | |
"fmx" => "FileMaker Plug-in", | |
"fs" => "Mac OS X File System Plug-in", | |
"fsb" => "Form•Z Compiled Script", | |
"fxb" => "VST Audio Plug-in", | |
"fxp" => "VST Audio Plug-in", | |
"fxt" => "Finale Plug-in", | |
"fzip" => "Foxit Reader Add-on", | |
"fzp" => "Form•Z Plug-in", | |
"hvpl" => "iTunes Visual Plug-in File", | |
"ibplugin" => "Interface Builder Plug-in", | |
"indesignplugin" => "Adobe InDesign Plug-in", | |
"info" => "Drupal Module Information File", | |
"inx" => "Inkscape Extension Descriptor File", | |
"jsxbin" => "Binary ExtendScript Script File", | |
"kmm" => "K-Meleon Macro Module", | |
"lng" => "Winamp Language File", | |
"lng" => "Acrobat Language Plug-in", | |
"lrplugin" => "Photoshop Lightroom Plug-in", | |
"lrwebengine" => "Photoshop Lightroom Web Gallery File", | |
"m2p" => "Maxthon 2 Browser Plugin File", | |
"mat" => "V-Ray Materials File", | |
"mda" => "Access Add-in", | |
"mde" => "Compiled Access Add-in File", | |
"mde" => "ArchiCAD Educational Version Module File", | |
"mdimporter" => "Metadata Importer", | |
"mfw" => "MobileFrame Workflow Pack File", | |
"mfx" => "Multimedia Fusion Extension", | |
"milk" => "MilkDrop Winamp Plugin Preset", | |
"mll" => "Maya Plugin", | |
"mmip" => "MediaMonkey Installation Package", | |
"mod" => "ArchiCAD Module", | |
"mode" => "Coda Syntax Mode File", | |
"module" => "Drupal Module File", | |
"mox" => "Montax Imposer Template Document", | |
"mtx" => "MadTracker 2 Extension", | |
"mxaddon" => "Maxthon Add-On File", | |
"mxp" => "Adobe Extension Package", | |
"nbm" => "NetBeans Module", | |
"nbp" => "NeoBook Plugin File", | |
"net" => "FileMaker Networking Module", | |
"ny" => "Audacity Nyquist Plug-in", | |
"oex" => "Opera Extension", | |
"osax" => "AppleScript Scripting Addition", | |
"oxt" => "Apache OpenOffice Extension", | |
"p" => "LightWave Plug-in", | |
"pba" => "OpenOffice.org Basic Protected Module File", | |
"pfl" => "PhotoFiltre Plugin", | |
"pim" => "Pro Tools Controller Plug-in Mappings File", | |
"plg" => "Sibelius Plug-in", | |
"pln" => "Adobe InDesign Plug-in", | |
"plugin" => "Adobe Photoshop Plug-in", | |
"plugin" => "Mac OS X Plug-in", | |
"ppa" => "PowerPoint Add-in", | |
"ppam" => "PowerPoint 2007 Add-In", | |
"ppmod" => "Papers Please Mod File", | |
"prm" => "Premiere Plug-in", | |
"pset" => "Adobe InDesign Plug-in Set File", | |
"q1q" => "LunarCell Photoshop Plug-in", | |
"q2q" => "Flexify Photoshop Plug-in", | |
"q4q" => "Solar Cell Photoshop Plug-in", | |
"q5r" => "Melancholytron Photoshop Plug-in", | |
"q7q" => "India Ink Photoshop Plug-in", | |
"q8r" => "Flood Photoshop Plug-in", | |
"q9r" => "Glitterato Photoshop Plug-In", | |
"q9s" => "Mr. Contrast Photoshop Plug-In", | |
"qar" => "QlikView Extension", | |
"qlgenerator" => "Quick Look Generator File", | |
"qpx" => "QuickTime Player Extension", | |
"qtr" => "QuickTime Extension Resource", | |
"qtx" => "QuickTime Extension", | |
"rbz" => "SketchUp Plug-in", | |
"rev" => "LiveCode Plugin", | |
"rez" => "Escape Velocity Plug-in File", | |
"rhp" => "Rhino Plug-in", | |
"rock" => "Rockbox Plug-in", | |
"rpi" => "Render Plug-in", | |
"rplib" => "Axure RP Widget Library File", | |
"rpm" => "RealPlayer Plug-in", | |
"rwplugin" => "RapidWeaver Plugin", | |
"sa9" => "Hue and Cry Photoshop Plug-in", | |
"safariextz" => "Apple Safari Extension Package", | |
"scm" => "GIMP Script-Fu Script", | |
"seplugin" => "AppleScript Editor Plug-in", | |
"skypechatstyle" => "Chat Style File", | |
"so-abi" => "Cocoa AbiWord Plug-in", | |
"sparc" => "Skype Plugin Archive", | |
"spd" => "SPSS Custom Dialog File", | |
"spe" => "SPSS Extension", | |
"sugar" => "Espresso Plug-in", | |
"syn" => "TextPad Syntax File", | |
"t3x" => "TYPO3 Compressed Extension", | |
"tbp" => "Autodesk Topobase File", | |
"tko" => "AMX Software Module File", | |
"tmbundle" => "TextMate Bundle File", | |
"tpi" => "EDIUS Plugin File", | |
"vbox-extpack" => "Oracle VM VirtualBox Extension Pack", | |
"vdf" => "VirtualDub Video Filter", | |
"vsix" => "Visual Studio Extension", | |
"vsl" => "Visio Add-on", | |
"vst" => "VST Audio Plugin", | |
"wbm" => "Webmin Module", | |
"wll" => "Microsoft Word Add-in", | |
"wlz" => "Winamp Language Pack", | |
"wowsl" => "WOW Slider", | |
"x32" => "Adobe Xtra File", | |
"xadd" => "Expression Web Add-in", | |
"xba" => "OpenOffice.org Basic Module File", | |
"xla" => "Excel Add-In File", | |
"xlam" => "Excel Open XML Macro-Enabled Add-In", | |
"xll" => "Excel Add-In File", | |
"xlv" => "Excel Visual Basic Module", | |
"xmd" => "Bitdefender Plugin File", | |
"xnt" => "QuarkXPress Extension File", | |
"xpi" => "Mozilla Installer Package", | |
"xpt" => "Mozilla Firefox Component", | |
"xsiaddon" => "Softimage Add-on File", | |
"zlb" => "Form•Z Symbol Library File", | |
"zxp" => "Extension Manager Package" | |
), 'Backup Files' => array( | |
"$$$" => "Temporary File", | |
'$db' => "dBASE Temporary File", | |
"001" => "Split Archive File", | |
"001" => "Norton Ghost Disk Backup", | |
"002" => "Split Archive Part 2 File", | |
"113" => "Iomega Backup File", | |
"73b" => "TI-73 Backup File", | |
"__a" => "File Splitter & Joiner Encrypted File", | |
"__b" => "File Splitter & Joiner Encrypted Archive File", | |
"ab" => "Android ADB Backup File", | |
"aba" => "Palm Address Book Archive", | |
"abbu" => "Address Book Backup", | |
"abf" => "Analysis Services Backup File", | |
"abk" => "Automatic Backup File", | |
"acp" => "Alfresco Content Package", | |
"acr" => "Acer eRecovery Management Backup File", | |
"adi" => "Active@ Disk Image Backup File", | |
"aea" => "AdWords Editor Archive", | |
"arc" => "Norton Backup Archive", | |
"arc" => "Symbian OS Backup File", | |
"as4" => "askSam Backup File", | |
"asd" => "Word AutoSave File", | |
"ashbak" => "Ashampoo Backup Archive", | |
"asv" => "Finale Auto-save File", | |
"asvx" => "Finale Auto-save File", | |
"ate" => "Office Accounting Compressed Backup File", | |
"ati" => "Office Accounting Updated Company File", | |
"bac" => "Backup File", | |
"backup" => "Android Backup File", | |
"backupdb" => "Time Machine Backup Folder", | |
"bak" => "ACT! Backup File", | |
"bak" => "Firefox Bookmarks Backup", | |
"bak" => "Backup File", | |
"bak" => "Finale Backup File", | |
"bak2" => "Backup File", | |
"bak3" => "Backup File", | |
"bakx" => "Finale Backup File", | |
"bak~" => "AbiWord Auto-Saved Document", | |
"bbb" => "BlackBerry Mobile Phone Backup File", | |
"bbz" => "BerryBuzz Backup File", | |
"bck" => "VMX Backup File", | |
"bckp" => "Ad-Aware Quarantined File", | |
"bcm" => "Microsoft Works Communications Script Backup", | |
"bdb" => "Microsoft Works Database Backup File", | |
"bff" => "Backup File Format", | |
"bif" => "Get Backup Project File", | |
"bifx" => "Get Backup Project", | |
"bk1" => "ERwin Backup File", | |
"bk1" => "Autodesk Backup File", | |
"bkc" => "Backup4all Backup Catalog", | |
"bkf" => "Windows Backup Utility File", | |
"bkp" => "Backup File", | |
"bkp" => "Zapback Backup File", | |
"bkup" => "Backup File", | |
"bkz" => "FileFort Backup File", | |
"blend1" => "Blender Document Backup File", | |
"blend2" => "Blender Document Backup 2 File", | |
"bm3" => "Sony Ericsson Backup File", | |
"bmk" => "BillMinder Backup File", | |
"bpa" => "StorageSync Backup Archive", | |
"bpb" => "PowerDesigner Business Process Backup File", | |
"bpm" => "PowerDesigner Business Process Model", | |
"bpn" => "ArchiCAD Project Backup File", | |
"bps" => "Works Document Backup", | |
"bup" => "Backup File", | |
"bup" => "DVD IFO Backup File", | |
"caa" => "CleanApp Archive", | |
"cbk" => "Backup Configuration File", | |
"cbs" => "Comodo Backup Script", | |
"cbu" => "Comodo Backup File", | |
"ck9" => "Cook'n Cookbook Backup File", | |
"cmf" => "Connected Backup File", | |
"crds" => "Windows CardSpace Backup File", | |
"crypt" => "WhatsApp Backup File", | |
"da0" => "Windows Registry Backup File", | |
"dash" => "Dashlane Profile", | |
"dba" => "Palm Datebook Backup File", | |
"dbk" => "Sony Ericsson Mobile Phone Backup File", | |
"dbk" => "dBASE Database Backup", | |
"diy" => "My Drivers Backup Setup File", | |
"dna" => "CA Backup and Migration Backup File", | |
"dov" => "Temp File", | |
"dpb" => "DataPilot Backup File", | |
"dsb" => "Dell DataSafe Backup File", | |
"fbc" => "Family Tree Maker for DOS Backup File", | |
"fbf" => "Free Backup Fix Backup File", | |
"fbk" => "Family Tree Maker for Windows Backup File", | |
"fbk" => "Microsoft Dynamics NAV Backup File", | |
"fbu" => "FEBE Firefox Backup File", | |
"fbw" => "HP Recovery Manager Backup File", | |
"fh" => "Symantec Backup Exec File", | |
"fhf" => "Free Hide Folder Backup File", | |
"flka" => "Folder Lock Portable Locker File", | |
"flkb" => "Folder Lock Basic Locker File", | |
"fpsx" => "Nokia Firmware Format File", | |
"ftmb" => "Family Tree Maker Backup File", | |
"ful" => "Microsoft Backup File List", | |
"fza" => "Form•Z Autosave File", | |
"fzb" => "Form•Z Project Backup File", | |
"gb1" => "Game Maker Backup File", | |
"gb2" => "Game Maker Backup File", | |
"gbp" => "Genie Timeline Backup Index File", | |
"gho" => "Norton Ghost Backup File", | |
"ghs" => "Norton Ghost Image Segment", | |
"icbu" => "iCal Backup File", | |
"icf" => "Zoom Router Configuration File", | |
"inprogress" => "Time Machine Backup Progress File", | |
"ipd" => "BlackBerry Backup File", | |
"iv2i" => "Norton Ghost Incremental Virtual Volume Image", | |
"jbk" => "Juno Backup File", | |
"jdc" => "JDownloader Links File", | |
"kb2" => "Kleo Backup File", | |
"lcb" => "Living Cookbook Backup File", | |
"llx" => "LabVIEW VI Library Backup File", | |
"mbf" => "Microsoft Money Backup File", | |
"mbk" => "dBASE IV Multiple Index Backup File", | |
"mbw" => "MBRWizard Archive", | |
"mdbackup" => "iPhone Data Backup File", | |
"mddata" => "iPhone Backup File", | |
"mdinfo" => "iPhone Backup Information File", | |
"mem" => "FoxPro Variable File", | |
"mig" => "Windows Migration Backup File", | |
"mpb" => "MyPhoneExplorer Backup File", | |
"mv_" => "Movie Edit Pro Movie Backup File", | |
"nb7" => "NovaBACKUP Output File", | |
"nba" => "Nero BackItUp Archive", | |
"nbak" => "Neat Backup File", | |
"nbd" => "NovaBACKUP File", | |
"nbd" => "Data Backup Data File", | |
"nbf" => "Nokia Backup File", | |
"nbf" => "Backup Now Archive", | |
"nbi" => "Nero BackItUp Information File", | |
"nbk" => "Data Backup Job File", | |
"nbk" => "NovaBACKUP Job File", | |
"nbs" => "NTI Backup Set", | |
"nbu" => "Nokia Phone Backup File", | |
"nco" => "Nero BackItUp File", | |
"nfb" => "Nokia Phone Backup File", | |
"nfc" => "Nokia Phone Backup Copy File", | |
"npf" => "NTI Partition File", | |
"nps" => "NTI Partition Set", | |
"nrbak" => "NeatReceipts Backup File", | |
"nrs" => "NovaBACKUP Restore Script", | |
"nwbak" => "NeatWorks Backup File", | |
"obk" => "Backup File", | |
"oeb" => "Outlook Express Backup Wizard File", | |
"old" => "Backup File", | |
"onepkg" => "Microsoft OneNote Package File", | |
"ori" => "Original File", | |
"orig" => "Original File", | |
"oyx" => "Approach Alternate Database Index", | |
"paq" => "Hewlett-Packard Software Restore File", | |
"pba" => "PowerBackup Archive", | |
"pbb" => "AT&T Phonebook File", | |
"pbd" => "EaseUS Todo Backup File", | |
"pbf" => "PowerBackup Data File", | |
"pbf" => "Paragon Backup File", | |
"pbj" => "PowerBackup Job File", | |
"pbx5script" => "Personal Backup Script", | |
"pbxscript" => "Personal Backup Script", | |
"pdb" => "PowerDesigner Database Backup File", | |
"prv" => "Free Folder Hider Backup File", | |
"psa" => "Plesk Backup File", | |
"pvc" => "Parallels Desktop Copied Configuration File", | |
"qba.tlg" => "QBA Transaction Log File", | |
"qbb" => "QuickBooks Backup File", | |
"qbk" => "QuickTax Backup File", | |
"qbm" => "QuickBooks Portable Company File", | |
"qbmb" => "QuickBooks Backup File", | |
"qbmd" => "QuickBooks Backup File", | |
"qbx" => "QuickBooks Accountant Transfer File", | |
"qic" => "Windows Backup File", | |
"qsf" => "Qualtrics Survey File", | |
"qualsoftcode" => "J&ASoft Code Archive File", | |
"quickenbackup" => "Quicken Essentials for Mac Backup File", | |
"qv~" => "ViewletBuilder Project Backup File", | |
"rbc" => "Retrospect Backup Catalog File", | |
"rbf" => "Windows Installer Rollback File", | |
"rbf" => "Retrospect Backup File", | |
"rbk" => "Windows 95 Registry Backup File", | |
"rbs" => "Windows Installer Rollback Script", | |
"rdb" => "Retrospect Backup Set", | |
"rgmb" => "RootsMagic Backup File", | |
"rmbak" => "Registry Mechanic Backup File", | |
"rrr" => "Registry Mechanic Backup File", | |
"sav" => "Parallels Desktop Saved State Image File", | |
"sbb" => "Office Accounting Company Backup File", | |
"sbs" => "Secure Backup System File", | |
"sbu" => "Samsung Backup File", | |
"sdc" => "Stardock Central Download Archive", | |
"sim" => "Steam Game Backup Information File", | |
"sis" => "Steam Game Backup Information File", | |
"skb" => "SketchUp Backup Document", | |
"sn1" => "Drive Snapshot First Differential Backup", | |
"sn2" => "Drive Snapshot Second Differential Backup", | |
"sna" => "Drive Snapshot Primary Backup File", | |
"sns" => "Save-N-Sync Project File", | |
"spf" => "ShadowProtect Full Backup File", | |
"spg" => "TCP Optimizer Backup File", | |
"spi" => "ShadowProtect Incremental Backup File", | |
"sps" => "SyncBack Settings File", | |
"sqb" => "SQL Backup SQL Server Backup File", | |
"srr" => "ReScene Metadata File", | |
"stg" => "ActiveSync Backup File", | |
"sv$" => "AutoCAD Automated Backup File", | |
"sv2i" => "Symantec System Index File", | |
"tbk" => "FoxPro Memo Backup", | |
"tdb" => "eBay Turbo Lister Backup File", | |
"tig" => "TI Connect Backup File", | |
"tis" => "True Image Script", | |
"tlg" => "QuickBooks Transaction Log File", | |
"tmp" => "Temporary File", | |
"tmp" => "Finale Temporary File", | |
"tmr" => "Free Countdown Timer Backup File", | |
"trn" => "SQL Server Transaction Log Backup File", | |
"ttbk" => "Canadian TurboTax 2010 Backup File", | |
"uci" => "UFS Explorer Backup File", | |
"v2i" => "Norton Ghost Virtual Volume Image", | |
"vbk" => "Veeam Backup File", | |
"vbm" => "Veeam Backup Metadata File", | |
"vbox-prev" => "Oracle VM VirtualBox Settings Backup File", | |
"vpcbackup" => "Windows Virtual PC Backup File", | |
"vrb" => "Veeam Incremental Backup File", | |
"wbb" => "WinBackup Archive", | |
"wbcat" => "Windows Backup Catalog File", | |
"wbk" => "Word Document Backup", | |
"win" => "Windows Backup File", | |
"win" => "FoxPro Window Settings", | |
"wjf" => "WinZip Job File", | |
"wpb" => "Windows Phone Device Manager Backup File", | |
"wspak" => "WebsitePanel Backup File", | |
"xbk" => "XenServer Backup File", | |
"xlk" => "Excel Backup File", | |
"yrcbck" => "YRC Backup Archive", | |
"~cw" => "Circuit Wizard Backup File" | |
), 'WEB' => array( | |
"a4p" => "A4Desk Pro Project File", | |
"a5w" => "Alpha Five Webpage File", | |
"adr" => "Opera Bookmarks File", | |
"aex" => "Alpha Five Compiled Global Functions File", | |
"alx" => "ActiveX Layout Control File", | |
"an" => "Adobe Edge Animate Project File", | |
"ap" => "Active Page", | |
"aro" => "SteelArrow Web Application File", | |
"asa" => "ASP Configuration File", | |
"asax" => "ASP.NET Server Application File", | |
"ascx" => "ASP.NET User Control File", | |
"ashx" => "ASP.NET Web Handler File", | |
"asmx" => "ASP.NET Web Service File", | |
"asp" => "Active Server Page", | |
"aspx" => "Active Server Page Extended File", | |
"asr" => "ActionScript Remote Document", | |
"atom" => "Atom Syndication Format", | |
"att" => "Web Form Post Data File", | |
"awm" => "AllWebMenus Project File", | |
"axd" => "ASP.NET Web Handler File", | |
"bml" => "Bean Markup Language File", | |
"bok" => "ProStores Dynamic Web Page", | |
"browser" => "ASP.NET Browser Definition File", | |
"btapp" => "uTorrent App", | |
"bwp" => "BuRg3r Web Page", | |
"ccbjs" => "CopperCube JavaScript File", | |
"cdf" => "Channel Definition Format", | |
"cer" => "Internet Security Certificate", | |
"cfm" => "ColdFusion Markup File", | |
"cfml" => "ColdFusion Markup Language File", | |
"cha" => "IRC Chat Configuration File", | |
"chat" => "IRC Chat Configuration File", | |
"chm" => "Compiled HTML Help File", | |
"cms" => "Content Management System", | |
"codasite" => "Coda Site File", | |
"compressed" => "WordCompress Compacted Web File", | |
"con" => "Concept Application Source File", | |
"cpg" => "Cool Page Project File", | |
"crl" => "Certificate Revocation List File", | |
"crt" => "Security Certificate", | |
"cshtml" => "ASP.NET Razor Web Page", | |
"csp" => "Concept Server Page", | |
"csr" => "Certificate Signing Request File", | |
"css" => "Cascading Style Sheet", | |
"dap" => "Access Data Access Page", | |
"dbm" => "ColdFusion Server File", | |
"dcr" => "Shockwave Media File", | |
"der" => "DER Certificate File", | |
"dhtml" => "Dynamic HTML file", | |
"disco" => "DISCO Discovery Document", | |
"discomap" => "DISCO Discovery Output File", | |
"dll" => "DLL Dynamic Web Page", | |
"dml" => "DynaScript File", | |
"do" => "Java Servlet", | |
"dochtml" => "Microsoft Word HTML Document", | |
"docmhtml" => "Microsoft Word MIME HTML Document", | |
"dothtml" => "Microsoft Word HTML Document Template", | |
"download" => "Partially Downloaded File", | |
"dwt" => "Dreamweaver Web Page Template", | |
"ece" => "Escenic Dynamic Web Page", | |
"edge" => "Adobe Edge Project File", | |
"epibrw" => "Web File Location", | |
"esproj" => "Espresso Project File", | |
"ewp" => "Ewisoft Website Project File", | |
"fcgi" => "FastCGI File", | |
"fmp" => "123 Flash Menu Project", | |
"fwp" => "Microsoft Expression Web Package", | |
"gne" => "Flickr Web Page", | |
"gsp" => "IMail Error Message File", | |
"hdm" => "HDML File", | |
"hdml" => "Handheld Device Markup Language File", | |
"htaccess" => "Apache HTACCESS File", | |
"htc" => "HTML Component File", | |
"htm" => "Hypertext Markup Language File", | |
"html" => "Hypertext Markup Language File", | |
"htx" => "HTML Extension File", | |
"hxs" => "Help 2 Compiled Help File", | |
"hype" => "Hype Document", | |
"idc" => "Internet Database Connector File", | |
"iqy" => "Internet Query", | |
"itms" => "iTunes Music Store Link File", | |
"itpc" => "iTunes Podcast Link File", | |
"iwdgt" => "iWeb Widget File", | |
"jcz" => "Liquid Motion Animation", | |
"jhtml" => "Java HTML Web Page", | |
"jnlp" => "Java Web Start File", | |
"js" => "JavaScript File", | |
"jsf" => "Java Script Command File", | |
"json" => "JavaScript Object Notation File", | |
"jsp" => "Java Server Page", | |
"jspa" => "Java Servlet Alias", | |
"jspx" => "XML Java Server Page", | |
"jss" => "JavaScript Style Sheet File", | |
"jst" => "JavaServer Page Document", | |
"jvs" => "JavaScript Proxy Autoconfig File", | |
"jws" => "Java Web Services File", | |
"kit" => "CodeKit File", | |
"lasso" => "Lasso Database-Driven Web Page", | |
"lbc" => "Cloaked Affiliate Link Builder Saved Link", | |
"less" => "LESS Style Sheet", | |
"maff" => "Mozilla Archive Format File", | |
"map" => "Image Map", | |
"mapx" => "Mapjects Client Webparts File", | |
"master" => "ASP.NET Master Page", | |
"mht" => "MHTML Web Archive", | |
"mhtml" => "MIME HTML File", | |
"moz" => "Mozilla Cache File", | |
"mspx" => "Microsoft ASP.NET Web Page", | |
"muse" => "Adobe Muse Website Project", | |
"mvc" => "MivaScript Compiled File", | |
"mvr" => "IBM HotMedia Multimedia File", | |
"nod" => "NetObjects Fusion File", | |
"nxg" => "eSite Builder NXG Web Page", | |
"nzb" => "NewzBin Usenet Index File", | |
"oam" => "Adobe Edge Animate Widget File", | |
"obml" => "Opera Mini Saved Web Page", | |
"ognc" => "Dynamic Web Page", | |
"olp" => "Office Live Package", | |
"opml" => "Outline Processor Markup Language File", | |
"oth" => "OpenDocument HTML Template", | |
"p12" => "Personal Information Exchange File", | |
"p7" => "PKCS #7 Digital Certificate File", | |
"p7b" => "PKCS #7 Certificate File", | |
"p7c" => "PKCS #7 Certificate File", | |
"pac" => "Proxy Auto-Config File", | |
"page" => "HybridJava Web Page", | |
"pem" => "Privacy Enhanced Mail Certificate", | |
"php" => "PHP Source Code File", | |
"php3" => "PHP 3 Web Page", | |
"php4" => "PHP 4 Web Page", | |
"php5" => "PHP 5 Web Page", | |
"phtm" => "PHP-Based Web Page", | |
"phtml" => "PHP Web Page", | |
"ppthtml" => "PowerPoint HTML Presentation", | |
"pptmhtml" => "Microsoft PowerPoint MIME HTML Presentation", | |
"prf" => "PICS Rules File", | |
"pro" => "Adobe Proto Design File", | |
"psp" => "PL/SQL Server Page", | |
"ptw" => "AutoCAD Publish To Web File", | |
"pub" => "Public Key File", | |
"qbo" => "QuickBooks Online Bank Statement File", | |
"qf" => "Qompose Web Page Template", | |
"qrm" => "Qworum Message File", | |
"rflw" => "Edge Reflow Data File", | |
"rhtml" => "Ruby HTML Web Page", | |
"rjs" => "Ruby Javascript File", | |
"rss" => "Rich Site Summary", | |
"rt" => "RealText Streaming Text File", | |
"rw3" => "RapidWeaver 3 Site File", | |
"rwp" => "RapidWeaver Package", | |
"rwsw" => "RapidWeaver Site File", | |
"rwtheme" => "RapidWeaver Theme", | |
"saveddeck" => "Nokia Saved Web Page", | |
"sdb" => "SocialDecks Blog File", | |
"seam" => "Seam Framework Java Servlet File", | |
"sht" => "HTML File with Server Side Includes", | |
"shtm" => "HTML Server Side Include File", | |
"shtml" => "Server Side Include HTML File", | |
"site" => "GoLive Website Project File", | |
"sitemap" => "ASP.NET Site Map File", | |
"sites" => "iWeb Site Design Project", | |
"sites2" => "iWeb Site Design Project", | |
"spc" => "Software Publisher Certificate File", | |
"srf" => "Server Response File", | |
"ssp" => "Scala Server Page", | |
"stc" => "Contribute Connection Key File", | |
"stl" => "Certificate Trust List", | |
"stm" => "SSI Web Page", | |
"stml" => "SSI HTML File", | |
"stp" => "SharePoint Template", | |
"suck" => "SiteSucker Website File", | |
"svc" => "WCF Web Service File", | |
"svr" => "Compressed Virtual World", | |
"swz" => "Adobe Flash Player Cache File", | |
"tvpi" => "TitanTV Television Listing File", | |
"tvvi" => "TitanTV Television Listing File", | |
"ucf" => "WebEx Media File", | |
"uhtml" => "UC Browser Saved Webpage", | |
"url" => "Internet Shortcut", | |
"vbd" => "Visual Basic ActiveX Document", | |
"vbhtml" => "ASP.NET Razor Web Page", | |
"vdw" => "Visio Web Drawing", | |
"vlp" => "LiveSite Project", | |
"vrml" => "VRML File", | |
"vsdisco" => "DISCO Dynamic Discovery Document", | |
"wbs" => "WebBlender Project File", | |
"wbxml" => "WAP Binary XML File", | |
"wdgt" => "Opera Widget", | |
"web" => "Xara Web Document", | |
"webarchive" => "Safari Web Archive", | |
"webarchivexml" => "Android Web Browser Archive", | |
"webbookmark" => "Safari Web Bookmark File", | |
"webhistory" => "Safari Web History File", | |
"webloc" => "Mac OS X Website Location", | |
"website" => "Internet Explorer Pinned Site Shortcut", | |
"wgp" => "Web Gallery Project", | |
"wgt" => "Opera Widget File", | |
"whtt" => "HTTrack Website Copier File", | |
"widget" => "HybridJava Widget", | |
"wml" => "Wireless Markup Language File", | |
"wn" => "WN Web File", | |
"woa" => "WebObjects Application", | |
"wpp" => "WebPlus Project File", | |
"wpx" => "WebPlus Project Template", | |
"wrf" => "WebEx Recording", | |
"wsdl" => "Web Services Description Language File", | |
"xbel" => "XBEL Bookmarks File", | |
"xbl" => "Extensible Binding Language File", | |
"xfdl" => "XFDL File", | |
"xht" => "XHTML File", | |
"xhtm" => "Extensible Hypertext Markup Language Document", | |
"xhtml" => "Extensible Hypertext Markup Language File", | |
"xpd" => "XML Pipeline Document", | |
"xss" => "XML Style Sheet", | |
"xul" => "XML User Interface Language File", | |
"xws" => "Xara Web Designer Graphic", | |
"zfo" => "XSL-FO Online Form", | |
"zhtml" => "RabbitWeb Webpage", | |
"zhtml" => "Secure IE Zipped HTML File", | |
"zul" => "ZK User Interface File", | |
"zvz" => "Possible Virus File" | |
), 'GIS' => array( | |
"3d" => "Survex 3D Cavern File", | |
"3dc" => "iGO 3D Building File", | |
"3dd" => "ArcGlobe Document", | |
"3dl" => "iGO Landmark File", | |
"477" => "MNS Shape Definition Companion File", | |
"adf" => "ESRI ArcInfo Binary Grid Format", | |
"apl" => "ArcPad Layer File", | |
"apr" => "ArcView Project File", | |
"aqm" => "AlpineQuest Map File", | |
"at5" => "Lowrance Map File", | |
"atx" => "ArcGIS Attribute Index File", | |
"aux" => "Auxiliary File", | |
"avl" => "ArcView Legend File", | |
"axe" => "AutoRoute Map File", | |
"axt" => "Microsoft AutoRoute Template", | |
"bil" => "ESRI BIL File", | |
"bpw" => "Bitmap World File", | |
"bt" => "Binary Terrain File", | |
"cor" => "Trimble Corrected SSF File", | |
"cub" => "ISIS Cube File", | |
"cvi" => "CassiniVision Map Image File", | |
"dem" => "Digital Elevation Model", | |
"div" => "DIVA-GIS Project File", | |
"dix" => "DIVA-GIS Export File", | |
"dlg" => "Digital Line Graph", | |
"dmf" => "Geosystem Digitals Map File", | |
"dmt" => "DeLorme Transfer File", | |
"dt0" => "DTED Level 0 File", | |
"dt1" => "DTED Level 1 File", | |
"dt2" => "DTED Level 2 File", | |
"dvc" => "IDRISI Vector Definition File", | |
"e00" => "ArcInfo Coverage Export File", | |
"ers" => "ER Mapper Data File", | |
"est" => "Streets & Trips Map File", | |
"eta" => "Google Earth Placemark File", | |
"fbl" => "iGO Map File", | |
"fds" => "FME Custom Format File", | |
"ffs" => "FME Desktop Feature Store File", | |
"fit" => "Garmin Activity File", | |
"fls" => "ArcView GIS Windows Help Supporting File", | |
"fme" => "FME Mapping File", | |
"fmi" => "FME Include File", | |
"fmv" => "FME Desktop Viewspace File", | |
"fmw" => "FME Workbench File", | |
"geojson" => "GeoJSON File", | |
"gfw" => "GIF World File", | |
"glb" => "STK Globe File", | |
"gmap" => "Garmin Map File", | |
"gmf" => "Geology Multi-File", | |
"gml" => "Geography Markup Language File", | |
"gpf" => "Geosoft Project File", | |
"gprx" => "Geoxa Project File", | |
"gps" => "Survey Pro Coordinate File", | |
"gpx" => "GPS Exchange File", | |
"grb" => "GRIB Meteorological Data File", | |
"gsb" => "Golden Software Boundary File", | |
"gsi" => "Golden Software Interchange File", | |
"gsm" => "MapViewer Project File", | |
"gsr" => "Golden Software Reference File", | |
"gsr2" => "Golden Software Reference File", | |
"gst" => "MapInfo Geoset File", | |
"gws" => "Geosoft Workspace File", | |
"hdr" => "ESRI BIL Header File", | |
"hgt" => "SRTM Elevation Data File", | |
"imd" => "GIS Image Metadata File", | |
"img" => "Garmin Map File", | |
"img" => "ERDAS IMAGINE Image File", | |
"imi" => "Magellan Map File", | |
"jgw" => "JPEG World File", | |
"jpgw" => "JPEG World File", | |
"jpr" => "Fugawi Projection File", | |
"jpw" => "World File for JPEG", | |
"kml" => "Keyhole Markup Language File", | |
"kmz" => "Google Earth Placemark File", | |
"lan" => "ERDAS LAN File", | |
"lpk" => "ArcGIS Layer Package", | |
"map" => "Mapjects Server Webparts File", | |
"map" => "NAVIGON Map File", | |
"mdc" => "Merkaartor Document", | |
"mgm" => "MGMaps File", | |
"mid" => "MapInfo Data File", | |
"mif" => "MapInfo Interchange Format File", | |
"mmm" => "MiraMon Maps File", | |
"mmz" => "MiraMon Compressed Map File", | |
"mnh" => "Master Navigator Header File", | |
"mpk" => "ArcGIS Map Package", | |
"mps" => "Pocket Streets Map File", | |
"msd" => "Map Service Definition File", | |
"mwx" => "MapGuide Author Map Window XML File", | |
"mxd" => "ArcGIS Map Document", | |
"mxt" => "ArcGIS Map Template", | |
"ngt" => "Noni GPSPlot Track File", | |
"nm2" => "Navitel Map File", | |
"nm3" => "Navitel 5 Map File", | |
"nmap" => "NaviComputer Map File", | |
"nmc" => "ArcGIS Explorer Map Content File", | |
"nmf" => "ArcGIS Explorer Map File", | |
"nv2" => "Navionics Chart File", | |
"ocd" => "OCAD Map File", | |
"osb" => "OpenStreetMap Binary Map File", | |
"osc" => "OpenStreetMap Change File", | |
"osm" => "OpenStreetMap Map File", | |
"ov2" => "TomTom Points of Interest Database", | |
"pin" => "MNS Projection Information File", | |
"pix" => "PCI Geomatics Database File", | |
"pmf" => "ESRI Published Map File", | |
"prm" => "Route 66 Map File", | |
"ptm" => "MapPoint Map File", | |
"ptt" => "MapPoint Map Template", | |
"rdc" => "IDRISI Raster Documentation File", | |
"rdf" => "ArcGIS Report Document File", | |
"ref" => "IDRISI Raster Image Reference File", | |
"rgn" => "Garmin Regional Map File", | |
"rmp" => "Magellan Raster Map File", | |
"rrd" => "Reduced Resolution Dataset File", | |
"rst" => "IDRISI Raster Image", | |
"saf" => "Street Atlas USA Map File", | |
"sbn" => "ESRI Spatial Binary File", | |
"sbn" => "GT-31 Binary Data File", | |
"sdf" => "Spatial Data Format File", | |
"sdm" => "Spatial Data Modeling Language File", | |
"sdw" => "MrSID World File", | |
"shp" => "ESRI Shapefile", | |
"sld" => "Styled Layer Descriptor File", | |
"smm" => "Map Manager Schema File", | |
"smp" => "IDRISI Palette File", | |
"sp3" => "NGS SP3 File", | |
"ssf" => "Trimble Standard Storage Format File", | |
"stt" => "Streets & Trips Map Template", | |
"style" => "ArcGIS Style Manager File", | |
"svx" => "Survex Cavern Data File", | |
"sxd" => "ArcScene Document", | |
"sym" => "TatukGIS Symbols File", | |
"tab" => "MapInfo TAB File", | |
"tfrd" => "Tape Image Format Requirements Document", | |
"tfw" => "World File for TIFF", | |
"th" => "Therion Data File", | |
"tpx" => "DeLorme Topo Project File", | |
"ttkgp" => "TatukGIS Project File", | |
"vct" => "IDRISI Vector Image", | |
"vdc" => "IDRISI Vector Documentation File", | |
"vec" => "IDRISI Vector File", | |
"wfd" => "Wayfinder Map File", | |
"wld" => "ESRI World File", | |
"wlx" => "MapSource Web Link File", | |
"wor" => "MapInfo Workspace File", | |
"xol" => "Swiss Map Overlay" | |
), 'Vector' => array( | |
"abc" => "Micrografx ABC FlowCharter 6 File", | |
"ac5" => "ArtCut 5 Document", | |
"ac6" => "ArtCut 6 Document", | |
"af2" => "Micrografx ABC FlowCharter 2 File", | |
"af3" => "Micrografx ABC FlowCharter 3/4 File", | |
"ai" => "Adobe Illustrator File", | |
"art" => "Art Document", | |
"artb" => "Artboard Document", | |
"asy" => "Asymptote Module", | |
"awg" => "Ability Draw Document", | |
"cag" => "ClipArt Gallery Package", | |
"ccx" => "Corel Clipart File", | |
"cdd" => "ConceptDraw PRO Document", | |
"cdmm" => "ConceptDraw MINDMAP Document", | |
"cdmt" => "ConceptDraw MINDMAP Template", | |
"cdmtz" => "Compressed ConceptDraw MINDMAP Template", | |
"cdmz" => "Compressed ConceptDraw MINDMAP Document", | |
"cdr" => "CorelDRAW Image File", | |
"cdt" => "ConceptDraw PRO Template", | |
"cdx" => "ConceptDraw PRO XML Document", | |
"cdx" => "CorelDRAW Compressed File", | |
"cgm" => "Computer Graphics Metafile", | |
"cil" => "Clip Gallery Packaged File", | |
"clarify" => "Clarify Document", | |
"cmx" => "Corel Metafile Exchange Image File", | |
"cnv" => "Canvas 6-8 Drawing File", | |
"cor" => "CorelDRAW Drawing", | |
"csy" => "Canvas Symbol File", | |
"cv5" => "Canvas 5 Drawing File", | |
"cvg" => "Calamus Vector Graphic File", | |
"cvi" => "Canvas Image File", | |
"cvs" => "Canvas 3 Drawing File", | |
"cvx" => "Canvas Drawing File", | |
"cwt" => "ClarisWorks Texture File", | |
"cxf" => "Coordinates Export Format", | |
"dcs" => "Desktop Color Separation File", | |
"ddrw" => "ClarisDraw Drawing", | |
"ded" => "Dr. Engrave Document", | |
"design" => "Microsoft Expression Design Drawing", | |
"dhs" => "HyperSnap Drawing", | |
"dia" => "Dia Diagram File", | |
"dpp" => "DrawPlus Drawing File", | |
"dpr" => "Digital InterPlot File", | |
"dpx" => "DrawPlus Template", | |
"drawing" => "Artboard Drawing", | |
"drawit" => "DrawIt Drawing", | |
"drw" => "Drawing File", | |
"drw" => "DESIGNER Drawing", | |
"dsf" => "Designer File", | |
"dxb" => "Drawing Exchange Binary", | |
"egc" => "EximiousSoft GIF Creator Document", | |
"emf" => "Enhanced Windows Metafile", | |
"emz" => "Windows Compressed Enhanced Metafile", | |
"ep" => "Pencil Document", | |
"eps" => "Encapsulated PostScript File", | |
"epsf" => "Encapsulated PostScript Format File", | |
"ezdraw" => "EazyDraw Graphic", | |
"fh10" => "FreeHand 10 Drawing File", | |
"fh11" => "FreeHand 11 Drawing File", | |
"fh3" => "FreeHand 3 Drawing File", | |
"fh4" => "FreeHand 4 Drawing File", | |
"fh5" => "FreeHand 5 Drawing File", | |
"fh6" => "FreeHand 6 Drawing File", | |
"fh7" => "FreeHand 7 Drawing File", | |
"fh8" => "FreeHand 8 Drawing File", | |
"fh9" => "FreeHand 9 Drawing File", | |
"fhd" => "FreeHand Drawing File", | |
"fif" => "Fractal Image File", | |
"fig" => "Xfig Drawing", | |
"fmv" => "Frame Vector Metafile", | |
"fs" => "FlexiSIGN Document", | |
"ft10" => "FreeHand 10 Drawing Template", | |
"ft11" => "FreeHand 11 Drawing Template", | |
"ft7" => "FreeHand 7 Drawing Template", | |
"ft8" => "FreeHand 8 Template", | |
"ft9" => "FreeHand 9 Drawing Template", | |
"ftn" => "Flowton Diagram File", | |
"fxg" => "Flash XML Graphics File", | |
"gdraw" => "Google Drive Drawing", | |
"gem" => "GEM Metafile", | |
"gks" => "Graphics Kernel System File", | |
"glox" => "Microsoft Office SmartArt Graphics Layout File", | |
"gls" => "Sothink SWF Easy Shape File", | |
"graffle" => "OmniGraffle Drawing", | |
"gsd" => "Graphtec Vector Graphics File", | |
"gstencil" => "OmniGraffle Stencil", | |
"gtemplate" => "OmniGraffle Template", | |
"hgl" => "HP Graphics Language File", | |
"hpg" => "HPGL Plot File", | |
"hpgl" => "HP Graphics Language Plotter File", | |
"hpl" => "HP-GL Plotter File", | |
"idea" => "Adobe Ideas Document", | |
"igt" => "iGrafx Document Template", | |
"igx" => "iGrafx Document", | |
"imd" => "Microsoft VisioModeler File", | |
"ink" => "Pocket PC Handwritten Note", | |
"ink" => "InkML Image", | |
"lmk" => "Sothink Logo Maker Image", | |
"mgc" => "Microsoft Clip Organizer Media Catalog", | |
"mgcb" => "Equation Illustrator Project File", | |
"mgmf" => "MindGenius Map File", | |
"mgmt" => "MindGenius 2-3 Template", | |
"mgmx" => "MindGenius XML Map File", | |
"mgs" => "MGCSoft Vector Shapes File", | |
"mgtx" => "MindGenius XML Template File", | |
"mmat" => "MindManager Map Template", | |
"mp" => "LaTeX MetaPost File", | |
"nap" => "NAP Metafile", | |
"odg" => "OpenDocument Graphic File", | |
"otg" => "OpenDocument Graphic Template", | |
"ovp" => "The Overlay Maker Package File", | |
"ovr" => "The Overlay Maker Overlay File", | |
"pat" => "CorelDRAW Pattern File", | |
"pcs" => "Microsoft Office ClipArt File", | |
"pd" => "FlexiSIGN 5 Plotter Document", | |
"pen" => "Logitech io2 Drawing", | |
"pfd" => "Micrografx Optima! File", | |
"pfv" => "PhotoFiltre Studio Vectorial Path", | |
"pl" => "Unix Color Plot File", | |
"plt" => "HPGL Plot File", | |
"plt" => "AutoCAD Plotter Document", | |
"pmg" => "PageMaker Group File", | |
"pobj" => "Photo Pos Pro Vector Object File", | |
"ps" => "PostScript File", | |
"psid" => "PostScript Image Data File", | |
"pws" => "Print Workshop Image", | |
"rdl" => "MicroStation Redline File", | |
"scv" => "ScanVec CASmate Sign File", | |
"sda" => "StarOffice Drawing", | |
"sk1" => "sK1 Vector Graphic File", | |
"sk2" => "ChemSketch Drawing", | |
"sketch" => "Sketch Drawing", | |
"slddrt" => "SolidWorks Sheet File", | |
"smf" => "Serif Metafile", | |
"snagitstamps" => "Snagit Stamp Archive", | |
"snagstyles" => "Snagit Style Archive", | |
"ssk" => "SmartSketch 95 Document", | |
"std" => "Apache OpenOffice Drawing Template", | |
"stn" => "Genuine Fractals Image", | |
"svf" => "Simple Vector Format Graphic", | |
"svg" => "Scalable Vector Graphics File", | |
"svgz" => "Compressed SVG File", | |
"sxd" => "StarOffice Drawing", | |
"tlc" => "The Logo Creator File", | |
"tne" => "Manga Studio Tone File", | |
"tpl" => "Canvas Template", | |
"ufr" => "Ultra Fractal File", | |
"vbr" => "GIMP Parametric Brush File", | |
"vec" => "CX-Designer Shape File", | |
"vml" => "Vector Markup Language File", | |
"vsd" => "Visio Drawing File", | |
"vsdm" => "Visio Macro-Enabled Drawing", | |
"vsdx" => "Visio Drawing", | |
"vst" => "Visio Drawing Template", | |
"vstm" => "Visio Macro-Enabled Drawing Template", | |
"vstx" => "Visio Drawing Template", | |
"wmf" => "Windows Metafile", | |
"wmz" => "Compressed Windows Metafile", | |
"wpg" => "WordPerfect Graphic File", | |
"xar" => "Xara Xtreme Drawing", | |
"xmind" => "XMind Workbook File", | |
"xmmap" => "MindManager XML Map File", | |
"xpr" => "Microsoft Expression Design Graphic", | |
"yal" => "Arts & Letters Clipart Library", | |
"zgm" => "Zenographics Image File" | |
), 'Spreadsheet' => array( | |
"123" => "Lotus 1-2-3 Spreadsheet", | |
"ast" => "Ability Spreadsheet Template", | |
"aws" => "Ability Spreadsheet File", | |
"bks" => "Microsoft Works Spreadsheet Backup File", | |
"def" => "SmartWare II Data File", | |
"dex" => "Excel Spreadsheet", | |
"dfg" => "Data Flask Grid File", | |
"dis" => "Oracle Discoverer Workbook", | |
"edx" => "Edraw XML FIle", | |
"edxz" => "Edraw Compressed XML FIle", | |
"ess" => "EasySpreadsheet Spreadsheet", | |
"fcs" => "First Choice Spreadsheet", | |
"fm" => "FileMaker Database", | |
"fods" => "OpenDocument Flat XML Spreadsheet", | |
"fp" => "FileMaker Pro Spreadsheet", | |
"gsheet" => "Google Drive Spreadsheet", | |
"imp" => "Improv Spreadsheet", | |
"mar" => "Mariner Calc Spreadsheet", | |
"nb" => "Mathematica Notebook", | |
"nmbtemplate" => "Numbers Spreadsheet Template", | |
"numbers" => "Numbers Spreadsheet File", | |
"numbers-tef" => "Numbers iCloud Document", | |
"ods" => "OpenDocument Spreadsheet", | |
"ots" => "OpenDocument Spreadsheet Template", | |
"pmd" => "PlanMaker Spreadsheet", | |
"pmv" => "PlanMaker Spreadsheet Template", | |
"qpw" => "Quattro Pro Spreadsheet", | |
"rdf" => "Report Definition File", | |
"sdc" => "Apache OpenOffice Calc Spreadsheet", | |
"stc" => "StarOffice Calc Spreadsheet Template", | |
"sxc" => "StarOffice Calc Spreadsheet", | |
"tmv" => "TimeMap Visual", | |
"tmvt" => "TimeMap Template", | |
"uos" => "Uniform Office Spreadsheet", | |
"wki" => "Lotus 2 Worksheet", | |
"wks" => "Lotus 1-2-3 Spreadsheet", | |
"wks" => "Works Spreadsheet", | |
"wku" => "Lotus 1-2-3 Spreadsheet", | |
"wq1" => "Quattro Pro for DOS Spreadsheet File", | |
"wq2" => "Quattro Pro for DOS Spreadsheet File", | |
"xar" => "Excel Auto-Recovery File", | |
"xl" => "Excel Spreadsheet", | |
"xlr" => "Works Spreadsheet", | |
"xls" => "Excel Spreadsheet", | |
"xlsb" => "Excel Binary Spreadsheet", | |
"xlshtml" => "Microsoft Excel HTML Spreadsheet", | |
"xlsm" => "Excel Open XML Macro-Enabled Spreadsheet", | |
"xlsmhtml" => "Microsoft Excel MIME HTML Spreadsheet", | |
"xlsx" => "Microsoft Excel Open XML Spreadsheet", | |
"xlthtml" => "Microsoft Excel HTML Spreadsheet Template", | |
"xltm" => "Excel Open XML Macro-Enabled Spreadsheet Template", | |
"xltx" => "Excel Open XML Spreadsheet Template" | |
), 'Developer' => array( | |
"$01" => "DOS Pipe File", | |
"001" => "Multimedia Fusion Backup File", | |
"4db" => "4th Dimension Database Structure File", | |
"4th" => "Forth Language File", | |
"a" => "Static Library", | |
"a2w" => "Alice World", | |
"ab" => "Applix Builder File", | |
"abc" => "ActionScript Byte Code File", | |
"abc" => "ABC Source File", | |
"acd" => "RSLogix 5000 Program", | |
"acp" => "EditPlus Auto-Completion File", | |
"act" => "DS Game Maker Action File", | |
"actx" => "DS Game Maker Action Description File", | |
"ada" => "Ada Source Code", | |
"adb" => "Ada Body File", | |
"adblock" => "Alpha Five Library Temporary File", | |
"addin" => "Visual Studio Add-in Definition File", | |
"ads" => "Ada Specification File", | |
"agi" => "Asterisk Gateway Interface File", | |
"alb" => "Alpha Five Library", | |
"alm" => "Alpha Five Library", | |
"alp" => "AnyLogic Project File", | |
"alx" => "Alpha Five Library Index File", | |
"am" => "Automake Makefile Template", | |
"am4" => "AutoPlay Media Studio 4 Project File", | |
"am5" => "AutoPlay Media Studio 5 Project File", | |
"am6" => "AutoPlay Media Studio 6 Project", | |
"am7" => "AutoPlay Media Studio 7 Project", | |
"aml" => "Abstract Markup Language", | |
"aml" => "Arc Macro Language File", | |
"ane" => "Adobe AIR Native Extension", | |
"anjuta" => "Anjuta IDE Project File", | |
"ap_" => "ADT Android Developer Package", | |
"apa" => "RSView Development Project Archive", | |
"applet" => "Eclipse Java Applet Policy File", | |
"appx" => "Windows 8 App Package", | |
"appxsym" => "Windows 8 App Package Symbols File", | |
"appxupload" => "Windows 8 App Upload Package", | |
"apr" => "Apadana Project File", | |
"aps" => "Visual C++ Resource File", | |
"arr" => "MultiMedia Fusion Array File", | |
"arsc" => "Android Package Resource File", | |
"art" => "Artifacts Artifact File", | |
"artproj" => "Artifacts Project", | |
"as" => "ActionScript File", | |
"as2proj" => "FlashDevelop ActionScript 2 Project File", | |
"as3proj" => "FlashDevelop ActionScript 3 Project File", | |
"asc" => "ActionScript Communication File", | |
"ascs" => "ActionScript Communication Server File", | |
"asdb" => "Asphyre Sphinx Archive File", | |
"asi" => "Alpha Five Variable File", | |
"asm" => "Visual Studio Assembler Source Code File", | |
"asm" => "Assembly Language Source Code File", | |
"asvf" => "Asphyre Sphinx Archive File", | |
"asx" => "Alpha Five Library Temporary Index File", | |
"au3" => "AutoIt v3 Script", | |
"aut" => "AutoIt Script File", | |
"autoplay" => "AutoPlay Media Studio Project File", | |
"awk" => "AWK Script", | |
"axe" => "Annotated XML Example File", | |
"b" => "BASIC Source File", | |
"b" => "BuRg3r Definition File", | |
"bas" => "BASIC Source Code File", | |
"basex" => "BaseX Data File", | |
"bb" => "Blitz Source Code File", | |
"bbc" => "BBC BASIC Data File", | |
"bbproject" => "BBEdit Project File", | |
"bbprojectd" => "BBEdit Project Document", | |
"bcp" => "Borland C++ Makefile", | |
"bdsproj" => "Borland Developer Studio Project", | |
"bet" => "BETA Source File", | |
"bluej" => "BlueJ Package File", | |
"bpg" => "Borland Project Group", | |
"bpl" => "Borland Package Library", | |
"bpr" => "Borland C++Builder Project File", | |
"brx" => "BREW Application Resource File", | |
"bs2" => "BASIC Stamp 2 Code File", | |
"bsc" => "Visual Studio Source Browser Information File", | |
"bsh" => "BeanShell Script", | |
"btn" => "AutoPlay Media Studio Button File", | |
"buildpath" => "Eclipse Build Path File", | |
"bur" => "BuRg3r Source Code File", | |
"bytes" => "Binary Text Asset Data File", | |
"c" => "Lite-C Script", | |
"c" => "C/C++ Source Code File", | |
"caf" => "CryENGINE Character Animation File", | |
"cap" => "Construct Game Development File", | |
"caproj" => "Construct Project File", | |
"capx" => "Construct Compressed Project File", | |
"car" => "Brew Component Application Resource File", | |
"cba" => "CryENGINE Resource Compiler Settings File", | |
"cbl" => "COBOL Source Code File", | |
"cbp" => "Code::Blocks Project File", | |
"cc" => "C++ Source Code File", | |
"ccgame" => "XNA Creators Club Game Package", | |
"ccn" => "Compressed Multimedia Fusion File", | |
"ccp" => "CodeCharge Studio Page File", | |
"ccs" => "CodeCharge Studio Project File", | |
"ccscc" => "ClearCase Source Control Info File", | |
"cd" => "Visual Studio Class Diagram", | |
"cdf" => "CryENGINE Character Definition File", | |
"cdx" => "Alpha Five Table Index File", | |
"cdxml" => "Cmdlet Definition XML File", | |
"cfc" => "ColdFusion Component File", | |
"cham" => "Compiled HAM File", | |
"chef" => "Chef Source Code File", | |
"ci" => "PolySpace Preprocessed Code File", | |
"ckbx" => "Cricket Audio XML Bank Description File", | |
"class" => "Java Class File", | |
"clips" => "Coda Clips File", | |
"cls" => "Program Class File", | |
"clw" => "Visual C++ ClassWizard File", | |
"cma" => "OCaml Library", | |
"cob" => "COBOL Source Code File", | |
"cod" => "Compiled Source Code", | |
"config" => "Configuration File", | |
"cp" => "Captivate Source File", | |
"cp" => "Xcode C++ Source File", | |
"cpb" => "Comicino Studio Project File", | |
"cpp" => "C++ Source Code File", | |
"cs" => "Visual C# Source Code File", | |
"csi" => "ContentServ Include File", | |
"csi" => "EdLog Program Data File", | |
"csn" => "Adobe Code Snippet Document", | |
"csp" => "Caché Server Page", | |
"csproj" => "Visual Studio C# Project", | |
"cst" => "ContentServ Template", | |
"csx" => "Visual C# Script", | |
"ctc" => "Visual Studio Command Table Configuration File", | |
"ctl" => "Visual Basic UserControl Object File", | |
"cto" => "Visual Studio Binary Command Table Output File", | |
"ctp" => "CakePHP Template", | |
"ctsym" => "Visual Studio Command Table Output File", | |
"ctx" => "Visual Basic Control Binary File", | |
"ctxt" => "BlueJ Context File", | |
"cu" => "CUDA Source Code File", | |
"cvsrc" => "CVS Command File", | |
"cxp" => "CX-Programmer Project File", | |
"cxt" => "CX-Programmer Project Text File", | |
"cxx" => "C++ Source Code File", | |
"d" => "D Source Code File", | |
"dabriefcase" => "RemObjects Data Abstract File Briefcase", | |
"daconfig" => "RemObjects Data Abstract Configuration File", | |
"dba" => "CryENGINE Animation Database File", | |
"dba" => "DarkBASIC Source Code File", | |
"dbml" => "Visual Studio OR Design File", | |
"dbo" => "DarkBASIC Object", | |
"dbpro" => "DarkBASIC Professional Project File", | |
"dbproj" => "Visual Studio Database Project File", | |
"dcp" => "Delphi Compiled Package", | |
"dcproj" => "Dashcode Project", | |
"dcu" => "Delphi Compiled Unit", | |
"dcuil" => "Delphi .NET Compiled Unit File", | |
"ddd" => "Alpha Five Data Dictionary File", | |
"ddm" => "Alpha Five Data Dictionary Memo File", | |
"ddp" => "Delphi Diagram Portfolio File", | |
"ddx" => "Alpha Five Data Dictionary Index File", | |
"dec" => "Declaration File", | |
"def" => "Module-Definition File", | |
"defs" => "BlueJ Settings File", | |
"dep" => "Windows Dependency File", | |
"depend" => "Code::Blocks Dependencies File", | |
"dev" => "Dev-C++ Project File", | |
"developerprofile" => "Xcode Developer Profile", | |
"deviceids" => "Device Identification FIle", | |
"dex" => "Dalvik Executable File", | |
"df1" => "Omnis Native Datafile", | |
"dfk" => "Dark Flow Project File", | |
"dfm" => "Delphi Form", | |
"dgml" => "Visual Studio Directed Graph Document", | |
"dgsl" => "Visual Shader Graph File", | |
"diff" => "Patch File", | |
"dis" => "DisSharp Project File", | |
"dm1" => "ER/Studio Data Model File", | |
"dmd" => "SQL Developer Data Modeler File", | |
"dob" => "Visual Basic UserDocument", | |
"docset" => "Doxygen Document Set File", | |
"dox" => "Doxygen Documentation File", | |
"dox" => "Visual Basic Binary UserDocument", | |
"dpk" => "Delphi Package", | |
"dpkw" => "Delphi Package", | |
"dpl" => "Delphi Package Library", | |
"dpr" => "Delphi Project", | |
"dproj" => "Delphi Project", | |
"dres" => "Delphi Compiled Resource File", | |
"drf" => "Delphi Resource File", | |
"dsgm" => "DS Game Maker Project", | |
"dsk" => "Borland Project Desktop File", | |
"dsp" => "Visual C++ 6 Project", | |
"dsym" => "Xcode Debug Symbols File", | |
"dtd" => "Document Type Definition File", | |
"dylib" => "Mach-O Dynamic Library", | |
"ecp" => "EasyC Project File", | |
"edm" => "Adobe Extension Data Markup Language File", | |
"edml" => "Adobe Extension Data Markup Language Document", | |
"edmx" => "ADO.NET Entity Data Model Designer File", | |
"el" => "Emacs Lisp Code File", | |
"elc" => "Emacs Compiled Lisp File", | |
"ent" => "External Entity", | |
"entitlements" => "Mac App Sandboxing Entitlements File", | |
"eql" => "Embedded SQL File", | |
"erb" => "Ruby ERB Script", | |
"erl" => "Erlang Source Code File", | |
"ex" => "Euphoria Source Code", | |
"exl" => "JSDAI Inclusion or Exclusion List", | |
"exp" => "Symbols Export File", | |
"exw" => "Euphoria Source code File", | |
"f" => "Fortran Source Code", | |
"f90" => "Fortran 90 Source Code File", | |
"fbp" => "wxFormBuilder Project", | |
"fbp7" => "FinalBuilder 7 Project", | |
"fbz7" => "Compressed FinalBuilder 7 Project", | |
"fce" => "ForeUI Custom Element File", | |
"fcl" => "ForeUI Custom Library File", | |
"fd" => "DataFlex Data File", | |
"feature" => "SharePoint Feature File", | |
"fgl" => "Fifth Generation Language Source File", | |
"filters" => "Visual C++ Project Filters File", | |
"fimpp" => "FiM++ Source Code File", | |
"fla" => "Adobe Flash Animation", | |
"for" => "Fortran 77 Source File", | |
"forth" => "Forth Language File", | |
"fpm" => "FPS Creator Map File", | |
"fpp" => "Fortran Source Code", | |
"fpt" => "Alpha Five Table Memo File", | |
"framework" => "Mac OS X Application Framework", | |
"frj" => "FreeForm-J Project File", | |
"frm" => "Visual Basic Text Form", | |
"frx" => "Visual Basic Binary Form File", | |
"frx" => "FoxPro Report", | |
"fs" => "Visual F# Source File", | |
"fsi" => "Visual F# Signature File", | |
"fsl" => "Form•Z Script", | |
"fsproj" => "Visual F# Project File", | |
"fsproj" => "FireStarter Project File", | |
"fsscript" => "Visual F# Script", | |
"fsx" => "Visual F# Script File", | |
"ftl" => "FreeMarker Template File", | |
"ftn" => "Fortran Source Code File", | |
"fxc" => "FilePackager Configuration", | |
"fxcproj" => "FX Composer Project File", | |
"fxl" => "FaceFX Language File", | |
"fxml" => "FXML Source Code File", | |
"fxpl" => "Adobe Flash FXP Library", | |
"gameproj" => "GameSalad Project File", | |
"gar" => "GridGain Archive", | |
"gbap" => "GLBasic Project File", | |
"gbas" => "GLBasic Source File", | |
"gch" => "Precompiled Header File", | |
"gdfmakerproject" => "GDF Editor Project File", | |
"ged" => "Game Editor Project File", | |
"gem" => "RubyGems Package", | |
"gemspec" => "Gem Specification File", | |
"gfar" => "Greenfoot Archive", | |
"gitattributes" => "Git Attributes File", | |
"gitignore" => "Git Ignore File", | |
"glade" => "Glade Project File", | |
"gld" => "MPLAB C Compiler Linker Script File", | |
"global" => "Global Makefile", | |
"gls" => "GLScript Game Script", | |
"gm" => "GameMonkey Script", | |
"gm6" => "Game Maker 6 Project File", | |
"gm81" => "Game Maker 8.1 Project File", | |
"gmd" => "Game Maker Program Code", | |
"gmk" => "Game Maker Project File", | |
"gml" => "Game Maker Language File", | |
"gmo" => "GNU Machine Object File", | |
"gmx" => "GameMaker File", | |
"gnumakefile" => "GNU Makefile", | |
"go" => "Go Source Code File", | |
"gorm" => "Gorm Interface Resource File", | |
"gpj" => "MULTI IDE Project File", | |
"gpj" => "jGRASP Project File", | |
"greenfoot" => "Greenfoot Project Archive", | |
"groovy" => "Groovy Source Code File", | |
"groupproj" => "Delphi Project Group File", | |
"gs" => "Google Apps Script", | |
"gs3" => "GameStarter File", | |
"gsproj" => "GameSalad Windows Project File", | |
"gszip" => "GameSalad Marketplace Asset File", | |
"gvy" => "Groovy Source Code File", | |
"h" => "C/C++/Objective-C Header File", | |
"hal" => "HansaWorld Application Language File", | |
"haml" => "Haml Source Code File", | |
"handlebars" => "Handlebars Template", | |
"has" => "Haskell Script", | |
"hbs" => "Handlebars Template", | |
"hcf" => "Compact Ham Library", | |
"hh" => "C++ Header File", | |
"hhh" => "Power C Precompiled Header File", | |
"hpf" => "High Performance Fortran File", | |
"hpp" => "C++ Header File", | |
"hrl" => "Erlang Header File", | |
"hs" => "Haskell Script", | |
"hxx" => "C++ Source Code Header File", | |
"hydra" => "Hydra Image Filter Program File", | |
"i" => "Visual Studio Intermediate File", | |
"i" => "INTERCAL Source File", | |
"idb" => "Visual Studio Intermediate Debug File", | |
"idl" => "Interface Definition Language File", | |
"idt" => "Windows Installer Database Text Archive File", | |
"ilk" => "Incremental Linking File", | |
"iml" => "IntelliJ IDEA Module", | |
"inc" => "Include File", | |
"inl" => "C++ Inline File", | |
"ino" => "Arduino Sketch File", | |
"ipch" => "Intellisense Precompiled Header File", | |
"ipp" => "Inline Guard Macro File", | |
"ipr" => "IntelliJ IDEA Project File", | |
"ipr" => "InstallShield Professional Project File", | |
"isc" => "Xilinx Device Configuration File", | |
"ise" => "InstallShield Express Project File", | |
"ism" => "InstallShield Project File", | |
"ist" => "InstallShield Project Template File", | |
"iws" => "IntelliJ IDEA Web Page", | |
"iwz" => "InstallShield Express 2 Project File", | |
"j" => "Java Source File", | |
"jav" => "Java Source File", | |
"java" => "Java Source Code File", | |
"jcp" => "JCreator Project File", | |
"jed" => "Xilinx JEDEC Programming File", | |
"jic" => "JTAG Indirect Configuration File", | |
"jl" => "Julia Source Code File", | |
"jnilib" => "JNI Library", | |
"jpd" => "Java Process Definition", | |
"jpr" => "JBuilder Project", | |
"jpx" => "JBuilder Project", | |
"jsfl" => "Flash JavaScript File", | |
"jsh" => "Jsh Script", | |
"jsh" => "JAWS Script Header File", | |
"jspf" => "Java Server Page Fragment", | |
"jss" => "JAWS Script", | |
"jsxinc" => "ExtendScript Included Script File", | |
"kb" => "C++ Keyboard Script", | |
"kdevdlg" => "KDevelop Dialog Box File", | |
"kdevelop" => "KDevelop Project Data File", | |
"kdevprj" => "KDevelop Project File", | |
"kdmp" => "Windows Crash Dump File", | |
"kpl" => "Kids Programming Language File", | |
"l" => "Lex Source File", | |
"lbi" => "Dreamweaver Library Item", | |
"lbs" => "Omnis Library", | |
"lds" => "Binutils LD Linker Script", | |
"lgo" => "Logo Instructions File", | |
"lhs" => "Literate Haskell Script", | |
"licenses" => "Visual Studio Licensed Classes File", | |
"licx" => "Visual Studio License File", | |
"lis" => "VAX Program Listing", | |
"lisp" => "Lisp Source Code File", | |
"list" => "JAR Index File", | |
"lit" => "Lit Source Code File", | |
"lit" => "Literate Haskell Script", | |
"livecode" => "LiveCode Stack File", | |
"lnt" => "PC-lint/FlexeLint Configuration File", | |
"lol" => "LOLCODE Source Code FIle", | |
"lproj" => "Localized Project Folder", | |
"lrdb" => "Photoshop Lightroom Database", | |
"lrf" => "Microsoft Linker Response File", | |
"lsp" => "Lisp Program Source Code File", | |
"lsproj" => "Visual Studio LightSwitch Project", | |
"ltb" => "LithTech Binary File", | |
"lua" => "Lua Source File", | |
"lucidsnippet" => "Lucid Snippet File", | |
"lxsproj" => "Liquid XML Studio Project File", | |
"m" => "MATLAB Source Code File", | |
"m" => "Mercury Source Code File", | |
"m" => "Objective-C Implementation File", | |
"m4" => "Macro Processor Library", | |
"magik" => "Magik Source Code File", | |
"mak" => "Makefile", | |
"make" => "Xcode Makefile Script", | |
"makefile" => "Makefile", | |
"mako" => "Mako Template", | |
"markdn" => "Markdown File", | |
"markdown" => "Markdown Documentation File", | |
"mcp" => "CodeWarrior Project", | |
"md" => "Machine Description File", | |
"md" => "Markdown Documentation File", | |
"mdown" => "Markdown File", | |
"mdzip" => "MagicDraw Project Archive", | |
"med" => "RSView Development Project", | |
"mer" => "RSView Development Runtime File", | |
"mf" => "Java Manifest File", | |
"mfa" => "Multimedia Fusion Development File", | |
"mfcribbon-ms" => "MFC Ribbon Definition XML File", | |
"mk" => "Makefile", | |
"ml" => "ML Source Code File", | |
"mlb" => "Visual FoxPro Library", | |
"mm" => "Objective-C++ Source File", | |
"mo" => "Machine Object File", | |
"mod" => "Fortran Module File", | |
"mom" => "Managed Object Model", | |
"mpr" => "FoxPro Generated Menu Program", | |
"mrt" => "Stimulsoft Report File", | |
"msha" => "Microsoft Help Asset File", | |
"mshc" => "Microsoft Help Container File", | |
"mshi" => "Microsoft Help Index File", | |
"msl" => "Mapping Specification Language File", | |
"msp" => "MaxScript Page File", | |
"mss" => "Microprocessor Software Specification File", | |
"mv" => "MivaScript File", | |
"mvx" => "Multimedia Fusion Movement Extension", | |
"mxml" => "Flex MXML Component", | |
"myapp" => "Visual Studio Application XML File", | |
"nbc" => "Next Byte Codes Source Code File", | |
"ncb" => "Visual C++ IntelliSense Database", | |
"ned" => "OMNeT++ Network Description File", | |
"neko" => "Neko Source Code File", | |
"nfm" => "Delphi .NET Form File", | |
"nib" => "Interface Builder User Interface File", | |
"nim" => "Nimrod Source Code File", | |
"nk" => "NUKE Script", | |
"nls" => "NetLogo Source File", | |
"nqc" => "Not Quite C Source Code File", | |
"nsh" => "NSIS Header File", | |
"nsi" => "NSIS Script", | |
"nupkg" => "NuGet Package", | |
"nuspec" => "NuGet Specification File", | |
"nvv" => "NVIDIA Vertex Shader File", | |
"nw" => "Node-Webkit App Package", | |
"nxc" => "Not eXactly C Source Code File", | |
"o" => "Compiled Object File", | |
"oca" => "Custom Control Library Type File", | |
"octest" => "Xcode Objective-C Unit Test Bundle", | |
"ocx" => "ActiveX Control", | |
"odl" => "Object Description Language File", | |
"omo" => "OMake Object File", | |
"orderedtest" => "Visual Studio Ordered Test File", | |
"os" => "ObjectScript Source File", | |
"osc" => "Obix Source Code File", | |
"ow" => "Free Pascal 1.0.x Object File", | |
"owl" => "OWL Source Code File", | |
"oxygene" => "Oxygene Project File", | |
"p" => "Pascal Source Code", | |
"p" => "Python Pickle File", | |
"p3d" => "Panda3D Multifile", | |
"p6" => "Perl 6 Source Code File", | |
"pas" => "Delphi Unit Source File", | |
"pas" => "Pascal Source File", | |
"patch" => "Patch File", | |
"pb" => "PureBasic Source File", | |
"pbg" => "Pixel Bender Graph File", | |
"pbj" => "Pixel Bender Bytecode File", | |
"pbk" => "Pixel Bender Kernel File", | |
"pbproj" => "Project Builder Project", | |
"pbxbtree" => "Xcode Auto-Complete File", | |
"pbxproj" => "Xcode Project Data File", | |
"pbxuser" => "Xcode Project User Data File", | |
"pc" => "Pro*C Source Code File", | |
"pch" => "Precompiled Header File", | |
"pcp" => "Windows Installer Patch Creation Properties File", | |
"pde" => "Processing Development Environment Source Code File", | |
"pde" => "Arduino Sketch", | |
"pdl" => "Perl Data Language File", | |
"pdm" => "VB Project Information File", | |
"pfg" => "jEEPers Program Configuration File", | |
"ph" => "Perl Header File", | |
"pickle" => "Python Pickle File", | |
"pika" => "Pika Software Builder Project File", | |
"pjx" => "FoxPro Project", | |
"pkgdef" => "Visual Studio Shell File", | |
"pkgundef" => "Visual Studio Shell File", | |
"pl" => "Prolog Source Code File", | |
"pl" => "Perl Script", | |
"pl1" => "PL/I Source Code", | |
"plc" => "PL/B Source File", | |
"ple" => "Messenger Plus! Live Encrypted Log File", | |
"plg" => "Visual Studio Build Log File", | |
"pli" => "PL/I Source Code File", | |
"pltsuite" => "Safari Page Load Test Suite File", | |
"pm" => "Perl Module", | |
"pmq" => "Microsoft Target Analyzer File", | |
"pnt" => "Panther Project", | |
"po" => "Portable Object", | |
"pod" => "Perl POD File", | |
"pom" => "Maven Build File", | |
"pot" => "Portable Object File", | |
"ppc" => "Mobile Data Studio Project File", | |
"ppl" => "Free Pascal Dynamic Library", | |
"ppu" => "Free Pascal Unit File", | |
"prg" => "Visual FoxPro Program File", | |
"prg" => "RPG Toolkit Program File", | |
"prg" => "xBase Program File", | |
"prg" => "RAPID Program File", | |
"pri" => "Windows Compiled Resources File", | |
"pri" => "Qt Project Include File", | |
"pro" => "Qt Project File", | |
"project" => "Eclipse Project Settings File", | |
"proto" => "Protocol Buffer File", | |
"psc" => "Papyrus Script", | |
"psd1" => "Windows PowerShell Data File", | |
"psess" => "Visual Studio Performance Session File", | |
"psm1" => "Windows PowerShell Script Module File", | |
"ptl" => "Rational Rose Petal File", | |
"pty" => "Rational Property Set", | |
"pwn" => "Pawn Source Code File", | |
"pxd" => "Pyrex Definition File", | |
"pxi" => "Pyrex Include File", | |
"py" => "Python Script", | |
"pyd" => "Python Dynamic Module", | |
"pym" => "PYM Macro Preprocessor File", | |
"pyw" => "Python GUI Source File", | |
"pyx" => "Pyrex Source Code File", | |
"qml" => "QT Meta Language File", | |
"qpr" => "FoxPro Generated Query Program", | |
"qx" => "Quexal Source Code", | |
"r" => "Rez Source Code File", | |
"r" => "REBOL Script", | |
"r" => "Ratfor Source Code File", | |
"r" => "R Script File", | |
"rav" => "Rave Reports Project File", | |
"rb" => "Ruby Source Code", | |
"rb" => "Real Studio Project", | |
"rbc" => "Rembo-C Script", | |
"rbp" => "Real Studio Project File", | |
"rbvcp" => "Real Studio Version Controlled Project", | |
"rbw" => "Ruby Script", | |
"rbxs" => "ROBLOX Script", | |
"rc" => "Resource Script", | |
"rc2" => "Visual Studio Resources File", | |
"rdlc" => "Visual Studio Client Report Definition File", | |
"reb" => "REBOL Script File", | |
"refresh" => "Visual Studio Refresh File", | |
"res" => "Windows Resource File", | |
"res" => "C++ Complied Resource Script", | |
"resjson" => "Windows JavaScript Resources File", | |
"resources" => "Visual Studio Resource File", | |
"resw" => "Windows Resources File", | |
"resx" => "NET Managed Resources File", | |
"rise" => "RISE Editor Model File", | |
"rls" => "Symbian Localization File", | |
"rnc" => "RELAX NG Compact Syntax File", | |
"rodl" => "RemObjects Definition Language File", | |
"rotest" => "RemObjects SDK Test File", | |
"rotestresult" => "RemObjects SDK Test Results File", | |
"rpy" => "Python Script", | |
"rs" => "Rust Source Code File", | |
"rsrc" => "Macintosh Resource File", | |
"rss" => "Symbian Application Resource File", | |
"ru" => "Java Russian Font Properties File", | |
"rul" => "InstallShield Rules File", | |
"rwsnippet" => "RapidWeaver Snippet File", | |
"s" => "Source Code File", | |
"s19" => "Motorola S19 File Record", | |
"sas" => "SAS Program File", | |
"sb" => "Scratch Project File", | |
"sb" => "Small Basic Source Code File", | |
"sb2" => "Scratch 2.0 Project File", | |
"sbproj" => "OpenGL Shader Builder Project", | |
"sbr" => "Visual Studio Source Browser Intermediate File", | |
"sc" => "SuperCollider Source Code File", | |
"scc" => "SourceSafe Source Code Control File", | |
"scratch" => "Scratch Project File", | |
"scriptsuite" => "AppleScript Script Suite File", | |
"scriptterminology" => "AppleScript Script Terminology File", | |
"sdef" => "AppleScript Dictionary Document", | |
"sdl" => "Service Description Language File", | |
"sed" => "Sed Script", | |
"sem" => "Alpha Five Set Data Dictionary Memo File", | |
"set" => "Alpha Five Set Data Dictionary File", | |
"setup" => "CryENGINE Character Setup File", | |
"sex" => "Alpha Five Set Data Dictionary Index File", | |
"sgpbpr" => "Baltie Program", | |
"sgpsc" => "Baltie Scene", | |
"sh" => "Bash Shell Script", | |
"sjava" => "Synchronous Java File", | |
"sll" => "Static Link Library", | |
"sln" => "Visual Studio Solution File", | |
"slogo" => "StarLogo Project File", | |
"slogt" => "StarLogo Project Template", | |
"sltng" => "StarLogo TNG Project File", | |
"sma" => "AMX Mod Plugin Source File", | |
"smali" => "Android Smali Assembly Language File", | |
"smf" => "SkinMagic C/C++ Toolkit File", | |
"sml" => "ARC/INFO Simple Macro Language File", | |
"snippet" => "Visual Studio IntelliSense Code Snippet", | |
"so" => "Shared Library", | |
"spec" => "RPM Specification File", | |
"spt" => "ESPL Programming File", | |
"spt" => "Cypress Semiconductor Script", | |
"sqlproj" => "Visual Studio SQL Server Project", | |
"src" => "Source Code", | |
"src.rpm" => "Red Hat Package Manager Source File", | |
"ss" => "SilverStripe Source Code File", | |
"ssc" => "SourceSafe Status File", | |
"ssi" => "Adobe Dreamweaver Server Side Include File", | |
"storyboard" => "Interface Builder Storyboard Document", | |
"sud" => "Super Project Analyzer File", | |
"suo" => "Visual Studio Solution User Options File", | |
"sup" => "Super Project Definition File", | |
"svn-base" => "Subversion Base File", | |
"swc" => "Flex Components Archive", | |
"swd" => "Flash Debug File", | |
"sym" => "Symbols File", | |
"t" => "Turing Source Code File", | |
"targets" => "MSBuild Targets File", | |
"tcc" => "C++ Source Code File", | |
"tcl" => "Tcl Script", | |
"tds" => "Turbo Debugger Symbols File", | |
"testrunconfig" => "Visual Studio Test Run Configuration File", | |
"testsettings" => "Visual Studio Test Settings File", | |
"textfactory" => "BBEdit Text Factory", | |
"tiprogram" => "TI-Basic Program File", | |
"tk" => "Tk Script", | |
"tld" => "Tag Library Descriptor File", | |
"tlh" => "Typelib Generated C/C++ Header File", | |
"tli" => "Typelib Generated C/C++ Inline File", | |
"tmlanguage" => "TextMate Language Grammar File", | |
"tmpl" => "BlueJ Default Template", | |
"tmproj" => "TextMate Project File", | |
"tmproject" => "TextMate Project", | |
"tns" => "TI-Nspire Document", | |
"tpu" => "Turbo Pascal Unit", | |
"tpx" => "Turbo Pascal 7 Unit", | |
"trx" => "Visual Studio Test Results File", | |
"tt" => "Visual Studio Text Template", | |
"tu" => "Turing Source File", | |
"tur" => "Turing Program Source File", | |
"twig" => "Twig Template", | |
"ui" => "User Interface File", | |
"uml" => "UML Data Object Model", | |
"umlclass" => "UML Class Model", | |
"v" => "Coq Source Code File", | |
"v" => "Verilog Source Code File", | |
"vac" => "Oc2.316s Cakit File", | |
"vala" => "Vala Source Code File", | |
"var" => "Variable Data", | |
"vbg" => "Visual Basic Project Group File", | |
"vbp" => "Visual Basic Project File", | |
"vbproj" => "Visual Studio Visual Basic Project", | |
"vbx" => "Visual Basic Custom Control", | |
"vbz" => "Visual Basic Project Template", | |
"vc" => "Verge Code File", | |
"vc4" => "Visual C++ 4 File", | |
"vcp" => "eMbedded Visual C++ Project File", | |
"vcproj" => "Visual C++ Project File", | |
"vcx" => "Visual Fox Pro Class Library", | |
"vcxproj" => "Visual C++ Project", | |
"vdm" => "VDM Specification File", | |
"vdm" => "VEDIT Macro File", | |
"vdp" => "Visual Studio Deployment Project", | |
"vdproj" => "Visual Studio Setup and Deployment Project", | |
"vgc" => "ViziGen Code Generation Template", | |
"vhd" => "VHDL Source File", | |
"vic" => "ViziGen Code Import Mappings File", | |
"vm" => "Velocity Template", | |
"vpc" => "ViziGen Configuration File", | |
"vsct" => "Visual Studio Command Table", | |
"vsixmanifest" => "VSIX Manifest", | |
"vsl" => "Velocity Template File", | |
"vsmacros" => "Visual Studio Binary Macro Project", | |
"vsmdi" => "Visual Studio Test Metadata File", | |
"vsmproj" => "Visual Studio Text Macro Project", | |
"vsp" => "Visual Studio Performance Report File", | |
"vspf" => "Visual Studio Performance Filter File", | |
"vsps" => "Visual Studio Serialized Performance Report", | |
"vspscc" => "Visual Studio Project Source Control File", | |
"vspx" => "Visual Studio Performance Report Data File", | |
"vssscc" => "Visual Studio Solution Source Control File", | |
"vsz" => "Visual Studio Wizard File", | |
"vtm" => "Visual Tool Markup Language Document", | |
"vtml" => "Visual Tool Markup Language File", | |
"vtv" => "Adobe Dreamweaver Validator Configuration File", | |
"w" => "OpenEdge Architect Source Code File", | |
"w32" => "Win32 Makefile", | |
"wdgt" => "Adobe Captivate Widget File", | |
"wdgtproj" => "Dashcode Widget Project", | |
"wdl" => "World Definition Language Script", | |
"wdp" => "Windev Project File", | |
"wdw" => "WinDev Window File", | |
"wid" => "Visual Studio Widget File", | |
"winmd" => "Windows Metadata File", | |
"wiq" => "Visual Studio Work Item Query File", | |
"wixlib" => "WiX Library File", | |
"wixmsp" => "WiX XML Patch File", | |
"wixmst" => "WiX Transform File", | |
"wixobj" => "WiX Object File", | |
"wixout" => "WiX XML Output File", | |
"wixpdb" => "WiX Debug File", | |
"wixproj" => "WiX Project File", | |
"worksheet" => "BBEdit Shell Worksheet File", | |
"workspace" => "Code::Blocks Workspace File", | |
"wowproj" => "AddOn Studio Project File", | |
"wpw" => "WinDev Mobile Window File", | |
"wsc" => "Windows Script Component", | |
"wsp" => "SharePoint Solution Package", | |
"wxi" => "WiX Include File", | |
"wxl" => "WiX Localization File", | |
"wxs" => "WiX Source File", | |
"x" => "Lex Source Code File", | |
"xaml" => "XAML File", | |
"xamlx" => "Visual Studio Workflow Service File", | |
"xap" => "XACT Project", | |
"xbf" => "XAML Binary File", | |
"xcappdata" => "Xcode App Data File", | |
"xcarchive" => "Xcode Archive", | |
"xcdatamodel" => "Xcode Core Data Model File", | |
"xcdatamodeld" => "Xcode Core Data Model File", | |
"xcode" => "Xcode Project", | |
"xcodeproj" => "Xcode Project", | |
"xcsnapshots" => "Xcode Snapshot", | |
"xcworkspace" => "Xcode Workspace File", | |
"xib" => "Interface Builder File", | |
"xoml" => "Windows Workflow File", | |
"xpp" => "X++ Source Code File", | |
"xq" => "XQuery File", | |
"xql" => "XML Query Language File", | |
"xqm" => "XQuery Module", | |
"xquery" => "XQuery Source Code File", | |
"xqy" => "XQuery Source File", | |
"xsd" => "XML Schema Definition", | |
"xsx" => "Visual Studio XML Schema Layout File", | |
"xt" => "Xdebug Trace File", | |
"y" => "Yacc Source File", | |
"yab" => "Yabasic Source Code", | |
"yaml" => "YAML Document", | |
"yml" => "YAML Document", | |
"yml2" => "YML Script", | |
"ymp" => "YaST Metapackage File", | |
"ypr" => "BYOB Project File", | |
"acsm" => "Adobe Content Server Message File", | |
"aep" => "Activ E-Book Project", | |
"apnx" => "Amazon Page Number Index File", | |
"ava" => "AvaaBook eBook", | |
"azw" => "Amazon Kindle eBook File", | |
"azw1" => "Amazon Topaz eBook", | |
"azw3" => "Amazon KF8 eBook File", | |
"azw4" => "Amazon Print Replica eBook", | |
"bkk" => "BookBuddi eBook File", | |
"bpnueb" => "PNU eBook File", | |
"cbc" => "Comic Book Collection", | |
"ceb" => "Apabi eBook File", | |
"dnl" => "DNAML eBook File", | |
"ebk" => "eBook Pro eBook File", | |
"edn" => "Adobe eBook Activation File", | |
"epub" => "Open eBook File", | |
"etd" => "Adobe Reader EBX Transfer Data File", | |
"fb2" => "FictionBook 2.0 File", | |
"fkb" => "Flipkart eBook File", | |
"html0" => "Book Designer File", | |
"htmlz" => "Zipped HTML eBook", | |
"htxt" => "Hanvon eBook File", | |
"htz4" => "HyperMaker 4 Publication", | |
"htz5" => "HyperMaker 5 Publication", | |
"koob" => "Koob E-Book File", | |
"lit" => "eBook File", | |
"lrf" => "Sony Portable Reader File", | |
"lrs" => "Librie Reader Source File", | |
"lrx" => "Sony Portable Reader File", | |
"mart" => "MartView eBook File", | |
"mbp" => "Mobipocket Notes File", | |
"mobi" => "Mobipocket eBook", | |
"ncx" => "EPUB Navigation Control XML File", | |
"oeb" => "Open eBook File", | |
"opf" => "Open Packaging Format File", | |
"pef" => "PEF Braille Book File", | |
"phl" => "Kindle Popular Highlights File", | |
"pml" => "Palm Markup Language File", | |
"pmlz" => "Zipped Palm Markup Language File", | |
"pobi" => "Kindle Touch Periodical File", | |
"prc" => "Mobipocket eBook File", | |
"qmk" => "YanCEyDesktop Quickmarks File", | |
"rzb" => "Red Zion Book File", | |
"rzs" => "Red Zion Security File", | |
"snb" => "Shanda Bambook eBook", | |
"tcr" => "Psion Series 3 eBook File", | |
"tk3" => "TK3 Multimedia eBook", | |
"tpz" => "Kindle Topaz eBook File", | |
"tr" => "TomeRaider 2 eBook File", | |
"tr3" => "TomeRaider eBook File", | |
"vbk" => "VitalSource eBook", | |
"webz" => "WEBZ Compressed eBook File", | |
"ybk" => "YanCEyWare eBook" | |
) | |
]; | |
$types = []; | |
foreach ($fileTypes as $key => $extArray) { | |
// dd($extArray); | |
foreach ($extArray as $extKey =>$extExplain){ | |
if (strtolower($extKey) === strtolower($ext)) { | |
$types[] = $extExplain.' ('.$key.')'; | |
} | |
} | |
} | |
return $types; | |
} | |
var_dump(implode(',',extDetect('filename.vp'))); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment