Page Text Editor
An editor to edit any webpage inline and live. Reload page to remove changes.
Vad är Page Text Editor?
Page Text Editor är en Chrome-tillägg utvecklad av Brandon Fowler, och dess huvudfunktion är "An editor to edit any webpage inline and live. Reload page to remove changes.".
Tilläggsskärmbilder
Ladda ner Page Text Editor-förlängningens CRX-fil
Ladda ner Page Text Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.
Grundläggande Information om Tillägg
Namn | Page Text Editor |
ID | icjgbammanlfboaodlfeomfpdgndalpa |
Officiell webbadress | https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa |
Beskrivning | An editor to edit any webpage inline and live. Reload page to remove changes. |
Filstorlek | 6.19 KB |
Antal Installationer | 1,347 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2023-01-03 |
Publiceringsdatum | 2019-06-16 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Brandon Fowler |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |