Corporate Ipsum
Generate random corporate double-speak for use as filler text
Corporate Ipsum là gì?
Corporate Ipsum là một tiện ích mở rộng Chrome được phát triển bởi BilliamTheSecond, và tính năng chính của nó là "Generate random corporate double-speak for use as filler text".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Corporate Ipsum
Tải xuống các tệp mở rộng Corporate Ipsum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Corporate Ipsum |
ID | lfmadckmfehehmdnmhaebniooenedcbb |
URL Chính Thức | https://chromewebstore.google.com/detail/corporate-ipsum/lfmadckmfehehmdnmhaebniooenedcbb |
Mô tả | Generate random corporate double-speak for use as filler text |
Kích Thước Tệp | 26.01 KB |
Số Lần Cài Đặt | 12,448 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2024-01-09 |
Ngày Phát Hành | 2014-02-22 |
Đánh Giá | 4.75/5 Tổng số 61 Đánh Giá |
Nhà Phát Triển | BilliamTheSecond |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |