Meme Maker
Add meme text to any image and share it to Imgur
Τι είναι το Meme Maker;
Το Meme Maker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paul LeMarquand, και η κύρια λειτουργία του είναι "Add meme text to any image and share it to Imgur".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Meme Maker
Λήψη αρχείων επέκτασης Meme Maker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Right click any image on the web and add meme text to it. Upload it directly to imgur. It's that simple! You can then use imgur to upload directly to Reddit, Facebook, Twitter or another social network.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Meme Maker |
ID | ficbamdhpkgoalecmiclffghlllemcki |
Επίσημο URL | https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki |
Περιγραφή | Add meme text to any image and share it to Imgur |
Μέγεθος Αρχείου | 1.72 MB |
Αριθμός Εγκαταστάσεων | 1,577 |
Τρέχουσα Έκδοση | 0.1.202 |
Τελευταία Ενημέρωση | 2014-05-02 |
Ημερομηνία Δημοσίευσης | 2014-05-02 |
Αξιολόγηση | 3.16/5 Συνολικά 25 Αξιολογήσεις |
Προγραμματιστής | Paul LeMarquand |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meme Maker", "version": "0.1.202", "manifest_version": 2, "description": "Add meme text to any image and share it to Imgur", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "permissions": [ "contextMenus", "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ "scripts\/controller\/app.js", "scripts\/components\/editor.js", "scripts\/vendor\/*.js", "scripts\/vendor\/*.map", "styles\/*.css", "*.html", "fonts\/impactreg.eot", "fonts\/impactreg.ttf", "fonts\/impactreg.woff" ] } |