Search101
Take your browser experience up a notch.
O que é Search101?
Search101 é uma extensão do Chrome desenvolvida por Browser Labs Pty Ltd, e sua principal característica é "Take your browser experience up a notch.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search101
Baixe arquivos de extensão Search101 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
We have created a browser extension that brings the web to you. You can enjoy a fast web browsing experience with the Search101 new tab extension and get the best of the web powered by Bing.com. The Search101 extension is all about functionality which allows you to search the best of the web through a new tab search whilst giving you the additional features that include · Quick web search right at your fingertips powered by Bing.com · Easy view time of day · Quick links to your favorite social media platforms By clicking "Add to chrome", I accept and agree to installing the Search101 extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://browser-labs.com.au/privacy-policy/) and Terms of Use (https://browser-labs.com.au/terms-and-conditions/)
Informações Básicas da Extensão
Nome | Search101 |
ID | jccboplgjkihlkihimaimhgaaalbbaje |
URL Oficial | https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje |
Descrição | Take your browser experience up a notch. |
Tamanho do Arquivo | 513 KB |
Contagem de Instalações | 56,237 |
Versão Atual | 0.3 |
Última Atualização | 2021-07-15 |
Data de Publicação | 2021-04-17 |
Desenvolvedor | Browser Labs Pty Ltd |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://browser-labs.com.au/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search101", "author": "Frooty Studios", "description": "Take your browser experience up a notch.", "version": "0.3", "manifest_version": 2, "icons": { "128": "assets\/imgs\/ex_logo_128.png" }, "chrome_url_overrides": { "newtab": "views\/tabs\/tabs.html" }, "browser_action": [], "background": { "scripts": [ ".\/backgroundScript\/backgroundScript.js" ], "persistent": true }, "permissions": [] } |