Jotter
A fast in-tab scratchpad.
Τι είναι το Jotter;
Το Jotter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον itsdavebot, και η κύρια λειτουργία του είναι "A fast in-tab scratchpad.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jotter
Λήψη αρχείων επέκτασης Jotter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Jotter is a keyboard-activated* scratchpad. It lets you take notes while you're thinking. I find app-switching distracting. I made this to record thoughts in the moment, and process and commit them to a heavier-duty notes app afterwards.
It's useful for:
- Doing research across 5 different tabs.
- Taking minutes on video calls
- Reading industry reports and papers
- Copying important parts of how-to's (like, getting HTTPS set up for your domain)
Some useful features:
- A quick-copy shortcut to paste highlighted text directly in your editor. Works with pdfs too.
- Each note keeps a bibliography so you can refer to your sources later.
- You can tag, stash, and retrieve notes.
- It integrates with Google Drive and Notion, so you can export your notes after you're done.
* Toggle it with the "Open Jotter" keyboard shortcut, which defaults to "Ctrl/Cmd+Shift+Space".
If you've found a bug, or have suggestions, ping me: ([email protected]). Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | icdbglcdnjonofjpcfpcgpjjchokgnjl |
| Επίσημο URL | https://chromewebstore.google.com/detail/jotter/icdbglcdnjonofjpcfpcgpjjchokgnjl |
| Περιγραφή | A fast in-tab scratchpad. |
| Μέγεθος Αρχείου | 1.27 MB |
| Αριθμός Εγκαταστάσεων | 287 |
| Τρέχουσα Έκδοση | 0.0.27 |
| Τελευταία Ενημέρωση | 2022-05-06 |
| Ημερομηνία Δημοσίευσης | 2021-11-24 |
| Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | itsdavebot |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://getjotter.com |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Jotter",
"description": "A fast in-tab scratchpad.",
"version": "0.0.27",
"permissions": [
"storage",
"activeTab",
"scripting",
"notifications",
"identity"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"192": "android-chrome-192x192.png"
},
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"fonts\/",
"fonts\/remixicon.31d2848.eot",
"fonts\/remixicon.881fbc4.woff",
"fonts\/remixicon.888e61f.ttf",
"fonts\/remixicon.9915fef.woff2",
"fonts\/Roboto-Medium.ttf",
"query-pdf.js",
"btn_google_light_normal_ios.svg",
"btn_google_light_normal_ios1.svg",
"[email protected]",
"[email protected]",
"notion-logo-383x400.png",
"jotter.css"
],
"matches": [
" | |