Initial
Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas.
ما هو Initial؟
Initial هو إضافة Chrome تم تطويرها بواسطة https://googloc.com، والميزة الرئيسية لها هي "Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Initial
قم بتنزيل ملفات الامتداد Initial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Experimente gratuitamente nossa extensão e faça suas buscas normalmente no GOOGLE e tenha resultados adicionais e relevantes em suas pesquisas. Para remover essa extensão siga as orientações presentes na página: https://support.google.com/chrome_webstore/answer/6029416?hl=en&ref_topic=6238977&sjid=18247355995425272863-SA
معلومات أساسية عن التمديد
الاسم | Initial |
ID | lhhgjkddhnhehgllghamgflemdggibdd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/initial/lhhgjkddhnhehgllghamgflemdggibdd |
الوصف | Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas. |
حجم الملف | 611 KB |
عدد التثبيتات | 733 |
النسخة الحالية | 3.2 |
آخر تحديث | 2024-01-18 |
تاريخ النشر | 2023-01-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://googloc.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.googloc.com/politicas |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Initial", "description": "Inclua facilmente na p\u00e1gina inicial o Google com resultados adicionais em suas pesquisas.", "version": "3.2", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?*", "https:\/\/www.google.com.br\/search?*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/googloc.com\/google\/" ] }, "icons": { "16": "imagens\/icon_16px.png", "32": "imagens\/icon_32px.png", "96": "imagens\/icon_96px.png", "48": "imagens\/icon_48px.png", "128": "imagens\/icon_128px.png" } } |