Skip to content

CodingHxx/opentab

Repository files navigation

OpenTab

OpenTab ek Chrome new tab extension hai jo Next.js se build hota hai. Repo me source code ke saath ready-to-load extension bundle aur ZIP packages dono included hain.

OpenTab Preview

GitHub repo: https://github.com/Codinghxx/opentab

Direct downloads after push:

  • https://github.com/Codinghxx/opentab/blob/master/opentab-extension.zip
  • https://github.com/Codinghxx/opentab/blob/master/opentab-release.zip

How to Install OpenTab

Option 1: ZIP se install

  1. GitHub se opentab-extension.zip ya opentab-release.zip download karo
  2. ZIP extract karo
  3. Browser me extensions page kholo
  4. Developer Mode enable karo
  5. Load unpacked click karo
  6. Extracted folder select karo

Option 2: Repo clone karke install

  1. Repo clone karo
  2. extension/ folder use karo
  3. Browser me chrome://extensions kholo
  4. Developer Mode enable karo
  5. Load unpacked click karo
  6. Repo ke extension/ folder ko select karo

Included Packages

  • extension/: ready-to-load unpacked Chrome extension
  • opentab-extension.zip: packaged extension folder
  • opentab-release.zip: release archive

Development

npm install
npm run dev

Preview: http://localhost:3000

Build

npm run build

Build command yeh generate karta hai:

  • out/: Next static export
  • extension/: Chrome CSP-safe packaged extension

Project Structure

  • app/page.tsx: new tab UI
  • app/popup/page.tsx: popup page
  • components/: extension UI components
  • public/manifest.json: manifest source
  • scripts/prepare-extension.mjs: export ko extension bundle me convert karta hai
  • extension/manifest.json: final Chrome manifest

Publish Notes

  • GitHub repo public: https://github.com/Codinghxx/opentab
  • Extension assets and ZIP files repo me included hain
  • Latest packaged build ko update karne ke liye npm run build run karo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors