Aesop Ipsum

Provides lovable, timeless placeholder text.

什么是Aesop Ipsum?

Aesop Ipsum是由Jake Mason开发的Chrome扩展程序,该扩展的主要功能是“Provides lovable, timeless placeholder text.”。

扩展截图

screenshot

下载Aesop Ipsum扩展crx文件

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

扩展使用说明

                        Aesop Ipsum provides an alternative to the commonplace Lorem Ipsum generators used in the entry of placeholder content.

Stories taken from one of the world's most popular collections of fables provides content that can be used to serve a similar purpose to Lorem Ipsum, but with a lot more character.                    

扩展基本信息

名称 Aesop Ipsum Aesop Ipsum
ID clibihlbfbomcapbiaceomafckbdgibp
官方URL https://chromewebstore.google.com/detail/aesop-ipsum/clibihlbfbomcapbiaceomafckbdgibp
简介 Provides lovable, timeless placeholder text.
文件大小 22.64 KB
安装次数 142
当前版本 0.0.7
更新时间 2016-09-01
上架时间 2016-09-01
评分 5.00/5 共3次评分
开发者 Jake Mason
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aesop Ipsum",
    "version": "0.0.7",
    "author": "Dev by Jake Mason, icons by Kalyn Smith, stories by Aesop",
    "manifest_version": 2,
    "description": "Provides lovable, timeless placeholder text.",
    "background": {
        "persistent": false,
        "scripts": [
            "aesop.js",
            "clipboard.min.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_title": "Aesop Ipsum - Fables for Dummy Text",
        "default_popup": "popup.html"
    },
    "offline_enabled": true
}