Notejoy Web Clipper

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

Notejoy Web Clipper란 무엇입니까?

Notejoy Web Clipper은(는) https://notejoy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and share anything you see on the web directly to Notejoy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Notejoy Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}