Edit Any Page
Edit text of any webpage
Qu'est-ce que Edit Any Page ?
Edit Any Page est une extension Chrome développée par https://editanypage.com, et sa fonction principale est "Edit text of any webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Edit Any Page
Téléchargez les fichiers d'extension Edit Any Page 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
Edit copy of any webpage on your browser. A simple click on the extension will enable you to edit any copy on any webpage. You can always reload the page to go back to its original state.
Informations de Base sur l'Extension
Nom | Edit Any Page |
ID | ilbaaahcbkgcdjnigmmmlmoaodhmmcof |
URL Officiel | https://chromewebstore.google.com/detail/edit-any-page/ilbaaahcbkgcdjnigmmmlmoaodhmmcof |
Description | Edit text of any webpage |
Taille du Fichier | 28.55 KB |
Nombre d'Installations | 48 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2023-03-31 |
Date de Publication | 2022-12-06 |
Développeur | https://editanypage.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.editanypage.com/ |
URL de la Page d'Aide | https://www.editanypage.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Edit Any Page", "version": "4.0", "description": "Edit text of any webpage", "permissions": [ "activeTab", "tabs", "scripting" ], "action": { "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" } } |