UnderlineMe Notepad
UnderlineMe Notepad
UnderlineMe Notepad क्या है?
UnderlineMe Notepad https://underlineme.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UnderlineMe Notepad"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UnderlineMe Notepad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free *Privacy friendly UnderlineMe is an in-browser notepad. With a simple shortcut, open the notepad while browsing and start typing. What was the login link? Where did I put that url Did I take notes during the call? Where was that todo list again? What was that guy's twitter? Where do I dump this email list What was that contact's name Did I reply back to that linkedin message ^If this is you then you'll love UnderlineMe. Unlike other tools, UnderlineMe complements your workflow. Take notes while watching Youtube, browsing Stackoverflow, checking out Pinterest, chatting on Slack, etc. Any questions? Shoot me a message at underlineme.com/contact or get in touch on Twitter @underlinemapp Twitter - https://twitter.com/underlinemeapp
एक्सटेंशन की मूल जानकारी
नाम | UnderlineMe Notepad |
ID | bfgkgjjcgcfdjdcdcicnekhhldinkkhk |
आधिकारिक URL | https://chromewebstore.google.com/detail/underlineme-notepad/bfgkgjjcgcfdjdcdcicnekhhldinkkhk |
विवरण | UnderlineMe Notepad |
फ़ाइल का आकार | 8.02 MB |
स्थापना संख्या | 108 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2021-07-14 |
प्रकाशन तिथि | 2020-07-17 |
रेटिंग | 4.11/5 कुल 9 रेटिंग्स |
डेवलपर | https://underlineme.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://underlineme.com |
सहायता पृष्ठ URL | https://underlineme.com/contact |
गोपनीयता नीति पृष्ठ URL | https://underlineme.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_shortName__", "homepage_url": "https:\/\/underlineme.com", "description": "UnderlineMe Notepad", "default_locale": "en", "permissions": [ "storage" ], "optional_permissions": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "Inter.otf", "css\/content-script.css", "dist\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_ui": { "page": "dist\/index.html", "open_in_tab": true, "browser_style": true }, "content_scripts": [ { "all_frames": false, "js": [ "js\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "content_security_policy": "connect-src ws: http:\/\/localhost:4000 https:\/\/api.underlineme.com https:\/\/*.ingest.sentry.io https:\/\/*.pusher.com; img-src: 'self' data; script-src 'self'; object-src 'self'", "version": "2.0.3" } |