Magic Marker

Your tool for editing text and images on webpages.

Co je Magic Marker?

Magic Marker je rozšíření Chrome vyvinuté extensionmonkey, a jeho hlavní funkcí je „Your tool for editing text and images on webpages.“.

Stáhnout soubor CRX rozšíření Magic Marker

Stáhněte si soubory rozšíření Magic Marker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Magic Marker Magic Marker
ID igpopcomljmalcdannflkjdghllkcgjp
Oficiální URL https://chrome.google.com/webstore/detail/magic-marker/igpopcomljmalcdannflkjdghllkcgjp
Popis Your tool for editing text and images on webpages.
Velikost souboru 40.96 KB
Počet instalací 221
Aktuální Verze 1.0
Poslední Aktualizace 2015-06-08
Datum Vydání 2015-06-08
Hodnocení 3.60/5 Celkem 5 Hodnocení
Vývojář extensionmonkey
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}