Centuple
Display 100 Google search results on one page
ما هو Centuple؟
Centuple هو إضافة Chrome تم تطويرها بواسطة https://www.seomemento.com، والميزة الرئيسية لها هي "Display 100 Google search results on one page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Centuple
قم بتنزيل ملفات الامتداد Centuple بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Centuple lets you display 100 search results at once on Google in one click!
معلومات أساسية عن التمديد
الاسم | Centuple |
ID | ligeniffdkpbbplnikaipijbdnngjmil |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/centuple/ligeniffdkpbbplnikaipijbdnngjmil |
الوصف | Display 100 Google search results on one page |
حجم الملف | 18.62 KB |
عدد التثبيتات | 145 |
النسخة الحالية | 0.1 |
آخر تحديث | 2022-10-29 |
تاريخ النشر | 2022-10-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.seomemento.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon-128.png", "default_title": "Centuple" }, "name": "Centuple", "description": "Display 100 Google search results on one page", "homepage_url": "https:\/\/www.seomemento.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "scripting" ], "version": "0.1", "manifest_version": 3 } |