{"id":18035466,"url":"https://github.com/nstechbytes/advanced-voice","last_synced_at":"2026-04-13T01:10:16.357Z","repository":{"id":260100528,"uuid":"871834605","full_name":"NSTechBytes/Advanced-Voice","owner":"NSTechBytes","description":"**Advanced Voice** is a Chrome extension designed to convert selected text on web pages into spoken audio. It offers a range of features to customize the reading experience, including voice settings, playback controls, and a dark mode for improved usability.","archived":false,"fork":false,"pushed_at":"2024-10-13T04:38:12.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T07:45:14.237Z","etag":null,"topics":["chrome","chrome-extension","css","extension","html","js","voice"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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}},"created_at":"2024-10-13T04:24:36.000Z","updated_at":"2024-10-13T04:41:41.000Z","dependencies_parsed_at":"2024-10-29T15:09:32.602Z","dependency_job_id":null,"html_url":"https://github.com/NSTechBytes/Advanced-Voice","commit_stats":null,"previous_names":["nstechbytes/advanced-voice"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FAdvanced-Voice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FAdvanced-Voice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FAdvanced-Voice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NSTechBytes%2FAdvanced-Voice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NSTechBytes","download_url":"https://codeload.github.com/NSTechBytes/Advanced-Voice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247263430,"owners_count":20910403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","css","extension","html","js","voice"],"created_at":"2024-10-30T12:07:39.695Z","updated_at":"2026-04-13T01:10:16.325Z","avatar_url":"https://github.com/NSTechBytes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Advanced Voice Chrome Extension\n\n**Advanced Voice** is a Chrome extension designed to convert selected text on web pages into spoken audio. It offers a range of features to customize the reading experience, including voice settings, playback controls, and a dark mode for improved usability.\n\n## Features\n\n- **Read Selected Text**: Converts highlighted text on any web page into spoken audio with a simple right-click.\n- **Voice Customization**: Choose from various voices, including different accents and genders. Adjust the speed of speech for optimal listening.\n- **Playback Controls**: Pause, resume, and adjust playback speed using intuitive controls.\n- **Save Audio**: Save the generated audio file to your local storage for offline access or sharing.\n- **Dark Mode**: Switch between light and dark themes for the extension popup to match your preferences.\n\n\n\n## 📸 Screenshots\n\n![Extension Preview Light Mode]\n*Light mode view with media controls.*![Light](https://github.com/NSTechBytes/Projects-Templates/blob/main/Extensions/Advanced%20Voice/Light.png)\n\n\n![Extension Preview Dark Mode]\n*Dark mode view with media controls.*![Dark](https://github.com/NSTechBytes/Projects-Templates/blob/main/Extensions/Advanced%20Voice/Dark.png)\n\n\n\n\n### Manual Installation\n\n1. **Download the Extension**: Get the latest version from the [GitHub repository](https://github.com/NSTechBytes/Advanced-Voice) (replace with your actual repository link).\n2. **Open Chrome** and go to `chrome://extensions/`.\n3. **Enable Developer Mode**: Toggle the switch at the top right to enable Developer mode.\n4. **Load Unpacked Extension**:\n   - Click **Load unpacked**.\n   - Select the directory where you downloaded the extension files.\n\n## Usage\n\n1. **Highlight Text**: Select the text on any web page that you want to be read aloud.\n2. **Right-Click**: With the text selected, right-click to open the context menu.\n3. **Select \"Read Aloud\"**: Choose **Read Aloud** from the context menu to start the speech synthesis.\n\n### Using the Extension Popup\n\n- **Open the Popup**: Click on the extension icon in the Chrome toolbar to open the popup.\n- **Voice Settings**: Use the dropdown menus and sliders to select the desired voice and adjust the speech speed.\n- **Playback Controls**: Use the buttons to pause, resume, and adjust the playback speed.\n- **Toggle Dark Mode**: Click the moon icon in the top right to switch between light and dark modes.\n\n## Configuration\n\n### Dark Mode\n\nTo enable or disable dark mode:\n\n1. Open the extension popup.\n2. Click on the **dark mode toggle** button (moon icon) to switch themes.\n\n### Voice and Speed Settings\n\n1. Open the extension popup.\n2. Use the dropdown menus to select your preferred voice.\n3. Adjust the speech speed using the slider provided.\n\n## Development\n\nTo contribute to the development of Advanced Voice:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/NSTechBytes/Advanced-Voice.git\n   ```\n2. **Navigate to the Project Directory**:\n   ```bash\n   cd advanced-voice\n   ```\n3. **Install Dependencies** (if applicable):\n   ```bash\n   npm install\n   ```\n4. **Make Your Changes**: Implement features or fix bugs as needed.\n5. **Test Your Changes**: Ensure that your changes work as expected by loading the extension locally.\n6. **Submit a Pull Request**:\n   - Push your changes to your forked repository.\n   - Open a pull request on the original repository to merge your changes.\n\n### Running Locally\n\n1. Load the unpacked extension from the `advanced-voice` directory via `chrome://extensions/` in Developer mode.\n2. Test your modifications and ensure functionality.\n\n## Contributing\n\nWe welcome contributions to Advanced Voice. Please follow these guidelines:\n\n1. **Fork the Repository**: Create your own fork of the repository on GitHub.\n2. **Create a Branch**: Develop features or fixes in a new branch based on the main branch.\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. **Write Tests**: Include tests for your changes if applicable.\n4. **Submit a Pull Request**: Provide a clear description of your changes and the problem they solve.\n\n### Code of Conduct\n\nPlease adhere to our [Code of Conduct](CODE_OF_CONDUCT.md) when participating in the project.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions, feedback, or issues:\n\n- **GitHub Issues**: [Open an issue](https://github.com/NSTechBytes/Advanced-Voice/issues) on our GitHub repository.\n- **Email**: nstechbytes@gmail.com\n\n## Acknowledgments\n\n- **Font Awesome**: For providing the icons used in the extension.\n- **Chrome Developer Documentation**: For valuable guidance on developing Chrome extensions.\n- **Special Thanks**: To contributors and users who help improve the extension.\n\n---\n\n### **Additional Sections You Might Include:**\n\n- **Changelog**: Document updates and changes in a `CHANGELOG.md` file.\n- **Screenshots or GIFs**: Add visual examples of the extension’s interface and functionality.\n- **FAQ**: Address common questions or issues users might encounter.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstechbytes%2Fadvanced-voice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnstechbytes%2Fadvanced-voice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstechbytes%2Fadvanced-voice/lists"}