Corporate Ipsum
Generate random corporate double-speak for use as filler text
什么是Corporate Ipsum?
Corporate Ipsum是由BilliamTheSecond开发的Chrome扩展程序,该扩展的主要功能是“Generate random corporate double-speak for use as filler text”。
扩展截图
下载Corporate Ipsum扩展crx文件
下载Corporate Ipsum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | lfmadckmfehehmdnmhaebniooenedcbb |
| 官方URL | https://chromewebstore.google.com/detail/corporate-ipsum/lfmadckmfehehmdnmhaebniooenedcbb |
| 简介 | Generate random corporate double-speak for use as filler text |
| 文件大小 | 26.01 KB |
| 安装次数 | 12,448 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2024-01-09 |
| 上架时间 | 2014-02-22 |
| 评分 | 4.75/5 共61次评分 |
| 开发者 | BilliamTheSecond |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |