Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Apa itu Tabs Protection Password?
Tabs Protection Password adalah ekstensi Chrome yang dikembangkan oleh https://www.hase.su, dan fitur utamanya adalah "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tabs Protection Password
Unduh file ekstensi Tabs Protection Password dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
URL Resmi | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Deskripsi | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
Ukuran File | 1.38 MB |
Jumlah Instalasi | 2,565 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-10-27 |
Tanggal Publikasi | 2016-10-27 |
Penilaian | 2.93/5 Total 27 Penilaian |
Pengembang | https://www.hase.su |
Tipe Pembayaran | free |
Situs Ekstensi | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Bahasa yang Didukung | 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" } |