My Secret Diary

A Lightweight Local LogInable Encrypted Diary.

Τι είναι το My Secret Diary;

Το My Secret Diary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sparrow, και η κύρια λειτουργία του είναι "A Lightweight Local LogInable Encrypted Diary.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My Secret Diary

Λήψη αρχείων επέκτασης My Secret Diary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        + All data you enter is encrypted using AES and stored locally in the browser's indexeddb.

+ Local signin、signout、change-password, No need to communicate with a remote server.

+ Manually sync all of this encrypted data with your own Google Drive.

+ Import and export all encrypted data in JSON format locally.

+ Support 959 fonts of google fonts, you can freely choose any font combination。

+ Day and night mode are supported to protect your eyes.

+ Support right-to-left writing mode.

+ Keep your personal privacy in local in encrypted way, 
more and more powerful feature will be come. 
enjoy everyday of your life.

# V.1.1.0 updated feature:
+ Cutomize User Interface, you can customize any part of ui.
+ Fixed some little bug.

# V.1.1.3 Fixed customize ui sync bug.
# V.1.1.4 Donation: dogecoin-wallet.
# V.1.1.5 Add page-turning-button to editorToolBar                    

Βασικές Πληροφορίες Επέκτασης

Όνομα My Secret Diary My Secret Diary
ID ondabiopofohneahdahbhioapmlnecba
Επίσημο URL https://chromewebstore.google.com/detail/my-secret-diary/ondabiopofohneahdahbhioapmlnecba
Περιγραφή A Lightweight Local LogInable Encrypted Diary.
Μέγεθος Αρχείου 2.32 MB
Αριθμός Εγκαταστάσεων 2,106
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2021-09-14
Ημερομηνία Δημοσίευσης 2019-12-10
Αξιολόγηση 4.62/5 Συνολικά 81 Αξιολογήσεις
Προγραμματιστής Sparrow
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://kska32.github.io/privacy-policy
Υποστηριζόμενες Γλώσσες en,es,pt-PT,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Secret Diary",
    "short_name": "My Secret Diary",
    "author": "[email protected]",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1.5",
    "permissions": [
        "tabs",
        "identity",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "oauth2": {
        "client_id": "290938371132-sjfdjckrsufn70mid02dnv0r7l1colvs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appfolder"
        ]
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "My Secret Diary",
        "default_icon": "icons\/coin128.png",
        "default_popup": "browserAction\/index.html"
    },
    "icons": {
        "16": "icons\/coin16.png",
        "48": "icons\/coin64.png",
        "128": "icons\/coin128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}