Slacky - Memes as a Service
Create all the memes directly from your browser
What is Slacky - Memes as a Service?
Slacky - Memes as a Service is a Chrome extension developed by https://slacky-server.herokuapp.com, and its main feature is "Create all the memes directly from your browser".
Extension Screenshots
Download Slacky - Memes as a Service Extension CRX File
Download Slacky - Memes as a Service 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
Tired of creating memes by visiting websites, uploading images and copying links? Slacky provides a simple way to create memes directly in your browser! Simply provide a search term or image url and the text in the following way: cute kitten | omg | kittens! http://images.com/doge.jpg | so meme | very happiness This is brand new so I'd be grateful for constructive feedback. See more examples on the website https://slacky-server.herokuapp.com Release notes ------------- v0.1.1 A more stable and robust approach which should make the display consistent across tabs and websites
Extension Basic Information
Name | |
ID | nikjbdhcbfledkekdacecmegploaelpe |
Official URL | https://chrome.google.com/webstore/detail/slacky-memes-as-a-service/nikjbdhcbfledkekdacecmegploaelpe |
Description | Create all the memes directly from your browser |
File Size | 210 KB |
Installation Count | 108 |
Current Version | 0.1.1 |
Last Updated | 2015-12-03 |
Publish Date | 2015-12-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://slacky-server.herokuapp.com |
Payment Type | free |
Extension Website | https://slacky-server.herokuapp.com |
Help Page URL | https://slacky-server.herokuapp.com |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slacky - Memes as a Service", "description": "Create all the memes directly from your browser", "version": "0.1.1", "icons": { "16": "slacky-16.png", "32": "slacky-32.png", "64": "slacky-64.png", "128": "slacky-128.png" }, "browser_action": { "default_icon": "slacky-64.png", "default_popup": "panel.html" }, "background": { "scripts": [ "jquery.js", "utils.js", "index.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery.js", "utils.js", "window.js" ] } ], "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "clipboardWrite" ], "web_accessible_resources": [ "businesscat.png", "loading.gif" ] } |