Lorem Ipsum Generator

Injecting stuff

什么是Lorem Ipsum Generator?

Lorem Ipsum Generator是由anilcan.cakir开发的Chrome扩展程序,该扩展的主要功能是“Injecting stuff”。

扩展截图

screenshot

下载Lorem Ipsum Generator扩展crx文件

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

扩展使用说明

                        The Lorem Ipsum Generator extension can generate words, sentences or paragraphs by your selection. It supports the storing the last selection options. So, if you open the extension again, you can continue with last options.

The extension has shortcut buttons. Example, you can copy or refresh the generated text with one click.

It's a open-source extension and this project made with VueJs by Anılcan Çakır.                    

扩展基本信息

名称 Lorem Ipsum Generator Lorem Ipsum Generator
ID leokkkfhnahnlmfkelibfigimkoinkfm
官方URL https://chromewebstore.google.com/detail/lorem-ipsum-generator/leokkkfhnahnlmfkelibfigimkoinkfm
简介 Injecting stuff
文件大小 382 KB
安装次数 260
当前版本 0.0.1
更新时间 2018-10-30
上架时间 2018-10-30
评分 5.00/5 共2次评分
开发者 anilcan.cakir
付费类型 free
扩展官网 https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension
帮助页面URL https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lorem Ipsum Generator",
    "short_name": "lorem-ipsum",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Injecting stuff",
    "homepage_url": "https:\/\/github.com\/anilcancakir\/lorem-ipsum-generator-chrome-extension",
    "browser_action": {
        "default_title": "Lorem Ipsum Generator",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/logo-16.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png",
        "512": "assets\/logo-512.png",
        "1024": "assets\/logo-1024.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}