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 } |