MemeX

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

What is MemeX?

MemeX is a Chrome extension developed by sevenseasofbri, and its main feature is "MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…".

Extension Screenshots

screenshot
screenshot

Download MemeX Extension CRX File

Download MemeX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name MemeX MemeX
ID jmejlldkplipfacidogapfoemeponabf
Official URL https://chrome.google.com/webstore/detail/memex/jmejlldkplipfacidogapfoemeponabf
Description MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…
File Size 130 KB
Installation Count 20
Current Version 1.0
Last Updated 2021-01-10
Publish Date 2021-01-10
Developer sevenseasofbri
Email [email protected]
Payment Type free
Supported Languages 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'"
}