Tasks and notes tab
Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
Tasks and notes tab क्या है?
Tasks and notes tab gorhawk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tasks and notes tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will NOT replace your new tab. This is intentional. (You could not turn off this permission, but you can set your homepage manually to this extension) This extension uses no third party cloud storage. It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else. Upcoming features: - notes - some hotkeys - undo/redo - multiple task lists - unicode icon/emoji selector - storage usage indicator/settings (Chrome's sync storage is very limited) Source code: https://github.com/gorhawk/chrome-tasks-notes
एक्सटेंशन की मूल जानकारी
नाम | Tasks and notes tab |
ID | hnpkfibfpjnliookebflfogcgmihcbkc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc |
विवरण | Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers. |
फ़ाइल का आकार | 618 KB |
स्थापना संख्या | 166 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2020-05-01 |
प्रकाशन तिथि | 2020-05-01 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | gorhawk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_applicationName__", "description": "__MSG_applicationDescription__", "version": "0.1.1", "default_locale": "en", "browser_action": { "default_icon": "assets\/img\/ic_check_black_24dp_2x.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |