SecureMark
A bookmark encryption tool.
Co to jest SecureMark?
SecureMark to rozszerzenie Chrome opracowane przez MattKrins, a jego główną funkcją jest „A bookmark encryption tool.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SecureMark
Pobierz pliki rozszerzeń SecureMark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension is a tool that allows you to encrypt and decrypt your chrome bookmarks. To instantly encrypt, or set a password for later encryption via pressing the extension icon, go to the options page. To restore your bookmarks, again go to the options page and put the password you used to encrypt in the decrypt tab. WARNING: Encrypted bookmarks cannot be restored without the password. Use at your own risk.
Podstawowe informacje o rozszerzeniu
Nazwa | SecureMark |
ID | hmakgcpgllangepohipodfjjaeebnikf |
Oficjalny URL | https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf |
Opis | A bookmark encryption tool. |
Rozmiar pliku | 769 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-09-04 |
Data Publikacji | 2017-09-04 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | MattKrins |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mattkrins/SecureMark |
Adres URL Strony Pomocy | https://github.com/mattkrins/SecureMark/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "SecureMark", "author": "Matt Krins", "homepage_url": "https:\/\/github.com\/mattkrins\/", "description": "A bookmark encryption tool.", "permissions": [ "bookmarks" ], "options_page": "options.html", "browser_action": { "default_title": "SecureMark", "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2 } |