Whatnote - New tab, new note
Scribble anything without leaving your browser, ever!
Τι είναι το Whatnote - New tab, new note;
Το Whatnote - New tab, new note είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ashish Kumar Sahoo, και η κύρια λειτουργία του είναι "Scribble anything without leaving your browser, ever!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Whatnote - New tab, new note
Λήψη αρχείων επέκτασης Whatnote - New tab, new note σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🚀 Whatnote is a dead-simple browser extension which helps you to scribble anything. Your to-do list, reading list you want to go through this weekend, your grocery list, code snippets and whatnot(e).
👉 Why another note-taking app?
Let's face it, we really don't need a full-fledged note-taking app to jot down our random and un-organised thoughts. This needs a simple, fast and easy to access platform where you can have your cluttered, random and fragmented jotting really quick. And a browser-tab is the fastest, easiest and most accessible platorm to use.
Features:
- Zero learning curve note-taking
- Support of Bold, Italics, Strike, Bullet Points, Link and Code Block
- Tag your note
- Pin your note to access them faster Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ndffjobnoekfkfnfjalhiblmkdhgkafo |
| Επίσημο URL | https://chromewebstore.google.com/detail/whatnote-new-tab-new-note/ndffjobnoekfkfnfjalhiblmkdhgkafo |
| Περιγραφή | Scribble anything without leaving your browser, ever! |
| Μέγεθος Αρχείου | 315 KB |
| Αριθμός Εγκαταστάσεων | 544 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2020-09-09 |
| Ημερομηνία Δημοσίευσης | 2020-09-09 |
| Αξιολόγηση | 4.71/5 Συνολικά 21 Αξιολογήσεις |
| Προγραμματιστής | Ashish Kumar Sahoo |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Whatnote - New tab, new note",
"description": "Scribble anything without leaving your browser, ever!",
"version": "1.0.1",
"manifest_version": 2,
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "Whatnote - New tab, new note"
},
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "tab\/tab.html"
}
} | |