TinyIpsum

TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text

什么是TinyIpsum?

TinyIpsum是由Kenan Bendz开发的Chrome扩展程序,该扩展的主要功能是“TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text”。

扩展截图

screenshot
screenshot

下载TinyIpsum扩展crx文件

下载TinyIpsum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TinyIpsum is a small utility extension for generating random Latin text, to fill out your fields and forms. Quick and elegant solution to efficiently get text to your clipboard in the amount you need.

Inspired by LittleIpsum
 
- Automatically copies selected amount of text to clipboard
- Generates random words, sentences, and paragraphs based on typical amount of use-case.
- Random Latin based text output.
- Light and dark mode (based on system UI preferences)                    

扩展基本信息

名称 TinyIpsum TinyIpsum
ID oipamkhbdhmedokhjokgepakabbibkbi
官方URL https://chromewebstore.google.com/detail/tinyipsum/oipamkhbdhmedokhjokgepakabbibkbi
简介 TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text
文件大小 50.74 KB
安装次数 41
当前版本 1.0
更新时间 2021-04-30
上架时间 2021-04-30
开发者 Kenan Bendz
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text",
    "version": "1.0",
    "manifest_version": 3,
    "name": "TinyIpsum",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}