Memeify

This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…

Vad är Memeify?

Memeify är en Chrome-tillägg utvecklad av jjrylearn, och dess huvudfunktion är "This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…".

Tilläggsskärmbilder

screenshot

Ladda ner Memeify-förlängningens CRX-fil

Ladda ner Memeify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into the extensions text box, then press enter and voila! You have a meme'd up picture of spongebob with your text ready to copy and paste.                    

Grundläggande Information om Tillägg

Namn Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
Officiell webbadress https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Beskrivning This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…
Filstorlek 44.87 KB
Antal Installationer 859
Aktuell Version 1.2
Senast Uppdaterad 2017-11-14
Publiceringsdatum 2017-11-14
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare jjrylearn
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memeify",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}