MemeX

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

MemeX là gì?

MemeX là một tiện ích mở rộng Chrome được phát triển bởi sevenseasofbri, và tính năng chính của nó là "MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MemeX

Tải xuống các tệp mở rộng MemeX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MemeX MemeX
ID jmejlldkplipfacidogapfoemeponabf
URL Chính Thức https://chrome.google.com/webstore/detail/memex/jmejlldkplipfacidogapfoemeponabf
Mô tả MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-10
Ngày Phát Hành 2021-01-10
Nhà Phát Triển sevenseasofbri
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}