Lorem Ipsum Generator

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

Was ist Lorem Ipsum Generator?

Lorem Ipsum Generator ist eine Chrome-Erweiterung, die von http://lorem.vn entwickelt wurde, und ihr Hauptmerkmal ist "Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!".

Erweiterungsscreenshots

screenshot

Lorem Ipsum Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lorem Ipsum Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Lorem Ipsum Generator Lorem Ipsum Generator
ID ldmidjjahfhgmbmlbfhibacacpfnbplg
Offizielle URL https://chrome.google.com/webstore/detail/lorem-ipsum-generator/ldmidjjahfhgmbmlbfhibacacpfnbplg
Beschreibung Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!
Dateigröße 128 KB
Installationsanzahl 15
Aktuelle Version 0.1.1
Letztes Update 2015-11-01
Veröffentlichungsdatum 2015-11-01
Entwickler http://lorem.vn
Zahlungsart free
Unterstützte Sprachen 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"
}