Name
  T2Plus

Short description (132 characters max)
  Browse t2toys with real new-tab links, full listing photos, bookmarks, and dark mode.

Detailed description
  T2Plus is a browsing helper for t2toys.com. It only runs on that site. It does not change prices, listings, or checkout, and it does not log you in.

  Listing cards look like links, but each one is a div with an onclick handler that assigns window.location. The browser cannot open that card in a new tab. T2Plus rewrites those cards into ordinary links to item_detail.html?ProductId=… (and article cards to news_detail.html?NewsId=…). Ctrl+click, Cmd+click, middle-click, and right-click → Open link in new tab then work the way they do on any other site.

  Listing covers use an empty image tag with the photo as a CSS background and no background-size, so the card crops a slice of a large photo. T2Plus shows the complete cover. Click the cover to open a full-screen carousel of every product photo. A white details panel on the right shows the seller’s icon and name beside the title and price, the category fields that listing actually has, and a share button next to View listing. Arrows, dots, keyboard, or a swipe move between photos. Esc or the backdrop closes it.

  Click the star on a listing to save it. Saved items (title, price, photo URL, product URL) stay in Chrome local storage on your profile and show up in the toolbar popup. They are not uploaded anywhere.

  Optional dark mode: open the toolbar popup and enable Dark mode to restyle t2toys.com (pages, navbar, cards, forms) in dark colors. The pink search strip becomes a muted indigo. The preference is a single boolean saved in Chrome sync storage on your profile. It is not sent to any server.

  How to tell links are working: hover a product card and look at the status bar. You should see item_detail.html?ProductId=… instead of nothing.

Category
  Shopping

Language
  English

Single purpose
  Improve browsing on t2toys.com with real listing links, full cover photos, a photo viewer, local bookmarks, and optional dark mode.

Permissions justification
  storage — save the Dark mode on/off preference (chrome.storage.sync) and the local bookmark list (chrome.storage.local) in the Chrome profile.
  alarms, offscreen — on this computer only, notice a newer unpacked copy (or a downloaded Chrome Web Store update) and reload the extension. No network request is made.
  Content scripts are limited to t2toys.com / www.t2toys.com.

Remote code
  None. All scripts ship in the zip.

Privacy
  Does not collect user data or send anything to a server. Stored on the Chrome profile only: a boolean darkMode flag in sync storage, and an optional list of saved listings (id, title, price, photo URL, product URL) in local storage.
  Privacy policy URL: host /privacy from this project (or the text in that page).

Screenshots to upload (already exported, JPEG, no transparency)
  store-assets/screenshot-1-listing.jpg — 1280x800, listing links and dark search bar
  store-assets/screenshot-2-viewer.jpg — 1280x800, photo viewer and details panel
  store-assets/screenshot-3-popup.jpg — 1280x800, toolbar popup with bookmarks
  store-assets/small-promo-440x280.jpg — 440x280 small promo tile
  store-assets/marquee-1400x560.jpg — 1400x560 marquee promo tile
  Or upload public/t2plus-store-images.zip after unzipping it.
