Docket

Organize and Bookmark tabs, notes, and to-dos

Cos'è Docket?

Docket è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Organize and Bookmark tabs, notes, and to-dos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Docket

Scarica i file di estensione Docket in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Docket Docket
ID kkkciickjhdffaionllgnndmecaenpej
URL Ufficiale https://chromewebstore.google.com/detail/docket/kkkciickjhdffaionllgnndmecaenpej
Descrizione Organize and Bookmark tabs, notes, and to-dos
Dimensione del File 53.06 KB
Conteggio Installazioni 25
Versione Corrente 1.3
Ultimo Aggiornamento 2022-05-25
Data di Pubblicazione 2022-05-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}