Aesop Ipsum

Provides lovable, timeless placeholder text.

ما هو Aesop Ipsum؟

Aesop Ipsum هو إضافة Chrome تم تطويرها بواسطة Jake Mason، والميزة الرئيسية لها هي "Provides lovable, timeless placeholder text.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Aesop Ipsum

قم بتنزيل ملفات الامتداد Aesop Ipsum بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}