மனோஜ்குமார் பழனிச்சாமி

Results 129 issues of மனோஜ்குமார் பழனிச்சாமி

Helper python file https://t.me/PuppuTheTechie/2471

Introduces a GitHub Actions workflow that automatically marks issues and pull requests as stale after 60 days of inactivity and closes them after 7 additional days. This helps keep the...

Implements the ability to specify HTTP error codes for redirects. Redirects can now be configured to trigger only on certain HTTP status codes, with UI and data model changes to...

Introduces a confirmation modal for deleting all redirects, including new styles, HTML markup, and JavaScript logic. Users are now prompted to confirm before all redirect rules are removed, improving safety...

Updated help documentation to explain data URI redirects, added 'data:*/*' to permissions in manifest.json, and included 'data:*/*' in the background script's filter. This enables users to redirect to data URIs...

Introduces a GitHub Actions workflow for publishing the extension to the Chrome Web Store on release. Updates the README with development and publishing instructions, and adds a detailed setup guide...

Introduces a Base64 encode option alongside the existing decode option in both the UI and processing logic. Updates example texts and ensures correct handling of Base64 encoding and decoding in...

Introduced the `exportSingleRedirect` function in `importexport.js` to allow exporting individual redirects as JSON files. Added an `Export` button to each redirect entry in `redirector.html` to trigger this functionality. Closes #439