SecureMark

A bookmark encryption tool.

SecureMark là gì?

SecureMark là một tiện ích mở rộng Chrome được phát triển bởi MattKrins, và tính năng chính của nó là "A bookmark encryption tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SecureMark

Tải xuống các tệp mở rộng SecureMark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
URL Chính Thức https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Mô tả A bookmark encryption tool.
Kích Thước Tệp 769 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-09-04
Ngày Phát Hành 2017-09-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển MattKrins
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mattkrins/SecureMark
URL Trang Trợ Giúp https://github.com/mattkrins/SecureMark/issues
Ngôn Ngữ Được Hỗ Trợ 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
}