Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanlua/webedit
Easily edit websites temporarily by a click of a button.
https://github.com/ryanlua/webedit
addon browser-extension chrome chrome-extension chromium crx edge edge-addon extension firefox firefox-addon firefox-extension javascript js json manifest-v3 opera opera-addon opera-extension
Last synced: 2 months ago
JSON representation
Easily edit websites temporarily by a click of a button.
- Host: GitHub
- URL: https://github.com/ryanlua/webedit
- Owner: RyanLua
- License: apache-2.0
- Created: 2023-10-10T01:22:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T06:18:19.000Z (3 months ago)
- Last Synced: 2024-11-04T07:21:20.773Z (3 months ago)
- Topics: addon, browser-extension, chrome, chrome-extension, chromium, crx, edge, edge-addon, extension, firefox, firefox-addon, firefox-extension, javascript, js, json, manifest-v3, opera, opera-addon, opera-extension
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/kcjhkbajobnhihpodnphdndhmniglmpc
- Size: 2.33 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Governance: .github/GOVERNANCE.md
Awesome Lists containing this project
README
Web Edit
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/kcjhkbajobnhihpodnphdndhmniglmpc?label=downloads)](https://chromewebstore.google.com/detail/kcjhkbajobnhihpodnphdndhmniglmpc)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/kcjhkbajobnhihpodnphdndhmniglmpc)](https://chromewebstore.google.com/detail/kcjhkbajobnhihpodnphdndhmniglmpc)
[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/kcjhkbajobnhihpodnphdndhmniglmpc?label=version)](https://chromewebstore.google.com/detail/kcjhkbajobnhihpodnphdndhmniglmpc)
[![Discord](https://img.shields.io/discord/1162303282002272359?label=discord)](https://discord.gg/BsDzre2YHs)Easily edit websites temporarily with the click of a button. No coding or knowledge needed. Just a click to start editing and another to stop. Change any website's text effortlessly and save your changes as HTML. Format text in bold, italics, and underline.
## Installation
[](https://chromewebstore.google.com/detail/kcjhkbajobnhihpodnphdndhmniglmpc)
[](https://microsoftedge.microsoft.com/addons/detail/web-edit/knfdcflhlgfnkogoeeakccgchgeeamjj)
[](https://addons.mozilla.org/en-US/firefox/addon/web-edit/)
[](https://addons.opera.com/en/extensions/details/web-edit)### Install from extension store (Recommended)
Installing from the extension store is great for if you are just planning to use the Web Edit.
1. Locate the extension store your browser uses
* Microsoft Edge: [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/web-edit/knfdcflhlgfnkogoeeakccgchgeeamjj)
* Google Chrome, Chromium: [Chrome Web Store](https://chromewebstore.google.com/detail/kcjhkbajobnhihpodnphdndhmniglmpc)
* Opera, Opera GX: [Opera Add-ons](https://addons.opera.com/en/extensions/details/web-edit)
* Firefox: [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/web-edit/)
2. Open the store page and click Get
3. Add the extension by clicking Add extension
4. You are done, see how to use web edit below.### Install from file
Installing from file is intended if you are to help develop, debug, or contribute Web Edit. Installing from files **does NOT allow for automatic updates**.
1. Download Web Edit from [GitHub Releases](https://github.com/RyanLua/WebEdit/releases)
2. Go to your browser's extension page.
3. Enable developer mode and extension debugging
4. Click Load unpacked and select the Web Edit file to load## Usage
To use Web Edit once you have installed it, click the extension or use Ctrl/Command + Comma to toggle editing.
### Shortcuts
Web Edit supports shortcuts, see below for a table of all the shortcuts.
| Shortcut | Action | Description |
| --- | --- | --- |
| Ctrl/Command + Comma | Toggle editing | Toggles on and off editing mode. |
| Ctrl/Command + S | Save as | Saves the active tab including your edits as a file. |
| Ctrl/Command + B | Bold | Toggles if new or selected text is **bolded**. |
| Ctrl/Command + I | Italic | Toggles if new or selected text is *italicized*. |
| Ctrl/Command + U | Underline | Toggles if new or selected text is underlined. |
| Ctrl/Command + Z | Undo | Undo the last action/edit. |
| Ctrl/Command + Y | Redo | Redo the last action/edit. |## Contributing
> [!TIP]
> You can translate now by joining our [Crowdin project](https://crowdin.com/project/web-edit).[![Crowdin](https://badges.crowdin.net/web-edit/localized.svg)](https://crowdin.com/project/web-edit)
We welcome all contributions whether it be fixing a translation error or adding new features. To learn how to contribute see [CONTRIBUTING.md](/.github/CONTRIBUTING.md) for details.
## License
[![GitHub License](https://img.shields.io/github/license/RyanLua/WebEdit)](https://github.com/RyanLua/WebEdit/blob/main/LICENSE)
Licensed under [Apache License 2.0](https://www.apache.org/licenses/). See [LICENSE](LICENSE) for details.
## Screenshots
![Screenshot 1](assets/en/Screenshot%201.png)
![Screenshot 2](assets/en/Screenshot%202.png)
![Screenshot 3](assets/en/Screenshot%203.png)