SecureMark

A bookmark encryption tool.

O que é SecureMark?

SecureMark é uma extensão do Chrome desenvolvida por MattKrins, e sua principal característica é "A bookmark encryption tool.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SecureMark

Baixe arquivos de extensão SecureMark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
URL Oficial https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Descrição A bookmark encryption tool.
Tamanho do Arquivo 769 KB
Contagem de Instalações 95
Versão Atual 1.0
Última Atualização 2017-09-04
Data de Publicação 2017-09-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor MattKrins
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mattkrins/SecureMark
URL da Página de Ajuda https://github.com/mattkrins/SecureMark/issues
Idiomas Suportados 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
}