Page Edit

Make any webpage into a content editable document and modify it via toolbar popup!

Qu'est-ce que Page Edit ?

Page Edit est une extension Chrome développée par Keller, et sa fonction principale est "Make any webpage into a content editable document and modify it via toolbar popup!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Page Edit

Téléchargez les fichiers d'extension Page Edit 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

                        Page Edit is an extension that let you make changes to any HTML webpage.

To work with this add-on, simply open the toolbar popup UI and then click on the big toggle button on the left side. Once the add-on is active, the icon turns to blue color. A - Design Mode - banner will also be shown in the current tab at the top left corner. Now, the document is ready for editing; make desired changes with the text editing buttons available in the toolbar popup UI. Once your edits are completed, click on the toggle button again to turn off the add-on.

Note: to work with text editing tools in the toolbar popup UI, please first select a text and then click on the desired button in the popup.

If you found a bug to report, or have a feature request in mind, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/page-edit.html).                    

Informations de Base sur l'Extension

Nom Page Edit Page Edit
ID clfiicjcpkcccglblehapeiipibnaenl
URL Officiel https://chromewebstore.google.com/detail/page-edit/clfiicjcpkcccglblehapeiipibnaenl
Description Make any webpage into a content editable document and modify it via toolbar popup!
Taille du Fichier 229 KB
Nombre d'Installations 23,099
Version Actuelle 0.1.6
Dernière Mise à Jour 2024-01-09
Date de Publication 2019-11-27
Évaluation 4.71/5 Total 31 Évaluations
Développeur Keller
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/page-edit.html
URL de la Page d'Aide https://mybrowseraddon.com/page-edit.html
URL de la Page de Politique de Confidentialité https://mybrowseraddon.com/privacy-policy/keller.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "name": "Page Edit",
    "manifest_version": 3,
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/page-edit.html",
    "description": "Make any webpage into a content editable document and modify it via toolbar popup!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_title": "Page Edit",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}