Aesop Ipsum

Provides lovable, timeless placeholder text.

What is Aesop Ipsum?

Aesop Ipsum is a Chrome extension developed by Jake Mason, and its main feature is "Provides lovable, timeless placeholder text.".

Extension Screenshots

screenshot

Download Aesop Ipsum Extension CRX File

Download Aesop Ipsum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Aesop Ipsum Aesop Ipsum
ID clibihlbfbomcapbiaceomafckbdgibp
Official URL https://chromewebstore.google.com/detail/aesop-ipsum/clibihlbfbomcapbiaceomafckbdgibp
Description Provides lovable, timeless placeholder text.
File Size 22.64 KB
Installation Count 142
Current Version 0.0.7
Last Updated 2016-09-01
Publish Date 2016-09-01
Rating 5.00/5 Total 3 Ratings
Developer Jake Mason
Payment Type free
Supported Languages 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
}