Bookmark All
Bookmark all open page
什么是Bookmark All?
Bookmark All是由gfasino开发的Chrome扩展程序,该扩展的主要功能是“Bookmark all open page”。
扩展截图
下载Bookmark All扩展crx文件
下载Bookmark All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will put in your bookmarks all your open tabs with just one click!
You will find the saved pages in the 'Other Bookmarks' folder, only not-bookmarked pages will be saved. 扩展基本信息
| 名称 | |
| ID | kndnfenadgphkdbohkjodpmbejmglofp |
| 官方URL | https://chromewebstore.google.com/detail/bookmark-all/kndnfenadgphkdbohkjodpmbejmglofp |
| 简介 | Bookmark all open page |
| 文件大小 | 10.61 KB |
| 安装次数 | 35 |
| 当前版本 | 2.0 |
| 更新时间 | 2016-08-24 |
| 上架时间 | 2016-08-24 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | gfasino |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark All",
"description": "Bookmark all open page",
"version": "2.0",
"browser_action": {
"default_icon": "128.png",
"default_title": "Bookmark All"
},
"permissions": [
"activeTab",
"tabs",
"bookmarks"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"128": "128.png"
}
} | |