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
公式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
Eメール [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
}