Initial
Easily include Google on the homepage with relevant results in your searches.
What is Initial?
Initial is a Chrome extension developed by https://googloc.com, and its main feature is "Easily include Google on the homepage with relevant results in your searches.".
Extension Screenshots
Download Initial Extension CRX File
Download Initial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With our extension you can easily include the Google search field as the home page of your internet browser.
Extension Basic Information
Name | Initial |
ID | indkpcjdonlhakljicagikchdooafijm |
Official URL | https://chromewebstore.google.com/detail/initial/indkpcjdonlhakljicagikchdooafijm |
Description | Easily include Google on the homepage with relevant results in your searches. |
File Size | 611 KB |
Installation Count | 2,826 |
Current Version | 2.0 |
Last Updated | 2024-01-15 |
Publish Date | 2022-08-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://googloc.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.googloc.com/politicas |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Initial", "description": "Easily include Google on the homepage with relevant results in your searches.", "version": "2.0", "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" } } |