Take note
Quickly take note and record voice note
Take note क्या है?
Take note leetrunghoo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly take note and record voice note"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Take note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps to quickly take note or record your voice as a note. You can open it by keyboard shortcuts Alt+W. Note: to use record function, you need to open the options page of the extension and check "Use recording feature", then allow your browser to use microphone. If you have any comments, please contact me by email [email protected] Thanks for your time :) Change log: 1.2: fix bug can't record. 1.1: enhance code 1.0: first release! Ready for test :D
एक्सटेंशन की मूल जानकारी
नाम | Take note |
ID | olehhaaggejlnmnbgkjcaphdikbfnlbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl |
विवरण | Quickly take note and record voice note |
फ़ाइल का आकार | 370 KB |
स्थापना संख्या | 576 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-08-24 |
प्रकाशन तिथि | 2015-08-24 |
रेटिंग | 4.31/5 कुल 13 रेटिंग्स |
डेवलपर | leetrunghoo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take note", "description": "Quickly take note and record voice note", "version": "1.2", "manifest_version": 2, "icons": { "16": "img\/icon128.png", "32": "img\/icon128.png", "48": "img\/icon128.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } } } |