Search Selection with Bookmarks

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

Search Selection with Bookmarks란 무엇입니까?

Search Selection with Bookmarks은(는) https://hachikou.starfree.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab page of web search and bookmarks. Can customize search site by user."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Search Selection with Bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Search Selection with Bookmarks Search Selection with Bookmarks
ID fmoabmgdboojoakejbhefgelhcflanpn
공식 URL https://chromewebstore.google.com/detail/search-selection-with-boo/fmoabmgdboojoakejbhefgelhcflanpn
설명 New tab page of web search and bookmarks. Can customize search site by user.
파일 크기 34.63 KB
설치 횟수 54
현재 버전 1.4.30
최근 업데이트 2023-03-09
출시 날짜 2018-03-25
평점 4.33/5 총 6 개의 평점
개발자 https://hachikou.starfree.jp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://hachikou.starfree.jp/en/chrome.html
도움말 페이지 URL http://hachikou.starfree.jp/en/ssb_support.html
지원되는 언어 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"
}