todo.tab
todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
ما هو todo.tab؟
todo.tab هو إضافة Chrome تم تطويرها بواسطة http://www.blend88.com، والميزة الرئيسية لها هي "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة todo.tab
قم بتنزيل ملفات الامتداد todo.tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features include: - Minimalist interface - Editable list title - Markdown support and preview abilities - Data is synced in real-time across all open tabs in any browser/computer you are signed in to - Keyboard shortcuts. - Themes - Multiple bullet styles.
معلومات أساسية عن التمديد
الاسم | |
ID | ppoldfapfboboakhinjjmgkolkjhjjkm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm |
الوصف | todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page. |
حجم الملف | 681 KB |
عدد التثبيتات | 51 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-01-29 |
تاريخ النشر | 2015-01-29 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | http://www.blend88.com |
نوع الدفع | free |
موقع الإضافة | https://github.com/blend88/todo.tab |
عنوان صفحة المساعدة | https://github.com/blend88/todo.tab/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "todo.tab", "version": "1.0.1", "manifest_version": 2, "description": "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.", "homepage_url": "https:\/\/github.com\/blend88\/todo.tab", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "clipboardRead", "contextMenus", "management", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |