Docket
Organize and Bookmark tabs, notes, and to-dos
What is Docket?
Docket is a Chrome extension developed by Unknown, and its main feature is "Organize and Bookmark tabs, notes, and to-dos".
Extension Screenshots
Download Docket Extension CRX File
Download Docket extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Docket |
ID | kkkciickjhdffaionllgnndmecaenpej |
Official URL | https://chromewebstore.google.com/detail/docket/kkkciickjhdffaionllgnndmecaenpej |
Description | Organize and Bookmark tabs, notes, and to-dos |
File Size | 53.06 KB |
Installation Count | 25 |
Current Version | 1.3 |
Last Updated | 2022-05-25 |
Publish Date | 2022-05-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |