{"id":23040809,"url":"https://github.com/nstechbytes/modernsearchbar-plugin","last_synced_at":"2026-05-01T13:32:55.576Z","repository":{"id":268221015,"uuid":"903683393","full_name":"NSTechBytes/ModernSearchBar-Plugin","owner":"NSTechBytes","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-09T04:16:35.000Z","size":20202,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-09T05:25:58.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NSTechBytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-15T09:25:31.000Z","updated_at":"2025-11-09T04:16:38.000Z","dependencies_parsed_at":"2024-12-15T10:28:23.462Z","dependency_job_id":"3f8bfc39-b49c-4b1e-a861-461b9a18a4ed","html_url":"https://github.com/NSTechBytes/ModernSearchBar-Plugin","commit_stats":null,"previous_names":["nstechbytes/modernsearchbar-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/NSTechBytes/ModernSearchBar-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FModernSearchBar-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FModernSearchBar-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FModernSearchBar-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FModernSearchBar-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NSTechBytes","download_url":"https://codeload.github.com/NSTechBytes/ModernSearchBar-Plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FModernSearchBar-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-15T19:19:27.276Z","updated_at":"2026-05-01T13:32:55.562Z","avatar_url":"https://github.com/NSTechBytes.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ModernSearchBar-Plugin\n\nA modern Rainmeter plugin that displays Chrome browsing history and Google trending searches with a sleek, interactive UI.\n\n## Features\n\n- **Chrome History Integration** - Displays your recent Chrome browsing history\n- **Google Trends** - Shows current trending searches by country\n- **Parent/Child Architecture** - Efficient data fetching with index-based access\n- **Asynchronous Loading** - Background data updates with cache fallback\n- **Modern UI** - Stylish interface with hover effects and gradient accents\n- **Multi-Profile Support** - Access different Chrome profiles\n\n## Installation\n\n1. Build the plugin using Visual Studio or run `Build-CPP.ps1`\n2. Copy the compiled DLL to your Rainmeter Plugins folder\n3. Load the skin from `Resources\\Skins\\ModernSearchBar-Plugin\\Main.ini`\n\n## Usage\n\n### Parent Measure\n\nThe parent measure fetches all data:\n\n```ini\n[MeasureParent]\nMeasure=Plugin\nPlugin=ModernSearchBar.dll\nType=Chrome_History           ; or Top_Trends\nProfile=Default               ; Chrome profile name\nCountryCode=US                ; For Top_Trends (US, UK, etc.)\nOnCompleteAction=[!UpdateMeter *][!Redraw]\n```\n\n### Child Measures\n\nChild measures access individual items by index:\n\n```ini\n[MeasureChild1]\nMeasure=Plugin\nPlugin=ModernSearchBar.dll\nParentName=MeasureParent\nIndex=1\n\n[MeasureChild2]\nMeasure=Plugin\nPlugin=ModernSearchBar.dll\nParentName=MeasureParent\nIndex=2\n```\n\n## Parameters\n\n### Parent Measure Options\n\n| Parameter | Values | Description |\n|-----------|--------|-------------|\n| `Type` | `Chrome_History`, `Top_Trends` | Data source type |\n| `Profile` | String (default: `Default`) | Chrome profile name |\n| `CountryCode` | String (default: `US`) | Country code for trends |\n| `OnCompleteAction` | Rainmeter bang | Action to execute when data loads |\n\n### Child Measure Options\n\n| Parameter | Values | Description |\n|-----------|--------|-------------|\n| `ParentName` | String | Name of the parent measure |\n| `Index` | Integer (default: `1`) | Item index (1-based) |\n\n## Technical Details\n\n- **Language**: C++17\n- **Dependencies**: SQLite3, WinINet, Rainmeter API\n- **Architecture**: Parent/child pattern with thread-safe async updates\n- **Caching**: Maintains previous results during background updates\n- **RSS Filtering**: Automatically filters out URLs and metadata from trends\n\n## Example Skin\n\nSee `Resources\\Skins\\ModernSearchBar-Plugin\\Main.ini` for a complete example with:\n- Modern gradient header and footer\n- Two-section layout (Chrome History + Trending Searches)\n- Hover effects and interactive elements\n- Responsive design with custom colors\n\n## License\n\nMIT License\n\n## Credits\n\nDeveloped by nstechbytes (nstechbytes@gmail.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstechbytes%2Fmodernsearchbar-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnstechbytes%2Fmodernsearchbar-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstechbytes%2Fmodernsearchbar-plugin/lists"}