Lorem Ipsum Generator
Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!
Lorem Ipsum Generatorคืออะไร?
Lorem Ipsum Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lorem.vn และคุณลักษณะหลักของมันคือ "Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lorem Ipsum Generator
ดาวน์โหลดไฟล์ส่วนขยาย Lorem Ipsum Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lorem Ipsum chỉ đơn giản là một đoạn văn bản giả, được dùng vào việc trình bày và dàn trang phục vụ cho thiết kế in ấn. Lorem.vn là công cụ hỗ trợ bạn tạo ra các đoạn văn bản Lorem Ipsum miễn phí.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ldmidjjahfhgmbmlbfhibacacpfnbplg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lorem-ipsum-generator/ldmidjjahfhgmbmlbfhibacacpfnbplg |
คำอธิบาย | Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty! |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2015-11-01 |
วันที่เผยแพร่ | 2015-11-01 |
ผู้พัฒนา | http://lorem.vn |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "src\/bg\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "browser action demo" }, "content_security_policy": "script-src 'self' https:\/\/lorem.vn; object-src 'self'", "description": "Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!", "homepage_url": "http:\/\/lorem.vn\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Lorem Ipsum Generator", "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus", "https:\/\/lorem.vn\/api\/*", "http:\/\/fonts.googleapis.com\/*", "https:\/\/fonts.googleapis.com\/*", "https:\/\/fonts.gstatic.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1" } |