https://github.com/jerp86/urlchanger
URL Charger é uma extensão para o navegador Google Chrome que permite alterar o início da URL de uma página da web. Com essa extensão, você pode facilmente mudar a URL de uma página em desenvolvimento para a mesma referência do editor AEM (Adobe Experience Manager).
https://github.com/jerp86/urlchanger
aem-tools javascript
Last synced: 12 months ago
JSON representation
URL Charger é uma extensão para o navegador Google Chrome que permite alterar o início da URL de uma página da web. Com essa extensão, você pode facilmente mudar a URL de uma página em desenvolvimento para a mesma referência do editor AEM (Adobe Experience Manager).
- Host: GitHub
- URL: https://github.com/jerp86/urlchanger
- Owner: jerp86
- License: mit
- Created: 2023-08-16T21:46:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T14:00:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T21:41:34.621Z (over 1 year ago)
- Topics: aem-tools, javascript
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Charger
---
About |
Prerequisites |
Installation
Usage |
Contribution |
Frequently Asked Questions |
License
---
## About
**URL Charger** is a Google Chrome browser extension that allows you to change the start of a web page's URL. With this extension, you can easily modify the URL of a page in development to match the reference of the AEM (Adobe Experience Manager) editor.
## Prerequisites
To use the **URL Charger** extension, you need a browser that supports Google Chrome extensions, such as Google Chrome itself or Chromium.
## Installation
1. Open the [URL Charger on GitHub](https://github.com/jerp86/urlChanger).
2. Click the `Code` button and then `Download ZIP`, or clone this repository to your computer using the following command:
```bash
git clone https://github.com/jerp86/urlChanger.git
```
3. If you downloaded the ZIP file, extract it to a folder of your choice.
4. Open Google Chrome and navigate to `chrome://extensions`.
5. Enable the `Developer mode` option in the top right corner of the extensions page.
6. Click the `Load unpacked` button and select the folder where you extracted the ZIP file or cloned the repository.
The **URL Charger** extension will be installed and ready to use.
## Usage
To use URL Charger, follow these steps:
1. Open the web page you want to modify.
2. Click the **URL Charger** icon in the Chrome toolbar.
3. The URL will be changed according to the extension's settings, and the new page will be loaded.
## Contribution
We love to receive contributions from the community! If you want to contribute improvements, bug fixes, or new features to **URL Charger**, follow the steps below:
1. Fork this repository.
```bash
git clone https://github.com/jerp86/urlChanger.git
```
2. Create a new branch with a descriptive name for your contribution:
```bash
git checkout -b my-feature
```
3. Make the necessary changes and commit them:
```bash
git add .
git commit -m "Adding my new feature"
```
4. Push the changes to your remote repository:
```bash
git push origin my-feature
```
5. Open a Pull Request to the `main` branch of the original repository.
## Frequently Asked Questions
**1. How can I report a bug?**
If you encounter a bug or issue, please open a new issue in this repository, describing the bug details and how to reproduce it.
**2. Can I add new features to the extension?**
Absolutely! We would be happy to receive new features for the extension. Please open a new issue to discuss your ideas before starting the implementation.
**3. Is this extension compatible with other browsers?**
Currently, the extension was developed to work only on Google Chrome. We do not guarantee compatibility with other browsers.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute according to the terms of the license.
## References
- [Google Chrome Extensions Documentation](https://developer.chrome.com/docs/extensions/)
- [Adobe Experience Manager Page](https://www.adobe.com/marketing/experience-manager.html)
---
## Portuguese Version
Se você prefere ler este README em português, você pode encontrar a versão em português [aqui](README.md).
---
Made by Jerp 👋️
Get in touch!