Open Issues Need Help
View All on GitHubCodeTranslateAI is a Chrome extension that enhances blog readability by automatically translating code snippets into the user's preferred programming language.
CodeTranslateAI is a Chrome extension that enhances blog readability by automatically translating code snippets into the user's preferred programming language.
AI Summary: Improve the styling of the 'Enable Picker' button in the CodeTranslateAI Chrome extension's popup. This involves adding a hover effect or changing the button's color using CSS within the `popup.css` file.
CodeTranslateAI is a Chrome extension that enhances blog readability by automatically translating code snippets into the user's preferred programming language.
AI Summary: Implement a keyboard shortcut (e.g., Alt+T or Option+T) to activate the code selection mode in the CodeTranslateAI Chrome extension. This involves using the chrome.commands API in manifest.json and adding a listener in background.js to send a message to the content script.
CodeTranslateAI is a Chrome extension that enhances blog readability by automatically translating code snippets into the user's preferred programming language.
AI Summary: Implement a 'Copy' button in the CodeTranslateAI Chrome extension's UI. This button should copy the translated code snippet to the user's clipboard when clicked. The button should be located in the top right corner of each code translation panel.
CodeTranslateAI is a Chrome extension that enhances blog readability by automatically translating code snippets into the user's preferred programming language.
AI Summary: Adjust the CSS styles for the `.translator-loading` class in `styles.css` to center the 'Translating...' message. This involves modifying existing CSS to correctly position the loading indicator within its container.
CodeTranslateAI is a Chrome extension that enhances blog readability by automatically translating code snippets into the user's preferred programming language.