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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |