Corporate Ipsum
Generate random corporate double-speak for use as filler text
What is Corporate Ipsum?
Corporate Ipsum is a Chrome extension developed by BilliamTheSecond, and its main feature is "Generate random corporate double-speak for use as filler text".
Extension Screenshots
Download Corporate Ipsum Extension CRX File
Download Corporate Ipsum 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
A lorem ipsum generator with a corporate bent. Generates filler content by the word or paragraph. This is a clone (with permission) of Brian Haslanger's Corporate Ipsum dashboard widget (https://portfolio.doubleforte.net/project/synergy) for Google Chrome. Example output =============== Efficiently seize integrated vortals with installed base methodologies. Synergistically orchestrate leveraged data with intuitive action items. Proactively develop tactical services and interoperable networks. Efficiently create enterprise potentialities whereas interoperable e-commerce. Globally fabricate worldwide solutions via principle-centered human capital. Updates ======= - v0.1.0 * Updated styles * Support system dark mode * Update word count immediately when changing slider - v0.0.1 Initial release
Extension Basic Information
Name | Corporate Ipsum |
ID | lfmadckmfehehmdnmhaebniooenedcbb |
Official URL | https://chromewebstore.google.com/detail/corporate-ipsum/lfmadckmfehehmdnmhaebniooenedcbb |
Description | Generate random corporate double-speak for use as filler text |
File Size | 26.01 KB |
Installation Count | 12,448 |
Current Version | 0.1.0 |
Last Updated | 2024-01-09 |
Publish Date | 2014-02-22 |
Rating | 4.75/5 Total 61 Ratings |
Developer | BilliamTheSecond |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Corporate Ipsum", "version": "0.1.0", "description": "Generate random corporate double-speak for use as filler text", "action": { "default_title": "Corporate Ipsum", "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |