Bookmark All
Bookmark all tabs to a temp folder.
什么是Bookmark All?
Bookmark All是由jchuai开发的Chrome扩展程序,该扩展的主要功能是“Bookmark all tabs to a temp folder.”。
扩展截图
下载Bookmark All扩展crx文件
下载Bookmark All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data.
Version 1.1:
Add new feature to allow user enter the folder name.
If no name provided, the tabs would save into one folder named with current date. 扩展基本信息
| 名称 | |
| ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
| 官方URL | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
| 简介 | Bookmark all tabs to a temp folder. |
| 文件大小 | 316 KB |
| 安装次数 | 158 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-07-29 |
| 上架时间 | 2015-07-28 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | jchuai |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark All",
"version": "1.1",
"description": "Bookmark all tabs to a temp folder.",
"icons": {
"16": "bookmark48.png",
"48": "bookmark48.png",
"128": "bookmark128.png"
},
"browser_action": {
"default_title": "Bookmark All Tabs",
"default_popup": "popup.html"
},
"permissions": [
"bookmarks",
"tabs"
]
} | |