Docket

Organize and Bookmark tabs, notes, and to-dos

Qu'est-ce que Docket ?

Docket est une extension Chrome développée par Unknown, et sa fonction principale est "Organize and Bookmark tabs, notes, and to-dos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Docket

Téléchargez les fichiers d'extension Docket au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Docket Docket
ID kkkciickjhdffaionllgnndmecaenpej
URL Officiel https://chromewebstore.google.com/detail/docket/kkkciickjhdffaionllgnndmecaenpej
Description Organize and Bookmark tabs, notes, and to-dos
Taille du Fichier 53.06 KB
Nombre d'Installations 25
Version Actuelle 1.3
Dernière Mise à Jour 2022-05-25
Date de Publication 2022-05-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}