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.”。
扩展截图
下载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 |
ID | paipcofpmjfkfeeoknhmbbnebcciikon |
官方URL | 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 } |