Quick Notes
Make and access notes quickly, at the launch of a new tab.
Quick Notes क्या है?
Quick Notes sagar0907 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make and access notes quickly, at the launch of a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quick Notes lets you make notes on the fly which are accessible at the launch a new tab. It helps you organise your notes and colour code them as you please. It lets you add rich formatted text, images and links. Also drag and drop pretty much any thing you find interesting while you browse the internet. You can contribute at https://github.com/sagar0907/quickNotes. Feature requests are welcome.
एक्सटेंशन की मूल जानकारी
नाम | Quick Notes |
ID | igjmkejolekkpjnaeknjgaghhlhhekle |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-notes/igjmkejolekkpjnaeknjgaghhlhhekle |
विवरण | Make and access notes quickly, at the launch of a new tab. |
फ़ाइल का आकार | 1.03 MB |
स्थापना संख्या | 1,883 |
वर्तमान संस्करण | 0.0.1.5 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.00/5 कुल 9 रेटिंग्स |
डेवलपर | sagar0907 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Notes", "short_name": "Quick Notes", "description": "Make and access notes quickly, at the launch of a new tab.", "version": "0.0.1.5", "browser_action": { "default_icon": "images\/Quick_Note_Icon_48.png", "default_title": "Quick Notes" }, "icons": { "16": "images\/Quick_Note_Icon_16.png", "48": "images\/Quick_Note_Icon_48.png", "128": "images\/Quick_Note_Icon_128.png" }, "chrome_url_overrides": { "newtab": "html\/newtab.html" }, "permissions": [ "tabs", "activeTab", "background", "contextMenus", "storage", "clipboardRead", "clipboardWrite" ], "background": { "page": "html\/background.html", "persistent": true } } |