Lorem Ipsum Generator

Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!

What is Lorem Ipsum Generator?

Lorem Ipsum Generator is a Chrome extension developed by http://lorem.vn, and its main feature is "Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!".

Extension Screenshots

screenshot

Download Lorem Ipsum Generator Extension CRX File

Download Lorem Ipsum Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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í.                    

Extension Basic Information

Name Lorem Ipsum Generator Lorem Ipsum Generator
ID ldmidjjahfhgmbmlbfhibacacpfnbplg
Official URL https://chrome.google.com/webstore/detail/lorem-ipsum-generator/ldmidjjahfhgmbmlbfhibacacpfnbplg
Description Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!
File Size 128 KB
Installation Count 15
Current Version 0.1.1
Last Updated 2015-11-01
Publish Date 2015-11-01
Developer http://lorem.vn
Payment Type free
Supported Languages 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"
}