Edit Mode

Text update made easy

Was ist Edit Mode?

Edit Mode ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Text update made easy".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Edit Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Edit Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        How do you explain any text update in your website? You send an e-mail, an message, a printscreen with anotations?

You souldn't take much time explaining a text that you would like to change in your site. Edit Mode help you to save your time by making the texts of your whole page editable, giving you a link to share your editions for anyone, so you make your and the life of the person who receive your edition easier. 

For you:
- Edit any text in your site at live
- Once finished, you get a link with all your editions stored. Send it!

For who receives your edition:
- Click to copy the new content
- Double click to toggle from new to previous content                    

Grundlegende Informationen zur Erweiterung

Name Edit Mode Edit Mode
ID gbbplijklonabgkeonkepkphjdjndhnb
Offizielle URL https://chromewebstore.google.com/detail/edit-mode/gbbplijklonabgkeonkepkphjdjndhnb
Beschreibung Text update made easy
Dateigröße 11.55 MB
Installationsanzahl 272
Aktuelle Version 2.3.0
Letztes Update 2021-01-04
Veröffentlichungsdatum 2020-02-16
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://www.editmode.io
Hilfeseite URL https://www.editmode.io/contact
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Mode",
    "description": "Text update made easy",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": "dist\/img\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "css": [
                "dist\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "128": "dist\/img\/128.png"
    },
    "web_accessible_resources": [
        "dist\/img\/loading.gif"
    ]
}