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
}