Google Tasks Fork
A fork of the Google Tasks chrome extension
ما هو Google Tasks Fork؟
Google Tasks Fork هو إضافة Chrome تم تطويرها بواسطة Mads Andreasen، والميزة الرئيسية لها هي "A fork of the Google Tasks chrome extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Tasks Fork
قم بتنزيل ملفات الامتداد Google Tasks Fork بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is basically a fork of the official google plugin. But working! Manage your Google tasks with this plugin. * Easily add tasks based on text selected on a website. * Set reminders * Manage multiple lists * See your tasks in Gmail etc. The project is available on GitHub: https://github.com/MadsAndreasen/GoogleTasksFork
معلومات أساسية عن التمديد
الاسم | Google Tasks Fork |
ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
الوصف | A fork of the Google Tasks chrome extension |
حجم الملف | 38.01 KB |
عدد التثبيتات | 931 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-02-18 |
تاريخ النشر | 2015-02-18 |
تقييم | 3.71/5 مجموع تقييمات 7 |
المطور | Mads Andreasen |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Tasks Fork", "version": "1.0", "description": "A fork of the Google Tasks chrome extension", "browser_action": { "default_icon": "images\/tasks-19x19.png", "default_title": "Google Tasks", "default_popup": "popup.html" }, "background_page": "background.html", "omnibox": { "keyword": "t" }, "icons": { "16": "images\/tasks-16x16.png", "19": "images\/tasks-19x19.png", "48": "images\/tasks-48x48.png" }, "permissions": [ "contextMenus", "notifications", "tabs", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/" ] } |