Docket
Organize and Bookmark tabs, notes, and to-dos
Docketとは何ですか?
DocketはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Organize and Bookmark tabs, notes, and to-dos」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |