Lorem Ipsum Generator

Injecting stuff

What is Lorem Ipsum Generator?

Lorem Ipsum Generator is a Chrome extension developed by anilcan.cakir, and its main feature is "Injecting stuff".

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

                        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.                    

Extension Basic Information

Name Lorem Ipsum Generator Lorem Ipsum Generator
ID leokkkfhnahnlmfkelibfigimkoinkfm
Official URL https://chromewebstore.google.com/detail/lorem-ipsum-generator/leokkkfhnahnlmfkelibfigimkoinkfm
Description Injecting stuff
File Size 382 KB
Installation Count 260
Current Version 0.0.1
Last Updated 2018-10-30
Publish Date 2018-10-30
Rating 5.00/5 Total 2 Ratings
Developer anilcan.cakir
Payment Type free
Extension Website https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension
Help Page URL https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension/issues
Supported Languages 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'"
}