Assignment Tracker
Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
Assignment Tracker क्या है?
Assignment Tracker Catherine Zeng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Assignment Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Assignment Tracker substitutes the new tabs page for an notepad which allows users to jot down quick notes and keep track of assignments. Assignment Tracker also allows users to highlight text and save it to their new tabs notepad.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | majicckffndkgmkcdbgccohoclphnkhg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg |
विवरण | Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker. |
फ़ाइल का आकार | 788 KB |
स्थापना संख्या | 377 |
वर्तमान संस्करण | 1.0.0.1 |
अंतिम अपडेट | 2017-03-11 |
प्रकाशन तिथि | 2017-03-11 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Catherine Zeng |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Assignment Tracker", "version": "1.0.0.1", "manifest_version": 2, "description": "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.", "author": "Catherine Zeng", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "menu.js" ], "persistent": true }, "icons": { "128": "icon128.png", "32": "icon32.png" }, "permissions": [ "contextMenus", "tabs", "storage" ] } |