Magic Marker

Your tool for editing text and images on webpages.

Wat is Magic Marker?

Magic Marker is een Chrome-extensie ontwikkeld door extensionmonkey, en de belangrijkste functie is "Your tool for editing text and images on webpages.".

Download het CRX-bestand van de extensie Magic Marker

Download Magic Marker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Magic Marker Magic Marker
ID igpopcomljmalcdannflkjdghllkcgjp
Officiële URL https://chrome.google.com/webstore/detail/magic-marker/igpopcomljmalcdannflkjdghllkcgjp
Beschrijving Your tool for editing text and images on webpages.
Bestandsgrootte 40.96 KB
Aantal Installaties 221
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-08
Publicatiedatum 2015-06-08
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar extensionmonkey
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}