A collection of Chrome extensions built by Faadi.
| Extension | Description | Download |
|---|---|---|
| Texpert | Master formula reference & calculator for the textile industry | Download ZIP |
See each extension's folder for detailed documentation.
Click the Download ZIP link above for the extension you want.
- Windows: Right-click the
.zipfile → Extract All → click Extract - Mac: Double-click the
.zipfile
- Open Chrome and type
chrome://extensions/in the address bar, then press Enter - Turn on Developer mode (toggle in the top-right corner)
- Click the Load unpacked button
- Select the unzipped folder (e.g. the
texpertfolder)
Click the puzzle piece icon (Extensions) in Chrome's toolbar, then click the pin icon next to the extension name.
That's it — the extension is ready to use!
Chrome-Extensions/
├── README.md
├── texpert/ # Textile industry calculator
│ ├── README.md
│ ├── manifest.json
│ ├── popup.html
│ ├── script.js
│ ├── styles.css
│ └── icons/
└── <future-extension>/