Slacky - Memes as a Service
Create all the memes directly from your browser
Slacky - Memes as a Serviceคืออะไร?
Slacky - Memes as a Service เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slacky-server.herokuapp.com และคุณลักษณะหลักของมันคือ "Create all the memes directly from your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slacky - Memes as a Service
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |