Notejoy Web Clipper
Save and share anything you see on the web directly to Notejoy.
Wat is Notejoy Web Clipper?
Notejoy Web Clipper is een Chrome-extensie ontwikkeld door https://notejoy.com, en de belangrijkste functie is "Save and share anything you see on the web directly to Notejoy.".
Extensie Screenshots
Download het CRX-bestand van de extensie Notejoy Web Clipper
Download Notejoy Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hdpnapnmccppiagahpoclpjdoimjjkic |
| Officiële URL | https://chromewebstore.google.com/detail/notejoy-web-clipper/hdpnapnmccppiagahpoclpjdoimjjkic |
| Beschrijving | Save and share anything you see on the web directly to Notejoy. |
| Bestandsgrootte | 34.12 KB |
| Aantal Installaties | 1,757 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2020-12-20 |
| Publicatiedatum | 2019-01-20 |
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://notejoy.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://notejoy.com |
| Help Pagina-URL | https://notejoy.com/help |
| URL van de Privacybeleid Pagina | https://notejoy.com/privacy |
| Ondersteunde Talen | 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"
]
} | |