SecureMark

A bookmark encryption tool.

ما هو SecureMark؟

SecureMark هو إضافة Chrome تم تطويرها بواسطة MattKrins، والميزة الرئيسية لها هي "A bookmark encryption tool.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SecureMark

قم بتنزيل ملفات الامتداد SecureMark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}