Tab Notes

New note in every new tab. Capture thoughts faster.

Τι είναι το Tab Notes;

Το Tab Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maciej Szafraniec, και η κύρια λειτουργία του είναι "New note in every new tab. Capture thoughts faster.".

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

screenshot
screenshot
screenshot

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

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

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

                        Unlike other similar apps, this one allows you to keep more than one note. 

✔ Different note in each tab, not the same note everywhere.

✔ (new!) Dark mode.

✔ Search all notes quickly.

✔ No permissions. No accounts. No motivational quotes.

✔ Offline & private. Notes never leave your computer.

✔ Lightweight & fast. Pure javascript, no bulky frameworks.

✔ Back up notes in text form in one click.

✔ Manage and open your notes from anywhere in Chrome.

✔ First line is the tab title. Favicon changes based on amount of text.                    

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

Όνομα Tab Notes Tab Notes
ID mhgiefelomcdfcdbknkkohpibdpbdhmo
Επίσημο URL https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo
Περιγραφή New note in every new tab. Capture thoughts faster.
Μέγεθος Αρχείου 116 KB
Αριθμός Εγκαταστάσεων 6,175
Τρέχουσα Έκδοση 0.8
Τελευταία Ενημέρωση 2019-03-11
Ημερομηνία Δημοσίευσης 2019-03-11
Αξιολόγηση 4.16/5 Συνολικά 61 Αξιολογήσεις
Προγραμματιστής Maciej Szafraniec
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Notes",
    "description": "New note in every new tab. Capture thoughts faster.",
    "version": "0.8",
    "offline_enabled": true,
    "manifest_version": 2,
    "icons": {
        "16": "images\/notes_16.png",
        "128": "images\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "browser_action": {
        "default_popup": "browser_action\/popup.html",
        "default_icon": {
            "16": "images\/notes_48.png"
        }
    },
    "web_accessible_resources": [
        "common\/notesStorage.js",
        "common\/settingsStorage.js"
    ]
}