Bookmarker
The best bookmark plugin in the Eastern Hemisphere
Bookmarker란 무엇입니까?
Bookmarker은(는) leelei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best bookmark plugin in the Eastern Hemisphere"입니다.
확장 프로그램 스크린샷
Bookmarker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Note: User default new tab will change This plug-in uses a better way to display and manage your bookmarks. It includes the following functions: 1. Tile bookmarks, up to two levels, to avoid reading obstacles caused by a multi-level tree structure. 2. Integrate multiple search engines to make your new tab page more useful 3. You can put your favorite bookmarks on top, making it easier for you to browse 4. The interface style that can be switched (day | night | follow system) is very user-friendly 5. You can retrieve your local bookmarks and find what you want from a vast number of bookmarks 6. Card-style simple and refreshing interface style
확장 프로그램 기본 정보
이름 | |
ID | jblilhiaoipblnepleimgaamphkfhdla |
공식 URL | https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla |
설명 | The best bookmark plugin in the Eastern Hemisphere |
파일 크기 | 76.99 KB |
설치 횟수 | 124 |
현재 버전 | 2.1 |
최근 업데이트 | 2021-05-04 |
출시 날짜 | 2020-12-24 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | leelei |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/leedalei/bookmarker |
도움말 페이지 URL | https://github.com/leedalei/bookmarker |
개인정보 보호 정책 페이지 URL | http://bookmarker.evacgn.com/privacy-policy.html |
지원되는 언어 | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "version": "2.1", "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "browser_action": { "default_icon": ".\/public\/bookmarker.png", "default_title": "\u4e66\u7b7e\u6d4f\u89c8\u5668" }, "chrome_url_overrides": { "newtab": ".\/public\/index.html" } } |