Save Tabs
Saves open tabs to the bookmarks for easy sync and for saving memory
什么是Save Tabs?
Save Tabs是由NSD开发的Chrome扩展程序,该扩展的主要功能是“Saves open tabs to the bookmarks for easy sync and for saving memory”。
扩展截图
下载Save Tabs扩展crx文件
下载Save Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension saves open tabs to the bookmarks for easy sync and for saving memory
扩展基本信息
名称 | Save Tabs |
ID | jnnkhocfnekiikbiilndmhoamjfhgbog |
官方URL | https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog |
简介 | Saves open tabs to the bookmarks for easy sync and for saving memory |
文件大小 | 7.11 KB |
安装次数 | 20 |
当前版本 | 0.2 |
更新时间 | 2015-11-23 |
上架时间 | 2015-11-23 |
评分 | 5.00/5 共2次评分 |
开发者 | NSD |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Tabs", "version": "0.2", "description": "Saves open tabs to the bookmarks for easy sync and for saving memory", "permissions": [ "tabs", "bookmarks" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Save Tabs", "default_icon": "icon.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |