Notejoy Web Clipper
Save and share anything you see on the web directly to Notejoy.
Notejoy Web Clipperคืออะไร?
Notejoy Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notejoy.com และคุณลักษณะหลักของมันคือ "Save and share anything you see on the web directly to Notejoy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notejoy Web Clipper
ดาวน์โหลดไฟล์ส่วนขยาย Notejoy Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |