GoGetter New Tab
Collection of cards with To-Do lists right in your new tab!
ما هو GoGetter New Tab؟
GoGetter New Tab هو إضافة Chrome تم تطويرها بواسطة Andreas Sotnik، والميزة الرئيسية لها هي "Collection of cards with To-Do lists right in your new tab!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GoGetter New Tab
قم بتنزيل ملفات الامتداد GoGetter New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |