Clipper
Use the 印象笔记 extension to save things you see on the web into your 印象笔记 account.
Was ist Clipper?
Clipper ist eine Chrome-Erweiterung, die von 北京印象笔记科技有限公司 entwickelt wurde, und ihr Hauptmerkmal ist "Use the 印象笔记 extension to save things you see on the web into your 印象笔记 account.".
Erweiterungsscreenshots
Clipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
「剪藏®」是保存网页的最佳方式,自动识别网页正文、快速保存网页文字、链接和图片到印象笔记及更多印象家族工具App,永久保存给予你灵感的一切网页,并能随时随地查看和编辑。告别复制粘贴,高效收集信息。
【剪藏高价值内容】
- 轻轻一点剪藏任意网页,收集网上信息的好帮手
- 剪藏内容永久保存,无需担心原文消失
- 保留网页中的文本超链接,信息收集更全面
【高效整理剪藏】
- 自主选择剪藏目的地,内容分类保存
- 支持添加标签,有效分类剪藏信息
- 支持添加注释,当下想法即刻保存
【免受广告干扰】
- 选择“隐藏广告”格式,仅保存干净的图文内容,免受广告干扰
- 多种剪藏格式,支持剪藏整个页面或仅剪藏正文、截图或隐藏广告
【轻松圈出重点】
- 多种标注工具,圈出网页中的重点信息
- 支持“高亮、箭头、图章、文字、记号笔”等工具,在截图上添加想法
【多产品同步,随时随地查看】
- 一次剪藏操作,可选择同时将内容永久保存到印象笔记、印象TEAMS、收藏家和Verse*多个产品中
- 使用印象笔记、印象TEAMS、收藏家和Verse 手机/电脑版 随时随地查看和编辑所剪藏内容
*Verse 即将支持 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpjcpmaacfdihmaahddoljcnapcniemh |
| Offizielle URL | https://chromewebstore.google.com/detail/clipper/kpjcpmaacfdihmaahddoljcnapcniemh |
| Beschreibung | Use the 印象笔记 extension to save things you see on the web into your 印象笔记 account. |
| Dateigröße | 3.33 MB |
| Installationsanzahl | 14,669 |
| Aktuelle Version | 8.0.5 |
| Letztes Update | 2023-05-30 |
| Veröffentlichungsdatum | 2023-04-15 |
| Bewertung | 2.56/5 Insgesamt 27 Bewertungen |
| Entwickler | 北京印象笔记科技有限公司 |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.yinxiang.com/privacy |
| Unterstützte Sprachen | 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": [
" | |