MemeX
MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…
什麼是MemeX?
MemeX是由sevenseasofbri開發的Chrome擴展程式,該擴展的主要功能是“MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from…”。
擴展截圖
下載MemeX擴展crx文件
下載MemeX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | jmejlldkplipfacidogapfoemeponabf |
官方網址 | https://chrome.google.com/webstore/detail/memex/jmejlldkplipfacidogapfoemeponabf |
簡介 | MemeX is a chrome extension which retrieves a gif based on your current Chrome tab and occasionally retrieves a random meme from… |
檔案大小 | 130 KB |
安裝次數 | 20 |
目前版本 | 1.0 |
更新時間 | 2021-01-10 |
上架時間 | 2021-01-10 |
開發者 | sevenseasofbri |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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'" } |