Nootpad

A notepad whenever you need it.

Τι είναι το Nootpad;

Το Nootpad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον James Pan, και η κύρια λειτουργία του είναι "A notepad whenever you need it.".

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

screenshot
screenshot
screenshot

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

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

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

                        Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too.

James Pan
http://pan-james.tumblr.com
@jibpan


Shortcuts
----------
Move forward one frame: Alt + .
Move back one frame: Alt + ,                    

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

Όνομα Nootpad Nootpad
ID impicfhanbdnokdchlcnafgdhenlffph
Επίσημο URL https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph
Περιγραφή A notepad whenever you need it.
Μέγεθος Αρχείου 11.64 KB
Αριθμός Εγκαταστάσεων 2,333
Τρέχουσα Έκδοση 0.71
Τελευταία Ενημέρωση 2015-07-15
Ημερομηνία Δημοσίευσης 2015-07-15
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής James Pan
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nootpad",
    "description": "A notepad whenever you need it.",
    "version": "0.71",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Open a nootpad",
        "default_popup": "nootpad.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}