ClipIt

This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.

ClipIt란 무엇입니까?

ClipIt은(는) Mayank Bhardwaj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ClipIt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a simple note clipper extension app that helps you to save the import text you come across while reading a webpage.

After selecting the text you want clip the right click menu option shows a ClipIt option. This option clips the text and adds it over the clipboard popup which can be accessed from the top right of the browser.

This popup acts as a clipboard to see your recently clipped notes.
You can export the notes using "Export Notes" into a text file. You may want to clear all the notes over the clipboard whenever you want a fresh clipboard. This could be done through "Clear Notes" option.                    

확장 프로그램 기본 정보

이름 ClipIt ClipIt
ID jgmemodiapblpagmpfdkpjinbhfkpife
공식 URL https://chromewebstore.google.com/detail/clipit/jgmemodiapblpagmpfdkpjinbhfkpife
설명 This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.
파일 크기 39.73 KB
설치 횟수 1,618
현재 버전 1.0
최근 업데이트 2018-06-20
출시 날짜 2018-06-20
평점 4.67/5 총 3 개의 평점
개발자 Mayank Bhardwaj
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClipIt",
    "version": "1.0",
    "description": "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.",
    "icons": {
        "48": "icons\/clipit48.png",
        "128": "icons\/clipit128.png"
    },
    "browser_action": {
        "default_icon": "icons\/clipit128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}