Corporate Ipsum

Generate random corporate double-speak for use as filler text

Что такое Corporate Ipsum?

Corporate Ipsum - это расширение Chrome, разработанное BilliamTheSecond, и его основная функция - "Generate random corporate double-speak for use as filler text".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Corporate Ipsum

Скачайте файлы расширений 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                    

Основная информация о расширении

Название Corporate Ipsum 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"
    }
}