Clipper

Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.

Clipper란 무엇입니까?

Clipper은(는) https://theclipping.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        FEATURES:

* Save and access your text clips from anywhere on the web.
* Automate copy & paste templates for emails/messaging. 
* Save any text from websites you want to keep.
* Bookmark sites you visit with relevant content.
* Quickly copy & paste clips into your emails, or use dedicated button to launch your email client with a text clip filled in! 
* Search your clips by title and content.
* Automatically save the page link & title when you create a clip using the extension while viewing a web page.
*  Select text on a page and right-click to reveal the "Save Clip" menu; click to save your selection.

With Clipper, from TheClipping.co, you can definitely do that!                    

확장 프로그램 기본 정보

이름 Clipper Clipper
ID offehabbjkpgdgkfgcmhabkepmoaednl
공식 URL https://chromewebstore.google.com/detail/clipper/offehabbjkpgdgkfgcmhabkepmoaednl
설명 Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.
파일 크기 911 KB
설치 횟수 6,028
현재 버전 1.3.9
최근 업데이트 2024-02-26
출시 날짜 2020-04-01
평점 4.15/5 총 20 개의 평점
개발자 https://theclipping.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.theclipping.co
도움말 페이지 URL https://www.theclipping.co
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/11d7b2d2-7ff9-476b-9db6-c6007b04ec29
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clipper",
    "short_name": "Clipper",
    "version": "1.3.9",
    "manifest_version": 3,
    "homepage_url": "https:\/\/theclipping.co",
    "description": "Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.",
    "action": {
        "default_icon": "clip32.png",
        "default_popup": "popup.html",
        "default_title": "Clipper"
    },
    "host_permissions": [
        "https:\/\/theclipping.co\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "clip16.png",
        "22": "clip22.png",
        "24": "clip24.png",
        "32": "clip32.png",
        "48": "clip48.png",
        "64": "clip64.png",
        "96": "clip96.png",
        "128": "clip128.png",
        "512": "clip512.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}