SearchBox Bookmarks
Bookmark search-boxes and use the search-box in the toolbar popup.
SearchBox Bookmarks란 무엇입니까?
SearchBox Bookmarks은(는) Kohei Ichioka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark search-boxes and use the search-box in the toolbar popup."입니다.
확장 프로그램 스크린샷
SearchBox Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* Bookmark search-boxes on web pages. * Use search-box in the toolbar popup. * Use search-box by the selected word in the context menu.
확장 프로그램 기본 정보
이름 | SearchBox Bookmarks |
ID | hplmgcbileifdjfahjdmpjclbkmgdhic |
공식 URL | https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic |
설명 | Bookmark search-boxes and use the search-box in the toolbar popup. |
파일 크기 | 16.89 KB |
설치 횟수 | 100 |
현재 버전 | 10 |
최근 업데이트 | 2022-08-21 |
출시 날짜 | 2019-08-06 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | Kohei Ichioka |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/expf/searchbox-bookmarks |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchBox Bookmarks", "version": "10", "manifest_version": 3, "description": "Bookmark search-boxes and use the search-box in the toolbar popup.", "icons": { "32": "32.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "b.js", "type": "module" }, "action": { "default_popup": "p.html", "default_icon": "a.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ] } |