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文件
下载Markoob - Bookmark Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
]
} | |