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
官方網址 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"
    }
}