{"id":30717984,"url":"https://github.com/koolgokul22/linkhopper","last_synced_at":"2026-05-07T10:33:03.947Z","repository":{"id":301876816,"uuid":"1010495216","full_name":"koolgokul22/linkhopper","owner":"koolgokul22","description":"A chrome extension to share URLs","archived":false,"fork":false,"pushed_at":"2025-08-24T13:34:55.000Z","size":299,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T09:05:34.797Z","etag":null,"topics":["chrome","chrome-extension","chrome-extensions","extension-chrome","javascript","qrcode","scan"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/igkffepamaelmkbbbmihiiklabbdhlnp?utm_source=item-share-cb","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koolgokul22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-29T07:32:31.000Z","updated_at":"2025-08-24T13:34:58.000Z","dependencies_parsed_at":"2025-06-29T11:38:31.939Z","dependency_job_id":null,"html_url":"https://github.com/koolgokul22/linkhopper","commit_stats":null,"previous_names":["koolgokul22/linkhopper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koolgokul22/linkhopper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolgokul22%2Flinkhopper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolgokul22%2Flinkhopper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolgokul22%2Flinkhopper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolgokul22%2Flinkhopper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koolgokul22","download_url":"https://codeload.github.com/koolgokul22/linkhopper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolgokul22%2Flinkhopper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","chrome-extensions","extension-chrome","javascript","qrcode","scan"],"created_at":"2025-09-03T09:03:01.665Z","updated_at":"2026-05-07T10:33:03.930Z","avatar_url":"https://github.com/koolgokul22.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Link Hopper\n\nA lightweight Chrome extension that makes sharing URLs effortless—just generate a QR code and scan instantly from your smartphone.\n\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/igkffepamaelmkbbbmihiiklabbdhlnp?label=Install%20from%20Chrome%20Web%20Store\u0026logo=google-chrome)](https://chromewebstore.google.com/detail/igkffepamaelmkbbbmihiiklabbdhlnp)\n\n---\n\n##  Features\n\n-  **Instant QR Code Generation** — With a single click, turn any current tab’s URL into a QR code.\n-  **Seamless Use** — Scan with your phone (no need for manual typing).\n-  **Lightweight \u0026 Fast** — Pure JavaScript with minimal footprint for blazing-fast performance.\n\n---\n\n##  Demo\n\n| Generate QR | Scan on Phone |\n|-------------|----------------|\n| ![QR Popup](assets/qr-popup-demo.gif) | *(Scan the QR with your phone—example using Google Lens or any QR Scanner)* |\n\n---\n\n##  How to Use\n\n1. **Install** from the [Chrome Web Store](https://chromewebstore.google.com/detail/igkffepamaelmkbbbmihiiklabbdhlnp).\n2. Click the **Link Hopper icon** next to your address bar.\n3. See an instant QR code drop-down.\n4. **Scan** with your phone—share that link in one scan!\n\n---\n\n##  Code Highlights\n\n- **`manifest.json`** — Defines permissions (`activeTab`), extension icon, and popup behavior.\n- **`index.html`** + **`index.js`** — Core popup interface and logic to fetch URLs and render QR codes.\n- **`qr-scanner.js`** — Parses QR codes from camera feeds (optional advanced feature).\n- Clean, self-contained logic kept in simple JavaScript and CSS.\n\n---\n\n##  Why I Built It\n\nI wanted a smoother way to share links between devices without the hassle of copying, emailing, or messaging. Plus, I wanted to explore browser extension development and QR code workflows. **Link Hopper** was born out of that curiosity—fast, minimal, and designed for actual use.\n\n---\n\n##  Tech Stack\n\n- **JavaScript (ES6)**\n- **Chrome Extensions API**\n- **QR Code Generator** — (custom or using a library)\n- **HTML / CSS**\n\n---\n\n##  Share the Love!\n\nFound it useful? ⭐ Star the repo and share it!\nFeedback welcome—open an issue or submit a PR to improve this project.\n\n---\n\n##  About Me\n\nFull-stack developer who builds with Angular, explores .NET Core, and regularly churns out browser tools for productivity.\n\nLet's connect!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolgokul22%2Flinkhopper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoolgokul22%2Flinkhopper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolgokul22%2Flinkhopper/lists"}