Search the Current Site
Search the current site using the most popular search engine
O que é Search the Current Site?
Search the Current Site é uma extensão do Chrome desenvolvida por Jofen, e sua principal característica é "Search the current site using the most popular search engine".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search the Current Site
Baixe arquivos de extensão Search the Current Site 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
Search the current site using Google. - Search selected text on any website by a simple click of a button. - Use the right-click menu to search for selected text on current website. - Google is used to do a site search of whatever you want to search on the whole website. It will make your life easy when browsing website that does not provide any search options. Features in development: - Option to add different search engines - Customizable hotkeys - Search current subdomain or the entire domain - Search using multiple engines
Informações Básicas da Extensão
Nome | Search the Current Site |
ID | jeofcjkhaibldgfbdhijbiakaoadcogn |
URL Oficial | https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn |
Descrição | Search the current site using the most popular search engine |
Tamanho do Arquivo | 29.81 KB |
Contagem de Instalações | 618 |
Versão Atual | 1.2 |
Última Atualização | 2022-09-17 |
Data de Publicação | 2018-02-13 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | Jofen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search the Current Site", "description": "Search the current site using the most popular search engine", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "common.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "search.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "contextMenus" ] } |