Lorem Ipsum Generator

Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.

Lorem Ipsum Generator là gì?

Lorem Ipsum Generator là một tiện ích mở rộng Chrome được phát triển bởi https://getlorem.com, và tính năng chính của nó là "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lorem Ipsum Generator

Tải xuống các tệp mở rộng 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

                        Elegantly designed and easy to use. The values you enter are stored so that your preferred option will always be immediately available.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lorem Ipsum Generator Lorem Ipsum Generator
ID pglahbfamjiifnafcicdibiiabpakkkb
URL Chính Thức https://chromewebstore.google.com/detail/lorem-ipsum-generator/pglahbfamjiifnafcicdibiiabpakkkb
Mô tả Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.
Kích Thước Tệp 53.87 KB
Số Lần Cài Đặt 23,243
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-01-24
Ngày Phát Hành 2017-01-24
Đánh Giá 4.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://getlorem.com
Loại Thanh Toán free
Trang Web Mở Rộng https://getlorem.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lorem Ipsum Generator",
    "version": "1.0.0",
    "description": "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Lorem Ipsum Generator"
    }
}