Markoob - Bookmark Launcher
Bookmark Launcher with usage-based recommendations and full-featured bookmark management support.
Markoob - Bookmark Launcher란 무엇입니까?
Markoob - Bookmark Launcher은(는) Gwokhou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark Launcher with usage-based recommendations and full-featured bookmark management support."입니다.
확장 프로그램 스크린샷
Markoob - Bookmark Launcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Markoob is a Bookmark Launcher or New Tab that brings convenience and efficiency to your browsing experience. 🌟 Bookmark Recommendations: We recommend bookmarks that you need based on your usage habits. 🚀 Quick Menu: Right-click context menu allows you to quickly open, add, edit, delete, pin, and generate QR codes for bookmarks and folders. 📐 Custom Layout: Carefully designed display layout and features make it easier for you to find the bookmarks. We also offer various layouts and themes. 🔧 Handy Pop-up: In the top right corner of your browser, where you can easily manage bookmarks, view QR codes, and synchronize the title of the current bookmark.
확장 프로그램 기본 정보
이름 | Markoob - Bookmark Launcher |
ID | lnhnllkaacmnkffnjgcnokifakeckido |
공식 URL | https://chromewebstore.google.com/detail/markoob-bookmark-launcher/lnhnllkaacmnkffnjgcnokifakeckido |
설명 | Bookmark Launcher with usage-based recommendations and full-featured bookmark management support. |
파일 크기 | 2.44 MB |
설치 횟수 | 742 |
현재 버전 | 0.4.2 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2023-07-01 |
평점 | 4.92/5 총 13 개의 평점 |
개발자 | Gwokhou |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "version": "0.4.2", "description": "__MSG_app_desc__", "default_locale": "en", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/popup\/index.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/assets\/icon-16.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png", "256": ".\/assets\/icon-256.png", "512": ".\/assets\/icon-512.png" }, "chrome_url_overrides": { "newtab": ".\/main\/index.html" }, "permissions": [ "tabs", "storage", "bookmarks", "favicon", "history", "search" ] } |