Force Paster is a Chrome extension that enables seamless text pasting in input fields and text areas, even on websites that disable pasting. It also supports adaptive theming, making it comfortable for users in both light and dark mode.
- Effortless Text Pasting: Paste text smoothly in input fields and text areas where pasting is typically disabled.
- Intuitive Toggle: Easily enable or disable the extension with a single click.
- Adaptive Dark Mode Support: Seamlessly adapts to your preferred theme, ensuring a consistent experience.
- Privacy First: Force Paster prioritizes user privacy and does not collect any data.
You can install the extension from the Respective browsers' Web Stores or follow these steps for local development:
- Clone the repository:
git clone https://github.com/prvashisht/force-paster.git
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable
Developer mode
in the top right corner. -
Click on
Load unpacked
and select the cloned repository folder.
manifest.json
: Contains metadata about the extension, including permissions, icons, and scripts.content.js
: Handles the content script that enables text pasting functionality.service_worker.js
: Manages the extension behavior in the background, including badge text and color.
Contributions are welcome! Here's how you can get involved:
- Fork the repository and create your branch from
master
. - Make your changes and test thoroughly.
- Open a pull request, describing the changes you made.
- Discuss your changes with the community.
Please follow our Code of Conduct and Contributing Guidelines when contributing.