Search Selection with Bookmarks

New tab page of web search and bookmarks. Can customize search site by user.

O que é Search Selection with Bookmarks?

Search Selection with Bookmarks é uma extensão do Chrome desenvolvida por https://hachikou.starfree.jp, e sua principal característica é "New tab page of web search and bookmarks. Can customize search site by user.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Selection with Bookmarks

Baixe arquivos de extensão Search Selection with Bookmarks 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

                        Changes to new tab page of web search and bookmarks.
Can customize search site by user.

■ Features - Search
・Many search sites
Google, Yahoo!, Wikipedia, YouTube and Amazon, can be added by the user further.
・Add and modify search site
・Individual settings of the search site
・Search words of memory and history
・Display of the Home page
・Display of the search results page

■ Features - Bookmarks
・List of bookmark
・Open all in the folder
・Open link action can choose current , new tab form background.
・Internal display with cursor
・Display of history
・Display of Most visited (Different Chrome original)
・Change the number of columns
・Change font size
・Open the bookmark manager (menu of right-click on folder link)
・Suggest box (Test pilot version)

■ For use in each country.
Software is English only. However, by changing the search site at options,it is available in each country. Changes will vary from country to country and site.

Example. Change yahoo! English version (com) to Japanese version (co.jp).
https://www.yahoo.com → https://www.yahoo.co.jp
https://search.yahoo.com/search?ei=UTF-8&p= → https://search.yahoo.co.jp/search?ei=UTF-8&p=

Other examples are listed on the support site.                    

Informações Básicas da Extensão

Nome Search Selection with Bookmarks Search Selection with Bookmarks
ID fmoabmgdboojoakejbhefgelhcflanpn
URL Oficial https://chromewebstore.google.com/detail/search-selection-with-boo/fmoabmgdboojoakejbhefgelhcflanpn
Descrição New tab page of web search and bookmarks. Can customize search site by user.
Tamanho do Arquivo 34.63 KB
Contagem de Instalações 54
Versão Atual 1.4.30
Última Atualização 2023-03-09
Data de Publicação 2018-03-25
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor https://hachikou.starfree.jp
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://hachikou.starfree.jp/en/chrome.html
URL da Página de Ajuda http://hachikou.starfree.jp/en/ssb_support.html
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Selection with Bookmarks",
    "version": "1.4.30",
    "description": "New tab page of web search and bookmarks. Can customize search site by user.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "history",
        "contextMenus",
        "favicon"
    ],
    "host_permissions": [
        "*:\/\/www.google.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "short_name": "SSB",
    "options_page": "option.html"
}