Tabula (New Tab To-do List)
Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
Tabula (New Tab To-do List) क्या है?
Tabula (New Tab To-do List) Joao Antunes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabula (New Tab To-do List) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Main features: - Replaces New Tab Page with a list of to-do items. - Synchronized to-do items across your google chrome instances. - Ability to access old to-do items (Show Previous Entries). - Searchable to-do items. - Editable to-do items in place. - Automatically populates today's entry with unfinished to-do items. - Random background (our of 6, more coming).
एक्सटेंशन की मूल जानकारी
नाम | Tabula (New Tab To-do List) |
ID | pnadejonabhdibgdmgfcomljhddlpfcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
विवरण | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
फ़ाइल का आकार | 5.94 MB |
स्थापना संख्या | 1,185 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2018-03-07 |
प्रकाशन तिथि | 2018-03-06 |
रेटिंग | 4.33/5 कुल 15 रेटिंग्स |
डेवलपर | Joao Antunes |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jasantunes/Tabula |
सहायता पृष्ठ URL | https://github.com/jasantunes/Tabula |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabula (New Tab To-do List)", "short_name": "Tabula", "version": "0.0.9", "description": "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "homepage_url": "https:\/\/github.com\/jasantunes\/Tabula", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "identity" ] } |