Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Giphy Markdown Link", "description": "Copy a Giphy's GIF link in markdown format so it's ready to be pasted into markdown files", "version": "0.0.4", "author": "Clyde D'Souza", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.giphy.com\/*" ], "js": [ "content.js" ] } ] }