Doit.im
Here comes the extension of Doit.im, which adopts GTD to make your life perfectly organized.
Τι είναι το Doit.im;
Το Doit.im είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://doit.im, και η κύρια λειτουργία του είναι "Here comes the extension of Doit.im, which adopts GTD to make your life perfectly organized.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Doit.im
Λήψη αρχείων επέκτασης Doit.im σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Doit.im adopts the excellent task management principles GTD to guide you to get rid of various pending ideas in mind, help you organize tasks and focus on important items, so as to closely track work and feel easy when facing up bulks of complicated projects. With no pressure but efficiency, you'll better enjoy your work and get unexpected success.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Doit.im |
ID | pfahpnenjpaanicmlpkdfliemipjhjic |
Επίσημο URL | https://chromewebstore.google.com/detail/doitim/pfahpnenjpaanicmlpkdfliemipjhjic |
Περιγραφή | Here comes the extension of Doit.im, which adopts GTD to make your life perfectly organized. |
Μέγεθος Αρχείου | 259 KB |
Αριθμός Εγκαταστάσεων | 1,354 |
Τρέχουσα Έκδοση | 2.8.1 |
Τελευταία Ενημέρωση | 2014-01-20 |
Ημερομηνία Δημοσίευσης | 2014-01-20 |
Αξιολόγηση | 4.23/5 Συνολικά 79 Αξιολογήσεις |
Προγραμματιστής | https://doit.im |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "name": "Doit.im", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.8.1", "description": "Here comes the extension of Doit.im, which adopts GTD to make your life perfectly organized.", "browser_action": { "default_icon": "imgs\/icon.png", "default_title": "Doit.im", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/sites\/gmail.css" ], "js": [ "js\/libs\/jquery.min.js", "js\/sites\/gmail.js" ], "matches": [ "*:\/\/mail.google.com\/*" ] }, { "css": [ "css\/sites\/twitter.css" ], "js": [ "js\/libs\/jquery.min.js", "js\/sites\/twitter.js" ], "matches": [ "*:\/\/twitter.com\/*" ] }, { "css": [ "css\/sites\/weibo.css" ], "js": [ "js\/libs\/jquery.min.js", "js\/sites\/weibo.js" ], "matches": [ "*:\/\/weibo.com\/*" ] }, { "js": [ "js\/libs\/jquery.min.js", "js\/sites\/outlook.js" ], "matches": [ "*:\/\/*.mail.live.com\/*" ] }, { "js": [ "js\/libs\/jquery.min.js", "js\/sites\/pinboard.js" ], "matches": [ "*:\/\/pinboard.in\/*" ] }, { "css": [ "css\/sites\/cntv.css" ], "js": [ "js\/libs\/jquery.min.js", "js\/sites\/cntv.js" ], "matches": [ "*:\/\/vip.sports.cntv.cn\/schedule.jsp*" ] } ], "permissions": [ "tabs", "contextMenus", "https:\/\/*.doit.im\/", "http:\/\/*.doit.im\/", "https:\/\/*.doitim.com\/", "http:\/\/*.doitim.com\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "default_locale": "en", "web_accessible_resources": [ "imgs\/icon16.png", "imgs\/icon-mask-16.png", "imgs\/icon11.png", "imgs\/loading_16.gif", "js\/sites\/gmail_message.js", "js\/sites\/qmail_message.js", "js\/libs\/jquery.min.js" ] } |