Remarq
Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere!
Remarq क्या है?
Remarq https://remarqable.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remarq एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remarq Lite is the free browser extension of Remarq, the decentralized scholarly collaboration network from RedLink. Download the extension, and you can take core features of Remarq with you anywhere! With Remarq Lite, you can easily: - connect with others in private or public groups - create a profile and connect with friends and colleagues - make highlights and notes on articles and other documents you read on the web, and keep them all in one tool - share links with friends and colleagues - collaborate for research, projects, and teaching
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gbjoeicgnnclannmimohheehbbegpfec |
आधिकारिक URL | https://chrome.google.com/webstore/detail/remarq/gbjoeicgnnclannmimohheehbbegpfec |
विवरण | Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! |
फ़ाइल का आकार | 34.6 MB |
स्थापना संख्या | 1,658 |
वर्तमान संस्करण | 0.0.0.1789 |
अंतिम अपडेट | 2020-02-02 |
प्रकाशन तिथि | 2020-01-31 |
रेटिंग | 4.27/5 कुल 11 रेटिंग्स |
डेवलपर | https://remarqable.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.remarqable.com/app/remarq-lite.html |
सहायता पृष्ठ URL | https://remarqable.com/web/faq.html |
गोपनीयता नीति पृष्ठ URL | https://redlink.com/legal/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remarq", "version": "0.0.0.1789", "description": "Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! ", "icons": [], "background": { "page": "background.html" }, "browser_action": { "default_icon": { "32": "images\/lite_icon_inactive-32.png", "64": "images\/lite_icon_inactive-64.png", "128": "images\/lite_icon_inactive-128.png" }, "default_title": "Remarq Lite" }, "permissions": [ "cookies", "background", "tabs", "activeTab", "file:\/\/*\/*", "https:\/\/remarqable.com\/", "https:\/\/*.redlink.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/fonts.googleapis.com\/", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.gstatic.com\/" ], "externally_connectable": { "matches": [ "*:\/\/*.remarqable.com\/*", "*:\/\/remarqable.com\/*", "*:\/\/*.redlink.com\/*", "https:\/\/localhost\/*", "https:\/\/localhost:9443\/*" ] }, "web_accessible_resources": [ "groveLogo.gif", "banner.html", "groveInject.bundle.js", "images\/*", "dist\/*", "web\/*", "main\/*", "pdf.js\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-2CWF7ar1JbJDNK7YJQpjP7jlvfdY\/pe3fNN8MfaKFIY=' 'sha256-IjmmUuzYpK71k43TrozXzqTl9eOqJaoN5mTd1KRiTrU=' https:\/\/www.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com https:\/\/www.google.com https:\/\/storage.googleapis.com https:\/\/cdn.quilljs.com https:\/\/*.hotjar.com https:\/\/netdna.bootstrapcdn.com https:\/\/*.remarqable.com https:\/\/remarqable.com https:\/\/*.redlink.com https:\/\/localhost https:\/\/localhost:9443; object-src 'self'", "incognito": "split", "offline_enabled": false } |