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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Corporate Ipsum |
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" } } |