Bookmarks by date
Bookmark all opened tabs in a folder with current date.
Bookmarks by dateとは何ですか?
Bookmarks by dateはTeam Aardvarkによって開発されたChromeの拡張機能で、その主な機能は「Bookmark all opened tabs in a folder with current date.」です。
拡張機能のスクリーンショット
Bookmarks by date拡張機能のCRXファイルをダウンロード
Bookmarks by date拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bookmark by date will bookmark all your opened tabs in a folder with current date as name and in subfolders for each opened window. I use it to clear my cluttered Chrome windows. Just install and press the nice icon whenever you want to save all your opened tabs, then, close every tab and start fresh. Happy browsing! :) Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1 1.2: Added notifications
拡張機能の基本情報
名前 | Bookmarks by date |
ID | mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
公式URL | https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk |
説明 | Bookmark all opened tabs in a folder with current date. |
ファイルサイズ | 9.85 KB |
インストール数 | 2,021 |
現在のバージョン | 1.2 |
最終更新日 | 2016-11-17 |
公開日 | 2016-11-17 |
評価 | 3.71/5 合計 7 レビュー |
開発者 | Team Aardvark |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarks by date", "description": "Bookmark all opened tabs in a folder with current date.", "version": "1.2", "browser_action": { "default_title": "Bookmark all tabs by date", "default_icon": "icon48.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "tabs", "bookmarks" ], "short_name": "bbd", "offline_enabled": true } |