Docket
Organize and Bookmark tabs, notes, and to-dos
什么是Docket?
Docket是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Organize and Bookmark tabs, notes, and to-dos”。
扩展截图
下载Docket扩展crx文件
下载Docket扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Docket is a clean and easy-to-use bookmark and notes manager with a beginner-friendly user interface. It allows you to categorize and organize items by drag-and-drop. A free tool to manage and keep your simple tasks all organized at one place. Effortlessly build your own Kanban styled boards to Organize and Bookmark, notes, and to-dos. 💠 Organize your existing bookmarks 💠 Save Active Tabs links by drag and drop 💠 Quickly jot down ideas and plans 💠 Create Sticky Notes. No SIGN UP required and Its FREE.
扩展基本信息
名称 | Docket |
ID | kkkciickjhdffaionllgnndmecaenpej |
官方URL | https://chromewebstore.google.com/detail/docket/kkkciickjhdffaionllgnndmecaenpej |
简介 | Organize and Bookmark tabs, notes, and to-dos |
文件大小 | 53.06 KB |
安装次数 | 25 |
当前版本 | 1.3 |
更新时间 | 2022-05-25 |
上架时间 | 2022-05-15 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Docket", "description": "Organize and Bookmark tabs, notes, and to-dos", "action": { "default_icon": "icon48.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "version": "1.3", "chrome_url_overrides": { "newtab": "new-tab.html" }, "permissions": [ "tabs", "bookmarks" ], "background": { "service_worker": "script\/background.js" } } |