HuntPDF Chrome Extension — Install & Publish
============================================

WHAT IT DOES
- Toolbar popup: search all HuntPDF tools and open any of them in one click.
- "Save this page as PDF": sends the current tab's URL to HuntPDF's URL-to-PDF tool.
- Right-click menu: HuntPDF > Merge / Compress / PDF to Word / Save page as PDF / All tools.
- Tool icons load live from huntpdf.com (with a lettered fallback if offline).

LOAD IT LOCALLY (to test)
1. Open Chrome and go to:  chrome://extensions
2. Turn ON "Developer mode" (top-right).
3. Click "Load unpacked".
4. Select this folder (the one containing manifest.json).
5. The red "H" icon appears in your toolbar. Pin it for quick access.

UPDATE THE TOOL LIST
- Edit the TOOLS array in popup.js  (label, page-file, icon-file).
- Add new context-menu shortcuts in background.js (MENU array).

PUBLISH TO THE CHROME WEB STORE
1. Zip the CONTENTS of this folder (not the folder itself) so manifest.json is at the zip root.
2. Go to the Chrome Web Store Developer Dashboard (one-time US$5 registration fee).
3. Upload the zip, add screenshots + a 128px icon + description, then submit for review.

NOTES
- The "?url=" and "?q=" parameters are passed to your pages. If url-to-pdf.html and
  all-tools.html don't read those params yet, the pages still open normally — add the
  param handling on those pages to auto-fill the URL / search box.
- Update "version" in manifest.json on each release.
