Simple Lorem Ipsum Generator
Quick way to generate lorem ipsum text with customizable size. Light and forever free.
Simple Lorem Ipsum Generator là gì?
Simple Lorem Ipsum Generator là một tiện ích mở rộng Chrome được phát triển bởi d1ceward, và tính năng chính của nó là "Quick way to generate lorem ipsum text with customizable size. Light and forever free.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple Lorem Ipsum Generator
Tải xuống các tệp mở rộng Simple Lorem Ipsum Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
For any feature request or bug reporting go on github issue page. https://github.com/d1ceward/lipsum_generator/issues
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Lorem Ipsum Generator |
ID | paipcofpmjfkfeeoknhmbbnebcciikon |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon |
Mô tả | Quick way to generate lorem ipsum text with customizable size. Light and forever free. |
Kích Thước Tệp | 25.99 KB |
Số Lần Cài Đặt | 101 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2024-02-10 |
Ngày Phát Hành | 2018-07-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | d1ceward |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/d1ceward/lipsum_generator |
URL Trang Trợ Giúp | https://github.com/d1ceward/lipsum_generator/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Lorem Ipsum Generator", "version": "1.3.1", "description": "Quick way to generate lorem ipsum text with customizable size. Light and forever free.", "permissions": [ "storage" ], "offline_enabled": true, "incognito": "spanning", "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "manifest_version": 3 } |