Lorem Ipsum Generator

Injecting stuff

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 anilcan.cakir, và tính năng chính của nó là "Injecting stuff".

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

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

                        The Lorem Ipsum Generator extension can generate words, sentences or paragraphs by your selection. It supports the storing the last selection options. So, if you open the extension again, you can continue with last options.

The extension has shortcut buttons. Example, you can copy or refresh the generated text with one click.

It's a open-source extension and this project made with VueJs by Anılcan Çakır.                    

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

Tên Lorem Ipsum Generator Lorem Ipsum Generator
ID leokkkfhnahnlmfkelibfigimkoinkfm
URL Chính Thức https://chromewebstore.google.com/detail/lorem-ipsum-generator/leokkkfhnahnlmfkelibfigimkoinkfm
Mô tả Injecting stuff
Kích Thước Tệp 382 KB
Số Lần Cài Đặt 260
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-10-30
Ngày Phát Hành 2018-10-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển anilcan.cakir
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension
URL Trang Trợ Giúp https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lorem Ipsum Generator",
    "short_name": "lorem-ipsum",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Injecting stuff",
    "homepage_url": "https:\/\/github.com\/anilcancakir\/lorem-ipsum-generator-chrome-extension",
    "browser_action": {
        "default_title": "Lorem Ipsum Generator",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/logo-16.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png",
        "512": "assets\/logo-512.png",
        "1024": "assets\/logo-1024.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}