Google Tasks Fork
A fork of the Google Tasks chrome extension
Google Tasks Fork क्या है?
Google Tasks Fork Mads Andreasen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fork of the Google Tasks chrome extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Tasks Fork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/" ] } |