MemeX

MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…

Co je MemeX?

MemeX je rozšíření Chrome vyvinuté sevenseasofbri, a jeho hlavní funkcí je „MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření MemeX

Stáhněte si soubory rozšíření MemeX 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í

                        MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from reddit for you to enjoy!

Simply install  the extension and pin it to the toolbar. To obtain a gif/random meme, simply click on the extension or use the following keyboard shortcuts:

- Windows: "Ctrl+Shift+Y",
- Mac: "Command+Shift+Y",
- Chromeos: "Ctrl+Shift+U",
- Linux: "Ctrl+Shift+J"

This was made  by our team (comprising of students) for Singapore's largest student run hackathon, Hack&Roll 2021. 

This wouldn't have been possible without the following APIs and their extensive documentation:

- Meme API by D3vd: https://github.com/D3vd/Meme_Api
- Giphy API: https://developers.giphy.com/docs/api                    

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

Název MemeX MemeX
ID jmejlldkplipfacidogapfoemeponabf
Oficiální URL https://chrome.google.com/webstore/detail/memex/jmejlldkplipfacidogapfoemeponabf
Popis MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…
Velikost souboru 130 KB
Počet instalací 20
Aktuální Verze 1.0
Poslední Aktualizace 2021-01-10
Datum Vydání 2021-01-10
Vývojář sevenseasofbri
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MemeX",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "My custom google Extension"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}