Lorem Ipsum Generator
Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!
什么是Lorem Ipsum Generator?
Lorem Ipsum Generator是由http://lorem.vn开发的Chrome扩展程序,该扩展的主要功能是“Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!”。
扩展截图
下载Lorem Ipsum Generator扩展crx文件
下载Lorem Ipsum Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lorem Ipsum chỉ đơn giản là một đoạn văn bản giả, được dùng vào việc trình bày và dàn trang phục vụ cho thiết kế in ấn. Lorem.vn là công cụ hỗ trợ bạn tạo ra các đoạn văn bản Lorem Ipsum miễn phí.
扩展基本信息
名称 | |
ID | ldmidjjahfhgmbmlbfhibacacpfnbplg |
官方URL | https://chrome.google.com/webstore/detail/lorem-ipsum-generator/ldmidjjahfhgmbmlbfhibacacpfnbplg |
简介 | Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty! |
文件大小 | 128 KB |
安装次数 | 15 |
当前版本 | 0.1.1 |
更新时间 | 2015-11-01 |
上架时间 | 2015-11-01 |
开发者 | http://lorem.vn |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "src\/bg\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "browser action demo" }, "content_security_policy": "script-src 'self' https:\/\/lorem.vn; object-src 'self'", "description": "Does your lorem ipsum text long for something a little meatier? Give our generator a try... it's tasty!", "homepage_url": "http:\/\/lorem.vn\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Lorem Ipsum Generator", "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus", "https:\/\/lorem.vn\/api\/*", "http:\/\/fonts.googleapis.com\/*", "https:\/\/fonts.googleapis.com\/*", "https:\/\/fonts.gstatic.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1" } |