GoGetter New Tab
Collection of cards with To-Do lists right in your new tab!
GoGetter New Tab क्या है?
GoGetter New Tab Andreas Sotnik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collection of cards with To-Do lists right in your new tab!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GoGetter New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GoGetter New Tab is an extension that changes your default new tab to the dashboard with cards. Each card is a To-Do list with customizable cover image and tasks related to one of your projects or hobbies. Use GoGetter New Tab to keep track of things like: * learning a foreign language or a new skill; * launching your personal or business blog; * personal business tasks; * developing mobile or web application; * list of books to read; * personal manifesto or motivational reminder; The extension has a minimalistic interface and a lot of the actions available via keyboard shortcuts. That's why "how-to-use" guide included right in the app.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ffgohlpmflfjadnhhomgjjnnbmnobcjb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb |
विवरण | Collection of cards with To-Do lists right in your new tab! |
फ़ाइल का आकार | 1.13 MB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2015-03-30 |
प्रकाशन तिथि | 2015-03-30 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Andreas Sotnik |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoGetter New Tab", "short_name": "GoGetter New Tab", "manifest_version": 2, "version": "1.1.3", "icons": { "128": "img\/icon.png" }, "description": "Collection of cards with To-Do lists right in your new tab!", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "tabs", "unlimitedStorage" ] } |