Initial

Easily include Google on the homepage with relevant results in your searches.

Initial là gì?

Initial là một tiện ích mở rộng Chrome được phát triển bởi https://googloc.com, và tính năng chính của nó là "Easily include Google on the homepage with relevant results in your searches.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Initial

Tải xuống các tệp mở rộng Initial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With our extension you can easily include the Google search field as the home page of your internet browser.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Initial Initial
ID indkpcjdonlhakljicagikchdooafijm
URL Chính Thức https://chromewebstore.google.com/detail/initial/indkpcjdonlhakljicagikchdooafijm
Mô tả Easily include Google on the homepage with relevant results in your searches.
Kích Thước Tệp 611 KB
Số Lần Cài Đặt 2,826
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2024-01-15
Ngày Phát Hành 2022-08-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://googloc.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.googloc.com/politicas
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}