Paste 'Lorem ipsum...'

Right click on a text field or textarea to insert the 'lorem ipsum' text.

ما هو Paste 'Lorem ipsum...'؟

Paste 'Lorem ipsum...' هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Right click on a text field or textarea to insert the 'lorem ipsum' text.".

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

screenshot

تحميل ملف CRX للإضافة Paste 'Lorem ipsum...'

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

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

                        Works with HTML5 input types. eg. email, url, number.


N.B. This extension doesn't work on input fields which have been added to the page using javascript. For example Tinymce or the Drupal overlay editing interface.                    

معلومات أساسية عن التمديد

الاسم Paste 'Lorem ipsum...' Paste 'Lorem ipsum...'
ID ihmllonaidjepimjdhjdcgodgekcmhop
عنوان URL الرسمي https://chromewebstore.google.com/detail/paste-lorem-ipsum/ihmllonaidjepimjdhjdcgodgekcmhop
الوصف Right click on a text field or textarea to insert the 'lorem ipsum' text.
حجم الملف 41.1 KB
عدد التثبيتات 2,730
النسخة الحالية 1.0
آخر تحديث 2013-08-21
تاريخ النشر 2013-08-21
تقييم 2.05/5 مجموع تقييمات 38
المطور [email protected]
نوع الدفع free
موقع الإضافة https://github.com/nwjlyons/lorem-ipsum
عنوان صفحة المساعدة https://github.com/nwjlyons/lorem-ipsum/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paste 'Lorem ipsum...'",
    "description": "Right click on a text field or textarea to insert the 'lorem ipsum' text.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.6.4.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}