LoremIpsumReplacer
This extension replace all text of webpage Lorem ipsum mock text.
ما هو LoremIpsumReplacer؟
LoremIpsumReplacer هو إضافة Chrome تم تطويرها بواسطة https://www.yellen.eu، والميزة الرئيسية لها هي "This extension replace all text of webpage Lorem ipsum mock text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LoremIpsumReplacer
قم بتنزيل ملفات الامتداد LoremIpsumReplacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replace all text of webpage Lorem ipsum mock text. You can use it inside webpage analysis, or part od SEO analysis. You can easily see if the graphics of the web is relevant. Sometimes the webdesign is not relevant and when you replace keywords by lorem ipsum text, you can suddenly see that the graphics does not make sence.
معلومات أساسية عن التمديد
الاسم | LoremIpsumReplacer |
ID | cejenldplolaekiechpfbhaancmibimm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm |
الوصف | This extension replace all text of webpage Lorem ipsum mock text. |
حجم الملف | 5.76 KB |
عدد التثبيتات | 204 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-11-01 |
تاريخ النشر | 2014-11-01 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | https://www.yellen.eu |
نوع الدفع | free |
موقع الإضافة | http://www.lorem-ipsum-replacer.cz/ |
عنوان صفحة المساعدة | https://www.youtube.com/watch?v=RxlKRUJ-fGA |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LoremIpsumReplacer", "description": "This extension replace all text of webpage Lorem ipsum mock text.", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" } } |