Meme Maker

Add meme text to any image and share it to Imgur

Co to jest Meme Maker?

Meme Maker to rozszerzenie Chrome opracowane przez Paul LeMarquand, a jego główną funkcją jest „Add meme text to any image and share it to Imgur”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Meme Maker

Pobierz pliki rozszerzeń Meme Maker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Right click any image on the web and add meme text to it. Upload it directly to imgur. It's that simple!

You can then use imgur to upload directly to Reddit, Facebook, Twitter or another social network.                    

Podstawowe informacje o rozszerzeniu

Nazwa Meme Maker Meme Maker
ID ficbamdhpkgoalecmiclffghlllemcki
Oficjalny URL https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki
Opis Add meme text to any image and share it to Imgur
Rozmiar pliku 1.72 MB
Liczba instalacji 1,577
Aktualna Wersja 0.1.202
Ostatnia Aktualizacja 2014-05-02
Data Publikacji 2014-05-02
Ocena 3.16/5 Łącznie 25 Oceny
Deweloper Paul LeMarquand
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Maker",
    "version": "0.1.202",
    "manifest_version": 2,
    "description": "Add meme text to any image and share it to Imgur",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/controller\/app.js",
        "scripts\/components\/editor.js",
        "scripts\/vendor\/*.js",
        "scripts\/vendor\/*.map",
        "styles\/*.css",
        "*.html",
        "fonts\/impactreg.eot",
        "fonts\/impactreg.ttf",
        "fonts\/impactreg.woff"
    ]
}