SquareTab

SquareTab allows you to fully customize your browsers start page

Apa itu SquareTab?

SquareTab adalah ekstensi Chrome yang dikembangkan oleh SquareMedia, dan fitur utamanya adalah "SquareTab allows you to fully customize your browsers start page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SquareTab

Unduh file ekstensi SquareTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        SquareTab changes your new tab and has a default search provider of Bing.  SquareTab is free and can be easily removed anytime.

-------------------------------------------------------
 
By adding this extension, you agree to our privacy policy available at https://squarestartpage.com/privacy

By adding this extension, you agree to our terms of service available at https://squarestartpage.com/terms

If you have questions or feedback, you can contact us here 
https://squarestartpage.com/contact

If you need help removing or resetting the Start Page, follow these steps: 
https://squarestartpage.com/uninstall                    

Informasi Dasar Ekstensi

Nama SquareTab SquareTab
ID hnjlcpngjhdoehbjfkmhjagmmojcimnc
URL Resmi https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc
Deskripsi SquareTab allows you to fully customize your browsers start page
Ukuran File 492 KB
Jumlah Instalasi 4,698
Versi Saat Ini 2.1.2
Terakhir Diperbarui 2024-02-17
Tanggal Publikasi 2022-09-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang SquareMedia
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://squarestartpage.com/contact
URL Halaman Kebijakan Privasi https://squarestartpage.com/privacy?ref=cws
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SquareTab",
    "short_name": "SquareTab",
    "description": "SquareTab allows you to fully customize your browsers start page",
    "version": "2.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "storage",
        "topSites"
    ],
    "optional_permissions": []
}