SecureMark

A bookmark encryption tool.

SecureMark क्या है?

SecureMark MattKrins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bookmark encryption tool."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SecureMark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
}