Notejoy Web Clipper

Save and share anything you see on the web directly to Notejoy.

Notejoy Web Clipper là gì?

Notejoy Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://notejoy.com, và tính năng chính của nó là "Save and share anything you see on the web directly to Notejoy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notejoy Web Clipper

Tải xuống các tệp mở rộng Notejoy Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notejoy Web Clipper Notejoy Web Clipper
ID hdpnapnmccppiagahpoclpjdoimjjkic
URL Chính Thức https://chromewebstore.google.com/detail/notejoy-web-clipper/hdpnapnmccppiagahpoclpjdoimjjkic
Mô tả Save and share anything you see on the web directly to Notejoy.
Kích Thước Tệp 34.12 KB
Số Lần Cài Đặt 1,757
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-12-20
Ngày Phát Hành 2019-01-20
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://notejoy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://notejoy.com
URL Trang Trợ Giúp https://notejoy.com/help
URL Trang Chính Sách Bảo Mật https://notejoy.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}