Lorem Ipsum Checker
Quickly check if your site still has Lorem Ipsum leftover
ما هو Lorem Ipsum Checker؟
Lorem Ipsum Checker هو إضافة Chrome تم تطويرها بواسطة https://tonybatts.com، والميزة الرئيسية لها هي "Quickly check if your site still has Lorem Ipsum leftover".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lorem Ipsum Checker
قم بتنزيل ملفات الامتداد Lorem Ipsum Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With one click highlight all Lorem Ipsum that is left on your page. Quickly and efficiently develop new pages and add new content without the tedium of searching line by line for dummy copy.
معلومات أساسية عن التمديد
الاسم | Lorem Ipsum Checker |
ID | loinlganigcgmdbjdhcnffcncjjmjkdh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh |
الوصف | Quickly check if your site still has Lorem Ipsum leftover |
حجم الملف | 14.62 KB |
عدد التثبيتات | 272 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-02-04 |
تاريخ النشر | 2021-02-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://tonybatts.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.tonybatts.com/ |
عنوان صفحة المساعدة | https://www.tonybatts.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lorem Ipsum Checker", "version": "1.1", "description": "Quickly check if your site still has Lorem Ipsum leftover", "short_name": "Lorem Ipsum Checker", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |