Tab Locker
Save your current tabs for later use
什么是Tab Locker?
Tab Locker是由Anthony Clausing开发的Chrome扩展程序,该扩展的主要功能是“Save your current tabs for later use”。
扩展截图
下载Tab Locker扩展crx文件
下载Tab Locker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Can save up to 5 collections of tabs to be reopened at anytime. Helpful for studying or research. 扩展基本信息
| 名称 | |
| ID | peidgpelkfmpbiaphfakeaboijiagkmd |
| 官方URL | https://chromewebstore.google.com/detail/tab-locker/peidgpelkfmpbiaphfakeaboijiagkmd |
| 简介 | Save your current tabs for later use |
| 文件大小 | 13.48 KB |
| 安装次数 | 743 |
| 当前版本 | 0.0.0.1 |
| 更新时间 | 2021-02-18 |
| 上架时间 | 2021-02-18 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | Anthony Clausing |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Locker",
"version": "0.0.0.1",
"description": "Save your current tabs for later use",
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/tab_locker16.png",
"32": "images\/tab_locker32.png",
"48": "images\/tab_locker48.png",
"128": "images\/tab_locker128.png"
}
},
"icons": {
"16": "images\/tab_locker16.png",
"32": "images\/tab_locker32.png",
"48": "images\/tab_locker48.png",
"128": "images\/tab_locker128.png"
},
"manifest_version": 3
} | |