SecureMark

A bookmark encryption tool.

Apa itu SecureMark?

SecureMark adalah ekstensi Chrome yang dikembangkan oleh MattKrins, dan fitur utamanya adalah "A bookmark encryption tool.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SecureMark

Unduh file ekstensi SecureMark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
URL Resmi https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Deskripsi A bookmark encryption tool.
Ukuran File 769 KB
Jumlah Instalasi 95
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-09-04
Tanggal Publikasi 2017-09-04
Penilaian 5.00/5 Total 3 Penilaian
Pengembang MattKrins
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mattkrins/SecureMark
URL Halaman Bantuan https://github.com/mattkrins/SecureMark/issues
Bahasa yang Didukung 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
}