Page Text Editor
An editor to edit any webpage inline and live. Reload page to remove changes.
Co je Page Text Editor?
Page Text Editor je rozšíření Chrome vyvinuté Brandon Fowler, a jeho hlavní funkcí je „An editor to edit any webpage inline and live. Reload page to remove changes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Page Text Editor
Stáhněte si soubory rozšíření Page Text Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.
Základní Informace o Rozšíření
Název | Page Text Editor |
ID | icjgbammanlfboaodlfeomfpdgndalpa |
Oficiální URL | https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa |
Popis | An editor to edit any webpage inline and live. Reload page to remove changes. |
Velikost souboru | 6.19 KB |
Počet instalací | 1,347 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2023-01-03 |
Datum Vydání | 2019-06-16 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Brandon Fowler |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Text Editor", "version": "2.0.0", "description": "An editor to edit any webpage inline and live. Reload page to remove changes.", "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "icons": { "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "background": { "service_worker": "worker.js" }, "manifest_version": 3 } |