Magic Marker

Your tool for editing text and images on webpages.

Qu'est-ce que Magic Marker ?

Magic Marker est une extension Chrome développée par extensionmonkey, et sa fonction principale est "Your tool for editing text and images on webpages.".

Télécharger le fichier CRX de l'extension Magic Marker

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

                        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!                    

Informations de Base sur l'Extension

Nom Magic Marker Magic Marker
ID igpopcomljmalcdannflkjdghllkcgjp
URL Officiel https://chrome.google.com/webstore/detail/magic-marker/igpopcomljmalcdannflkjdghllkcgjp
Description Your tool for editing text and images on webpages.
Taille du Fichier 40.96 KB
Nombre d'Installations 221
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-08
Date de Publication 2015-06-08
Évaluation 3.60/5 Total 5 Évaluations
Développeur extensionmonkey
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}