Notejoy Web Clipper
Save and share anything you see on the web directly to Notejoy.
Notejoy Web Clipper क्या है?
Notejoy Web Clipper https://notejoy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save and share anything you see on the web directly to Notejoy."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notejoy Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CLIP ANYTHING - Clip any web page you find across the web - Save as a simplified article for easy reading within Notejoy - Or save a bookmark to get back to the original at any time - Clip images, PDFs, and videos in addition to articles - Great for saving any content you come across as part of your project's research EASILY SHARE - Simply save your clip in a team library to give your colleagues access - Add a comment and @mention colleagues to bring the clip to their attention and start a conversation - Easily maintain a central hub for your team to come back to so important research doesn't get lost in email or Slack
एक्सटेंशन की मूल जानकारी
नाम | Notejoy Web Clipper |
ID | hdpnapnmccppiagahpoclpjdoimjjkic |
आधिकारिक URL | https://chromewebstore.google.com/detail/notejoy-web-clipper/hdpnapnmccppiagahpoclpjdoimjjkic |
विवरण | Save and share anything you see on the web directly to Notejoy. |
फ़ाइल का आकार | 34.12 KB |
स्थापना संख्या | 1,757 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2020-12-20 |
प्रकाशन तिथि | 2019-01-20 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | https://notejoy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://notejoy.com |
सहायता पृष्ठ URL | https://notejoy.com/help |
गोपनीयता नीति पृष्ठ URL | https://notejoy.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notejoy Web Clipper", "version": "1.2.0", "manifest_version": 2, "description": "Save and share anything you see on the web directly to Notejoy.", "homepage_url": "https:\/\/notejoy.com", "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "iframe.html", "iframe.js" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Clip to Notejoy" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "contextMenus" ] } |