Slacky - Memes as a Service
Create all the memes directly from your browser
Qu'est-ce que Slacky - Memes as a Service ?
Slacky - Memes as a Service est une extension Chrome développée par https://slacky-server.herokuapp.com, et sa fonction principale est "Create all the memes directly from your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slacky - Memes as a Service
Téléchargez les fichiers d'extension Slacky - Memes as a Service au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | nikjbdhcbfledkekdacecmegploaelpe |
| URL Officiel | https://chrome.google.com/webstore/detail/slacky-memes-as-a-service/nikjbdhcbfledkekdacecmegploaelpe |
| Description | Create all the memes directly from your browser |
| Taille du Fichier | 210 KB |
| Nombre d'Installations | 108 |
| Version Actuelle | 0.1.1 |
| Dernière Mise à Jour | 2015-12-03 |
| Date de Publication | 2015-12-03 |
| Évaluation | 5.00/5 Total 1 Évaluations |
| Développeur | https://slacky-server.herokuapp.com |
| Type de Paiement | free |
| Site Web de l'Extension | https://slacky-server.herokuapp.com |
| URL de la Page d'Aide | https://slacky-server.herokuapp.com |
| Langues Prises en Charge | 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"
]
} | |