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 |
| 官方網址 | 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"
} | |