INI
File Extensions - INI
File extensions are identifiers appended to the end of filenames to indicate the type or format of a file. They are categorized into various categories such as documents, images, audio, video, and compressed files, and are used to open files with appropriate applications. Major extensions include .txt for text files, .pdf for PDF documents, .docx for Microsoft Word, .xlsx for Excel, .jpg and .png for images, .mp3 for audio, .mp4 for video, and .zip for compressed files.
file extensions
file formats
data formats
computer
documents
images
audio
video
[item.txt]
code=DOC-001
slug=txt
name=Plain Text File
description=The most basic text file format.
category=Text
extension=.txt
[item.pdf]
code=DOC-002
slug=pdf
name=PDF Document
description=A platform-independent document format.
category=Document
extension=.pdf
[item.docx]
code=DOC-003
slug=docx
name=Microsoft Word Document
description=The standard document format for Microsoft Word.
category=Document
extension=.docx
[item.xlsx]
code=DOC-004
slug=xlsx
name=Microsoft Excel Workbook
description=The standard spreadsheet format for Microsoft Excel.
category=Spreadsheet
extension=.xlsx
[item.csv]
code=DOC-005
slug=csv
name=CSV File
description=A comma-separated text data format.
category=Data
extension=.csv
[item.jpg]
code=IMG-001
slug=jpg
name=JPEG Image
description=The most common compressed image format.
category=Image
extension=.jpg
[item.png]
code=IMG-002
slug=png
name=PNG Image
description=A lossless compression image format supporting transparency.
category=Image
extension=.png
[item.gif]
code=IMG-003
slug=gif
name=GIF Image
description=An image format supporting animation.
category=Image
extension=.gif
[item.mp3]
code=AUD-001
slug=mp3
name=MP3 Audio
description=The most widely used compressed audio format.
category=Audio
extension=.mp3
[item.wav]
code=AUD-002
slug=wav
name=WAVE Audio
description=The standard uncompressed audio format.
category=Audio
extension=.wav
[item.mp4]
code=VID-001
slug=mp4
name=MP4 Video
description=The most common digital video format.
category=Video
extension=.mp4
[item.avi]
code=VID-002
slug=avi
name=AVI Video
description=A video container format developed by Microsoft.
category=Video
extension=.avi
[item.zip]
code=ARC-001
slug=zip
name=ZIP Archive
description=The most widely used compressed file format.
category=Archive
extension=.zip
[item.rar]
code=ARC-002
slug=rar
name=RAR Archive
description=A compressed file format with high compression ratio.
category=Archive
extension=.rar
[item.html]
code=WEB-001
slug=html
name=HTML File
description=The standard markup language for web pages.
category=Web
extension=.html
[item.css]
code=WEB-002
slug=css
name=CSS File
description=A language for defining web page styles.
category=Web
extension=.css
[item.js]
code=CODE-001
slug=js
name=JavaScript File
description=A scripting language for adding dynamic functionality to web pages.
category=Program
extension=.js
[item.py]
code=CODE-002
slug=py
name=Python Script
description=Source code file for the Python programming language.
category=Program
extension=.py