Slacky - Memes as a Service
Create all the memes directly from your browser
Slacky - Memes as a Serviceとは何ですか?
Slacky - Memes as a Serviceはhttps://slacky-server.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Create all the memes directly from your browser」です。
拡張機能のスクリーンショット
Slacky - Memes as a Service拡張機能のCRXファイルをダウンロード
Slacky - Memes as a Service拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | nikjbdhcbfledkekdacecmegploaelpe |
公式URL | https://chrome.google.com/webstore/detail/slacky-memes-as-a-service/nikjbdhcbfledkekdacecmegploaelpe |
説明 | Create all the memes directly from your browser |
ファイルサイズ | 210 KB |
インストール数 | 108 |
現在のバージョン | 0.1.1 |
最終更新日 | 2015-12-03 |
公開日 | 2015-12-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://slacky-server.herokuapp.com |
支払い方法 | free |
拡張機能のウェブサイト | https://slacky-server.herokuapp.com |
ヘルプページのURL | https://slacky-server.herokuapp.com |
対応言語 | 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" ] } |