SecureMark

A bookmark encryption tool.

Что такое SecureMark?

SecureMark - это расширение Chrome, разработанное MattKrins, и его основная функция - "A bookmark encryption tool.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SecureMark

Скачайте файлы расширений SecureMark в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
Официальный URL https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Описание A bookmark encryption tool.
Размер файла 769 KB
Количество установок 95
Текущая Версия 1.0
Последнее Обновление 2017-09-04
Дата публикации 2017-09-04
Рейтинг 5.00/5 Всего 3 оценок
Разработчик MattKrins
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/mattkrins/SecureMark
URL страницы помощи https://github.com/mattkrins/SecureMark/issues
Поддерживаемые языки 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
}