chromePad

A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor

Τι είναι το chromePad;

Το chromePad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον earthii.dev, και η κύρια λειτουργία του είναι "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor".

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

screenshot

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

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

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

                        chromePad is an extension which enables users to take notes through a chrome extension.

You will no longer have to open a new tab somewhere else while writing your notes, or create a new file on your computer.
 
You can also right click in chrome to add a quick note into the app.

All notes are synced to your chrome. Therefore, notes are shared across all chrome browsers in which the user is logged into with the same account. (Must have chrome sync setting enabled. Chrome has set by default)                    

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

Όνομα chromePad chromePad
ID dpofibmpjiejdbmpkflaedamfkglbdfl
Επίσημο URL https://chromewebstore.google.com/detail/chromepad/dpofibmpjiejdbmpkflaedamfkglbdfl
Περιγραφή A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor
Μέγεθος Αρχείου 213 KB
Αριθμός Εγκαταστάσεων 670
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2018-11-28
Ημερομηνία Δημοσίευσης 2018-11-28
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής earthii.dev
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chromePad",
    "short_name": "chromePad",
    "version": "1.1.3",
    "description": "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon256.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}