Magic Marker

Your tool for editing text and images on webpages.

¿Qué es Magic Marker?

Magic Marker es una extensión de Chrome desarrollada por extensionmonkey, y su función principal es "Your tool for editing text and images on webpages.".

Descargar Archivo CRX de la Extensión Magic Marker

Descarga archivos de extensión Magic Marker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Magic Marker Magic Marker
ID igpopcomljmalcdannflkjdghllkcgjp
URL Oficial https://chrome.google.com/webstore/detail/magic-marker/igpopcomljmalcdannflkjdghllkcgjp
Descripción Your tool for editing text and images on webpages.
Tamaño del Archivo 40.96 KB
Cantidad de Instalaciones 221
Versión Actual 1.0
Última Actualización 2015-06-08
Fecha de Publicación 2015-06-08
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador extensionmonkey
Tipo de Pago free
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}