Super Bookmark Desktop
Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…
什么是Super Bookmark Desktop?
Super Bookmark Desktop是由Kyle Paulsen开发的Chrome扩展程序,该扩展的主要功能是“Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…”。
扩展截图
下载Super Bookmark Desktop扩展crx文件
下载Super Bookmark Desktop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop! If you've ever wanted to treat your bookmarks like files on your desktop then give this a try! Some features: * Cool desktop backgrounds and ability to add your own. Add a subreddit source and get new backgrounds every day! * Click and Drag icons to move them around the desktop or into folders. * Create a selection of multiple items by clicking and dragging with the mouse (then try moving all of them). * Hold down Ctrl, Shift, or Command and then click an icon to multi-select icons. * Right Click the desktop create bookmarks or to change backgrounds and set background settings. * Right Click icons to edit or delete them (editing and deleting affects the actual bookmark). * Create text files that sync like a normal bookmark. Good for making quick reminders! This project is open source at: https://github.com/kylepaulsen/SuperBookmarkDesktop
扩展基本信息
名称 | Super Bookmark Desktop |
ID | mfpgdeedjdffbfoomliadmehaoailnjn |
官方URL | https://chromewebstore.google.com/detail/super-bookmark-desktop/mfpgdeedjdffbfoomliadmehaoailnjn |
简介 | Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!… |
文件大小 | 22.68 MB |
安装次数 | 1,261 |
当前版本 | 1.5.0 |
更新时间 | 2023-08-11 |
上架时间 | 2020-03-01 |
评分 | 4.50/5 共30次评分 |
开发者 | Kyle Paulsen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.kylepaulsen.com |
帮助页面URL | https://github.com/kylepaulsen/SuperBookmarkDesktop/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.0", "manifest_version": 3, "name": "Super Bookmark Desktop", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "bookmarks", "favicon", "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "minimum_chrome_version": "104" } |