Magic Marker

Your tool for editing text and images on webpages.

Was ist Magic Marker?

Magic Marker ist eine Chrome-Erweiterung, die von extensionmonkey entwickelt wurde, und ihr Hauptmerkmal ist "Your tool for editing text and images on webpages.".

Magic Marker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magic Marker-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

                        Do you ever photoshop a screenshot before sending it to friends? With Magic Marker, you won't need to again! This browser extension serves as a very lightweight version of "inspect element" that allows you to edit a webpage before you take your screenshot. 

Instructions for use: 

1. Use your cursor to highlight the text or image you would like to replace. 

2. Open the Magic Marker extension by clicking on the icon in the upper right hand corner of your web browser. 

3. Type in the new text or new image url that you would like to replace the highlighted content. 

4. Click "Go!" and watch Magic Marker do its magic!                    

Grundlegende Informationen zur Erweiterung

Name Magic Marker Magic Marker
ID igpopcomljmalcdannflkjdghllkcgjp
Offizielle URL https://chrome.google.com/webstore/detail/magic-marker/igpopcomljmalcdannflkjdghllkcgjp
Beschreibung Your tool for editing text and images on webpages.
Dateigröße 40.96 KB
Installationsanzahl 221
Aktuelle Version 1.0
Letztes Update 2015-06-08
Veröffentlichungsdatum 2015-06-08
Bewertung 3.60/5 Insgesamt 5 Bewertungen
Entwickler extensionmonkey
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Marker",
    "description": "Your tool for editing text and images on webpages.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.3.min.js",
                "pagescript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}