Docket

Organize and Bookmark tabs, notes, and to-dos

什麼是Docket?

Docket是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Organize and Bookmark tabs, notes, and to-dos”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Docket
ID kkkciickjhdffaionllgnndmecaenpej
官方網址 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"
    }
}