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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |