Page Text Editor
An editor to edit any webpage inline and live. Reload page to remove changes.
Qu'est-ce que Page Text Editor ?
Page Text Editor est une extension Chrome développée par Brandon Fowler, et sa fonction principale est "An editor to edit any webpage inline and live. Reload page to remove changes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Page Text Editor
Téléchargez les fichiers d'extension Page Text Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.
Informations de Base sur l'Extension
Nom | |
ID | icjgbammanlfboaodlfeomfpdgndalpa |
URL Officiel | https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa |
Description | An editor to edit any webpage inline and live. Reload page to remove changes. |
Taille du Fichier | 6.19 KB |
Nombre d'Installations | 1,347 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2023-01-03 |
Date de Publication | 2019-06-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Brandon Fowler |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |