SquareTab
SquareTab allows you to fully customize your browsers start page
SquareTabとは何ですか?
SquareTabはSquareMediaによって開発されたChromeの拡張機能で、その主な機能は「SquareTab allows you to fully customize your browsers start page」です。
拡張機能のスクリーンショット
SquareTab拡張機能のCRXファイルをダウンロード
SquareTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | SquareTab |
ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
公式URL | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
説明 | SquareTab allows you to fully customize your browsers start page |
ファイルサイズ | 492 KB |
インストール数 | 4,698 |
現在のバージョン | 2.1.2 |
最終更新日 | 2024-02-17 |
公開日 | 2022-09-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | SquareMedia |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://squarestartpage.com/contact |
プライバシーポリシーページのURL | https://squarestartpage.com/privacy?ref=cws |
対応言語 | 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": [] } |