Lorem Ipsum Generator
Generates lorem ipsum text. Usage: +lorem[number of words](,[offset of words]);
What is Lorem Ipsum Generator?
Lorem Ipsum Generator is a Chrome extension developed by Chin Lee, and its main feature is "Generates lorem ipsum text. Usage: +lorem[number of words](,[offset of words]);".
Extension Screenshots
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
Extension Basic Information
Name | Lorem Ipsum Generator |
ID | cblgliidgpancfkibcjogkipobgpckpm |
Official URL | https://chromewebstore.google.com/detail/lorem-ipsum-generator/cblgliidgpancfkibcjogkipobgpckpm |
Description | Generates lorem ipsum text. Usage: +lorem[number of words](,[offset of words]); |
File Size | 40.6 KB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2016-01-06 |
Publish Date | 2015-11-11 |
Developer | Chin Lee |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lorem Ipsum Generator", "description": "Generates lorem ipsum text. Usage: +lorem[number of words](,[offset of words]);", "version": "1.0", "icons": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |