SecureMark

A bookmark encryption tool.

什麼是SecureMark?

SecureMark是由MattKrins開發的Chrome擴展程式,該擴展的主要功能是“A bookmark encryption tool.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SecureMark擴展crx文件

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