Page Text Editor
An editor to edit any webpage inline and live. Reload page to remove changes.
Cos'è Page Text Editor?
Page Text Editor è un'estensione di Chrome sviluppata da Brandon Fowler, e la sua funzione principale è "An editor to edit any webpage inline and live. Reload page to remove changes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Text Editor
Scarica i file di estensione Page Text Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.
Informazioni di Base sull'Estensione
Nome | |
ID | icjgbammanlfboaodlfeomfpdgndalpa |
URL Ufficiale | https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa |
Descrizione | An editor to edit any webpage inline and live. Reload page to remove changes. |
Dimensione del File | 6.19 KB |
Conteggio Installazioni | 1,347 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2023-01-03 |
Data di Pubblicazione | 2019-06-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Brandon Fowler |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |