Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
什么是Tabs Protection Password?
Tabs Protection Password是由https://www.hase.su开发的Chrome扩展程序,该扩展的主要功能是“Saves and closes with a password of your open tabs. It prevents the creation of a new tab.”。
扩展截图
下载Tabs Protection Password扩展crx文件
下载Tabs Protection Password扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly hide and protect your tabs with a password.
Protect your tabs, browser history and downloads from being viewed by your supervisor at work and your children at home in just a single click! 扩展基本信息
| 名称 | |
| ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
| 官方URL | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
| 简介 | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
| 文件大小 | 1.38 MB |
| 安装次数 | 2,565 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2016-10-27 |
| 上架时间 | 2016-10-27 |
| 评分 | 2.93/5 共27次评分 |
| 开发者 | https://www.hase.su |
| 付费类型 | free |
| 扩展官网 | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "icons\/19x19.png",
"default_title": "__MSG_unlocked__"
},
"default_locale": "en",
"description": "__MSG_app_description__",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "20",
"name": "__MSG_app_name__",
"permissions": [
"tabs",
"storage"
],
"version": "1.0.1"
} | |