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ファイルをダウンロード

Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        「剪藏®」是保存网页的最佳方式,自动识别网页正文、快速保存网页文字、链接和图片到印象笔记及更多印象家族工具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 レビュー
開発者 北京印象笔记科技有限公司
Eメール [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"
    }
}