Paste Lorem Ipsum...
Right click on a text field or textarea to insert the Lorem Ipsum text.
ما هو Paste Lorem Ipsum...؟
Paste Lorem Ipsum... هو إضافة Chrome تم تطويرها بواسطة https://daki.me، والميزة الرئيسية لها هي "Right click on a text field or textarea to insert the Lorem Ipsum text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Paste Lorem Ipsum...
قم بتنزيل ملفات الامتداد Paste Lorem Ipsum... بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Right click on a text field or textarea to insert the Lorem Ipsum text. معلومات أساسية عن التمديد
| الاسم | |
| ID | femdappdcngafbefbkfllghlghmfclld |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld |
| الوصف | Right click on a text field or textarea to insert the Lorem Ipsum text. |
| حجم الملف | 15.86 KB |
| عدد التثبيتات | 59 |
| النسخة الحالية | 1.3 |
| آخر تحديث | 2020-10-13 |
| تاريخ النشر | 2020-10-13 |
| المطور | https://daki.me |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.3",
"icons": {
"128": "icon_256.png",
"256": "icon_256.png"
},
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"scripts": [
"background.bundle.js"
]
},
"commands": {
"paste-lorem-ipsum": {
"suggested_key": {
"default": "Ctrl+L"
},
"description": "__MSG_paste__"
}
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
} | |