ThoughtPad - Autosaving Online Notepad
ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
Τι είναι το ThoughtPad - Autosaving Online Notepad;
Το ThoughtPad - Autosaving Online Notepad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thoughtpad.kingdomofs.com, και η κύρια λειτουργία του είναι "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ThoughtPad - Autosaving Online Notepad
Λήψη αρχείων επέκτασης ThoughtPad - Autosaving Online Notepad σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
ThoughtPad is an autosaving notepad that opens up in a new tab. Type whatever you want & it is saved in your browsers' cache memory. The data is saved across sessions and can be retained/recovered even if your computer unexpectedly crashes & restarts. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Επίσημο URL | https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Περιγραφή | ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache. |
| Μέγεθος Αρχείου | 125 KB |
| Αριθμός Εγκαταστάσεων | 541 |
| Τρέχουσα Έκδοση | 1.0.2 |
| Τελευταία Ενημέρωση | 2017-12-25 |
| Ημερομηνία Δημοσίευσης | 2017-12-25 |
| Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | https://thoughtpad.kingdomofs.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://thoughtpad.kingdomofs.com/ |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ThoughtPad - Autosaving Online Notepad",
"short_name": "ThoughtPad",
"description": "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.",
"version": "1.0.2",
"manifest_version": 2,
"author": "Sandeep Tripathy",
"icons": {
"128": "icon.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "thoughtpad.html"
}
} | |