Initial
Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas.
Initial란 무엇입니까?
Initial은(는) https://googloc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inclua facilmente na página inicial o Google com resultados adicionais em suas pesquisas."입니다.
확장 프로그램 스크린샷
Initial 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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" } } |