Simple Lorem Ipsum Generator

Quick way to generate lorem ipsum text with customizable size. Light and forever free.

什麼是Simple Lorem Ipsum Generator?

Simple Lorem Ipsum Generator是由d1ceward開發的Chrome擴展程式,該擴展的主要功能是“Quick way to generate lorem ipsum text with customizable size. Light and forever free.”。

擴展截圖

screenshot
screenshot

下載Simple Lorem Ipsum Generator擴展crx文件

下載Simple Lorem Ipsum Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        For any feature request or bug reporting go on github issue page.
https://github.com/d1ceward/lipsum_generator/issues                    

擴展基本資訊

名稱 Simple Lorem Ipsum Generator Simple Lorem Ipsum Generator
ID paipcofpmjfkfeeoknhmbbnebcciikon
官方網址 https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon
簡介 Quick way to generate lorem ipsum text with customizable size. Light and forever free.
檔案大小 25.99 KB
安裝次數 101
目前版本 1.3.1
更新時間 2024-02-10
上架時間 2018-07-11
評分 5.00/5 共 1 次評分
開發者 d1ceward
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/d1ceward/lipsum_generator
說明頁面URL https://github.com/d1ceward/lipsum_generator/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Lorem Ipsum Generator",
    "version": "1.3.1",
    "description": "Quick way to generate lorem ipsum text with customizable size. Light and forever free.",
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "incognito": "spanning",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3
}