My Notes Extension
My Notes: Your personal notepad and organization tool for Chrome
My Notes Extension क्या है?
My Notes Extension Full Circle Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "My Notes: Your personal notepad and organization tool for Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Notes Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The perfect extension to help you stay focused and goal oriented. The extension let's you take notes and saves them even after you close the browser. Users have a large text box to their disposal, where they are able to store all of their notes and edit or remove at anytime. By clicking "add to chrome", I accept and agree to installing the My Notes Extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://full-circlemedia.com/terms-of-use/ and Policy https://full-circlemedia.com/privacy-policy/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jekjflpbfegfepdioebbpanjkjhcihoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/my-notes-extension/jekjflpbfegfepdioebbpanjkjhcihoi |
विवरण | My Notes: Your personal notepad and organization tool for Chrome |
फ़ाइल का आकार | 499 KB |
स्थापना संख्या | 25,393 |
वर्तमान संस्करण | 0.1.6 |
अंतिम अपडेट | 2023-05-03 |
प्रकाशन तिथि | 2022-12-28 |
रेटिंग | 3.43/5 कुल 28 रेटिंग्स |
डेवलपर | Full Circle Media |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://full-circlemedia.com/ |
सहायता पृष्ठ URL | https://full-circlemedia.com/Contact-Us/ |
गोपनीयता नीति पृष्ठ URL | https://full-circlemedia.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "0.1.6", "author": "Full Circle Media Group LLC", "name": "My Notes Extension", "description": "My Notes: Your personal notepad and organization tool for Chrome", "background": { "service_worker": "background.5fadff2f.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.notepadextension.com\/*" ] } |