Meme Generator
Create a meme from an image on a page
Meme Generatorคืออะไร?
Meme Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VDubs และคุณลักษณะหลักของมันคือ "Create a meme from an image on a page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meme Generator
ดาวน์โหลดไฟล์ส่วนขยาย Meme Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This allows you to create a meme on the fly from the page you are on. Only JPG, PNG, GIF, BMP, TIFF and APNG are looked at if the height is greater than 150px. Settings can now be saved and are loaded automatically.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Meme Generator |
ID | bkfbjlljbnbhhmlfiegbamebionjpfok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok |
คำอธิบาย | Create a meme from an image on a page |
ขนาดไฟล์ | 29.39 KB |
จำนวนการติดตั้ง | 268 |
เวอร์ชันปัจจุบัน | 0.3.1 |
อัปเดตครั้งล่าสุด | 2020-03-17 |
วันที่เผยแพร่ | 2020-03-17 |
ผู้พัฒนา | VDubs |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/DutchRican/meme_gen |
URL หน้าช่วยเหลือ | https://github.com/DutchRican/meme_gen |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meme Generator", "short_name": "Meme Generator", "version": "0.3.1", "description": "Create a meme from an image on a page", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "icons": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "background": { "scripts": [ "index.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |