Lists for Life
The easiest way to keep track of your life and all the thoughts you have throughout the day.
Τι είναι το Lists for Life;
Το Lists for Life είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον watsoncn, και η κύρια λειτουργία του είναι "The easiest way to keep track of your life and all the thoughts you have throughout the day.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lists for Life
Λήψη αρχείων επέκτασης Lists for Life σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
UPDATE: Now with live filtering as you type to help find items in longer lists. Life's Leger, a simple tool for a busy person. Throughout the day you can easily click the icon in the top right and begin adding to your daily list. Need to remember to buy milk? Throw it on the list! Let your Life's Leger remember for you. Double click an item to remove it as you go throughout your day. A badge number on the extension icon will keep you up to date on how many items you have left on your list. ************************* ************************* Features on the horizon: 1.) Single click strikethrough option in addition to the current double click delete. 2.) Add items from the omnibox by simply typing "leger:" and hitting tab, followed by whatever you want to add. (cmd/ctrl + L moves your cursor to the omnibox by default in chrome, so adding from the omnibox would be a quick add option) 3.) Cloud support to share your lists across all of your devices. 4.) Mobile friendly site to allow access on the go. 5.) Full settings page to give control over color themes, fonts, and popup sizing options. 6.) Social media/email share option for lists (Think sending out a Christmas list, or sharing a grocery list, bills, etc) Not sure if worth adding, but maybe if requested: 1.) List download option. 2.) Keyboard shortcuts to open the extension. 3.) Full featured website, maintaining minimalist design, but adding bigger features. 4.) Highlight text in browser + right-click menu option to add that text as a list item . 5.) Multiple tabs to manage different lists. If you have any ideas, please send a message on the support tab! If I know how to do it, I'll likely add it in hours, and if I don't know how I'm sure I'll learn how and add it in a day or two! Any developers that want to fork the project or submit a pull-request: https://github.com/nchlswtsn/Lists-for-life
Βασικές Πληροφορίες Επέκτασης
Όνομα | Lists for Life |
ID | mmbfkedeacmmdknhnpigejlpbjimbnhi |
Επίσημο URL | https://chromewebstore.google.com/detail/lists-for-life/mmbfkedeacmmdknhnpigejlpbjimbnhi |
Περιγραφή | The easiest way to keep track of your life and all the thoughts you have throughout the day. |
Μέγεθος Αρχείου | 144 KB |
Αριθμός Εγκαταστάσεων | 89 |
Τρέχουσα Έκδοση | 3.0 |
Τελευταία Ενημέρωση | 2016-04-04 |
Ημερομηνία Δημοσίευσης | 2016-04-04 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | watsoncn |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lists for Life", "description": "The easiest way to keep track of your life and all the thoughts you have throughout the day.", "short_name": "The easiest way to keep track of your life and all the thoughts you have throughout the day.", "version": "3.0", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "list:" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |