Clipper

Use the 印象笔记 extension to save things you see on the web into your 印象笔记 account.

Clipper란 무엇입니까?

Clipper은(는) 北京印象笔记科技有限公司에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the 印象笔记 extension to save things you see on the web into your 印象笔记 account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        「剪藏®」是保存网页的最佳方式,自动识别网页正文、快速保存网页文字、链接和图片到印象笔记及更多印象家族工具App,永久保存给予你灵感的一切网页,并能随时随地查看和编辑。告别复制粘贴,高效收集信息。

【剪藏高价值内容】
- 轻轻一点剪藏任意网页,收集网上信息的好帮手
- 剪藏内容永久保存,无需担心原文消失
- 保留网页中的文本超链接,信息收集更全面

【高效整理剪藏】
- 自主选择剪藏目的地,内容分类保存
- 支持添加标签,有效分类剪藏信息
- 支持添加注释,当下想法即刻保存

【免受广告干扰】
- 选择“隐藏广告”格式,仅保存干净的图文内容,免受广告干扰 
- 多种剪藏格式,支持剪藏整个页面或仅剪藏正文、截图或隐藏广告

【轻松圈出重点】
- 多种标注工具,圈出网页中的重点信息
- 支持“高亮、箭头、图章、文字、记号笔”等工具,在截图上添加想法

【多产品同步,随时随地查看】
- 一次剪藏操作,可选择同时将内容永久保存到印象笔记、印象TEAMS、收藏家和Verse*多个产品中
- 使用印象笔记、印象TEAMS、收藏家和Verse 手机/电脑版 随时随地查看和编辑所剪藏内容

*Verse 即将支持                    

확장 프로그램 기본 정보

이름 Clipper Clipper
ID kpjcpmaacfdihmaahddoljcnapcniemh
공식 URL https://chromewebstore.google.com/detail/clipper/kpjcpmaacfdihmaahddoljcnapcniemh
설명 Use the 印象笔记 extension to save things you see on the web into your 印象笔记 account.
파일 크기 3.33 MB
설치 횟수 14,669
현재 버전 8.0.5
최근 업데이트 2023-05-30
출시 날짜 2023-04-15
평점 2.56/5 총 27 개의 평점
개발자 北京印象笔记科技有限公司
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.yinxiang.com/privacy
지원되는 언어 id,ms,de,en,fr,nl,no,vi,tr,da,es,it,pl,pt-BR,fi,sv,cs,ru,uk,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "author": "Evernote",
    "version": "8.0.5",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css",
                "SkitchStyles.css",
                "TopFrames.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "BrowserFrameLoader.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_BrowserActionTitle__",
        "default_icon": {
            "38": "res\/icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ContentFrame.html",
                "OptionsFrame.html",
                "SimSearchFrame.html",
                "PdfPageButtonFrame.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "GmailInjectedScript.js",
                "FrameSerializer.js",
                "BrowserFrameLoader.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content.css",
                "ClearlyReformatStyles.css",
                "ClearlyCustomStyles.css",
                "PreloaderStyles.css",
                "SkitchStyles.css",
                "HighlightStyles.css",
                "BookmarkStyles.css",
                "FrameSerializer.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "res\/snap.wav"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "incognito": "split",
    "options_page": "OptionsFrame.html",
    "options_ui": {
        "page": "OptionsFrame.html#newStylePage"
    },
    "icons": {
        "38": "res\/icon.png",
        "128": "res\/icon128.png"
    }
}