JustClip Web Clipper

Bookmark & annotate webpages & PDFs, capture screenshots, log time spent while browsing, block distracting sites, sync tabs

JustClip Web Clipper란 무엇입니까?

JustClip Web Clipper은(는) https://justclip.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark & annotate webpages & PDFs, capture screenshots, log time spent while browsing, block distracting sites, sync tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        JustClip is an all purpose digital book for you and your team. Capture information, build knowledge connections, share your collection, and easily collaborate with anyone.

JustClip Web Clipper helps you to capture anything you find interesting while browsing. It also includes useful tools to help you browse productively.

SAVE ANYTHING AS CLIPS
- Bookmark webpages. Mark bookmarks as Read Later for future reading.
- Capture web screenshots. Capture the entire webpage, a page content section, visible part of the page, or drag and select a page area.
- Save web articles. Article content is saved as clip description.
- Hover over any image on the webpage to activate the image clipper to capture images. 
- Right click on the file links on the web page to save the files in your account. Upload docx, images, pdf, ppt, xls, and other file types using their links. No need to first download and then upload.

TEXT ANNOTATIONS
- Came across an interesting paragraph while reading? Use highlighter to capture the text. Write multiple notes across each highlight. 
- Write sticky notes anywhere across the web article.
- Use 25 different colors, each for highlighter and sticky notes. 
- Define what each color means using annotation legend.
- Create private and anonymous annotations when a clip is shared with others.
- Annotate PDF weblinks on-the-fly. No download required.
- Quickly load all annotations when you revisit the webpage. 

IMAGE EDITOR
- Before saving, edit captured screenshots using an in-built advanced image editor.
- Use markup tools like pen, highlighter, shapes (rectangle, circle, oval), lines/arrows to draw attention to key areas on the image.
- Insert sticker text, note pointer, note arrow to write text on the image.
- Blur, pixelate, draw solid color shapes to hide sensitive image details.

ORGANIZE AND SHARE
- Organize your Internet library using folders, groups, tags, and interest rating.
- Easily search for clips using webpage title, url, creation date, tags, and other search filters.
- Share bookmarks, articles, screenshot clips with your friends and colleagues for discussion.
- For each annotation, they can write comments and share their opinion using upvote/downvote while reading the webpage.


----------------------------------PRODUCTIVITY TOOLS-----------------------------------
 
WEB TIMER
- Auto start web timer while browsing any webpage.
- Use Pomodoro technique to receive timer alerts to take reading breaks at regular intervals.
- Get insights about total and daily time spent on all webpage domains visited by you.

BLOCK WEBSITES
- Block distracting websites when you want to focus on work. 
- Eg. block facebook.com on weekdays between 10am to 6pm.
- Configure blacklist and whitelist website patterns to block or allow websites matching these patterns.
- Activate the configuration to run on a specific day of the week for a given time slot.
- When needed, have password access to blocked websites instead of removing it from the blacklist.

SYNC TABS
- Automatically save all open tabs title and url at a regular interval. 
- Access these tabs on another device or browser. 
- Eg. tabs synced from Chrome on Windows can be accessed in Safari on MacOS.

ARTICLE VIEW
- Read & annotate any webpage in a clutter-free article view. 
- Adjust background and font for stress-free reading.


Reach us at [email protected] to report bugs, share suggestions and feedback to improve JustClip. Thank you.

Privacy Policy: https://justclip.co/privacy
Terms of Use: https://justclip.co/user-terms                    

확장 프로그램 기본 정보

이름 JustClip Web Clipper JustClip Web Clipper
ID olejfcpiodohggkokfkaecelidkbdpal
공식 URL https://chromewebstore.google.com/detail/justclip-web-clipper/olejfcpiodohggkokfkaecelidkbdpal
설명 Bookmark & annotate webpages & PDFs, capture screenshots, log time spent while browsing, block distracting sites, sync tabs
파일 크기 5.12 MB
설치 횟수 656
현재 버전 2.1.0
최근 업데이트 2022-05-16
출시 날짜 2019-05-23
평점 3.83/5 총 12 개의 평점
개발자 https://justclip.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://justclip.co
도움말 페이지 URL https://justclip.co/contact
개인정보 보호 정책 페이지 URL https://justclip.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "2.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "incognito": "spanning",
    "homepage_url": "https:\/\/justclip.co",
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "background": {
        "scripts": [
            "js\/vendor\/require.js",
            "js\/main-app-v10.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "img\/logo-black-16.png",
            "24": "img\/logo-black-24.png",
            "32": "img\/logo-black-32.png"
        },
        "default_title": "__MSG_extIconTitle__"
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "",
        "idle"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "img\/*"
    ]
}