Docket
Organize and Bookmark tabs, notes, and to-dos
ما هو Docket؟
Docket هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Organize and Bookmark tabs, notes, and to-dos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Docket
قم بتنزيل ملفات الامتداد Docket بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
} | |